Disabling all USB Devices with C# [Question]

HansSepp

Newbie
Joined
Mar 15, 2017
Messages
10
Reaction score
0
Hey there, i wanted to try to disable every device on the pc with c#. Not with the Registry Key, already done that. Is there a possibility to disable the Devices while theyre running?

Thanks for any answers.
 
Hey there, i wanted to try to disable every device on the pc with c#. Not with the Registry Key, already done that. Is there a possibility to disable the Devices while theyre running?

Thanks for any answers.
Look for hardware helper wrapper.
 
Probably gotta run as a device driver or low level code to do that.
 
Back
Top