문제

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.

도움이 되었습니까?

해결책

Can you use:

Process.Start("devmgmt.msc");

for the *_onclick method ?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top