Question

Is there a way to add a link to the Device Manager in a WPF application? I mean, a hyperlink that once clicked opens the Device Manager window.
Thank you very much.

Was it helpful?

Solution

Can you use:

Process.Start("devmgmt.msc");

for the *_onclick method ?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top