Posts by Canoas • 111 points
2 posts
-
0
votes1
answer93
viewsA: Programmatically uninstall hidden devices
There is a tool in windows SDK for this type of operations: devcon hwids * and eleminate using Patterns devcon /r remove @usb\* many more examples here…
-
1
votes1
answer120
viewsA: Error passing variables as parameters in powershell
This error can lead anywhere and it is not possible to notice this without knowing at least the number of the line where it happened. Did System.Data.Sqlclient.Sqlcommand even load? check that $cmd…