Firefox

Spread Firefox Affiliate Button

Friday, April 23, 2010

THE NEXT TECHNICAL BLOG

THIS IS MY FIRST BLOG

Disabling USB Port using Registry File:
1.In the Notepad Copy the below code and save the File as Disable.reg
2.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000004
3.Double click the Disable.reg file it will ask confirmation message select Yes when prompt.

Now your USB Port stops working that you can check by inserting pen drive.


Enabling Usb port using Registry File:

1.In the Notepad Copy the below code and save the File as Enable.reg
2.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000003

3.Double click the Enable.reg file it will ask confirmation message select Yes when prompt.
Now your USB Port start working again.

No comments: