Posts by Canoas • 111 points
2 posts
- 
		0 votes1 answer93 viewsA: Programmatically uninstall hidden devicesThere 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 powershellThis 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…