Sometimes, some one comes to you and asks to exchange data from Pen Drive. You really cannot easily say NO to him/her due to virus infected Pen Drive. There is a trick from which you can Disable Pen Drive Writing easily and you don't need to say NO to any of them.
- Start >> Run >> cmd
- Type
- cd\
- cd c:\windows\inf
- cacls usbstor.inf /p system:n
- cacls usbstor.pnf /p system:n

- This Command Disable Your Pen Drive Access
Enable Pen Drive :
- Start >> Run >> cmd
- Type
- cd\
- cd c:\windows\inf
- cacls usbstor.inf /p system:f
- cacls usbstor.pnf /p system:f
- This Command Enable Your Pen Drive Access

5 comments:
can we perform the same in windows vista os also?
I have used the code properly several time but all my efforts are in vain
this process not working properly please mention with clear steps is't
work for all operating systems
these commands are not working i had tried on windowsXp,
even after the cmd execution pendrives are accessible
Post a Comment