How disable and enable usb port via command prompt? or using batch script ? or using vb script in windows 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use batch which gives you a couple of options. You can edit the registry key to disable usb devices from being used
To enable change value to
3.Or you can deny access to the files
Usbstor.pnfandUsbstor.infWhere
useris the user account that you want to deny access for.To enable use
Both commands will need admin rights.
Hope this helps