How to enabe the usb port by user ,If there is restriction for users.Administrator ha

Status
Not open for further replies.

sharan.patil

Right off the assembly line
Hi everybody,
Can any one help me to enable the usb port.If user dont have have the permission to use the usb port




thanks in advance
sharan.patil
 

paroh

Padawan
Re: How to enabe the usb port by user ,If there is restriction for users.Administrato

To do this:

Open the Registry Editor click on the Start button on your taskbar, then click on Run and type “regedit” and click on OK to start the regedit utility.

Expand HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.

From there right click and create a new key and name it “StorageDevicePolicies”. In the window on the right then create a new DWORD value and label it WriteProtect, give it a value of “1″ and users can no longer write to USB drives. To re-enable this option change the value to 0 and users are again allowed to write.

The modifications you made will be in effect after you reboot your PC.

Or simplay use this
Code:
*www.howtogeek.com/wp-content/uploads/EnableUSBWrite.zip

or this one
Code:
*ftp.intelliadmin.com/disableusb_free.exe

And check which one works for u
 
Last edited:

dheeraj_kumar

Legen-wait for it-dary!
Re: How to enabe the usb port by user ,If there is restriction for users.Administrato

I dont think OP is an admin, and he wants to enable the USB port disabled by an admin. Sorry dude, not possible.
 
Status
Not open for further replies.
Top Bottom