Skip to main content

Disable USB ports on Windows PC

With this trick,
you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives.

To use this trick to disable USB ports, follow the steps given below:-

Click on Start.
Click on Run. If you cannot find RUN, type it in the search box.
Type "regedit" without quotes. This will launch the Registry Editor.
Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
In the work area, double click on Start.
In the Value Data box, enter 4.
Click on OK.
Close Registry Editor and refresh your desktop.
To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.

Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows 10, Windows 8, Windows 8.1, Windows 7 and Windows XP.

Note: it will disable external keyboard and mouse.

Comments

Popular posts from this blog

HOW TO HIDE DRIVES USING COMMAND PROMPT?

Have some personal data in your window drive?? no worry!!   Today i'll tell you, how to hide any drive using cmd  Step 1:  ( Method 1)   Search   cmd  in search bar and open it in admin mode.                       OR Step 1:  ( Method 2)   Click on  start->run  (if you are using windows 7 or 8), else hold down  windows key , and hit "R" . now type cmd  and hit enter. Step 2:  Now You will see command prompt window, Type diskpart and Hit Enter. Step 3: Now you Have to type list volume  , it will list all the drives and its details. Step 4:  Now i have some personal data in " Drive D " which i don't want any other person to access. To hide this particular drive Type select volume D  and hit Enter. Now you will see something like below picture: Step 6: To hide the drive you have to Type  Remove letter D  ...