Skip to main content

Disable USB ports on Windows PC via Registry to protect 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:-

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

Disable access to USB ports on your PC using Registry Editor

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

Note: This trick also disables access to your USB connected peripheral devices. So, do not use it if you have USB connected keyboard and mouse

Comments

Popular posts from this blog

List of all USSD codes for Android phone. By TechFilz

         LIST OF ALL USEFULL USSD CODES FOR ANDROID   NOTE : Some of these codes can wipe/delete some or all data from your phone. So please use these codes on your own risks. 1. Information Serial Description USSD Code 1 To Know IMEI Number of Android *#06# 2 GPS System Test *#*#1472365#*#* 3 Service For Google Talk *#*#1472365#*#* 4 Reset Factory Date *#*#8255#*#* 5 Current Firmware of SmartPhone *#*#7780#*#* 6 Main Service Menu *#*#197328640#*#* 7 General Information And Battery Info *#*#4636#*#* 8 Power Button Change *#*#7594#*#* 9 Testing Mode *#0*# 10 Signal Status Service Mode *#0011# 2. System Serial USSD Code Description 1 *#7780# Factory Reset 2 *2767*3855# Full Factory Reset 3 *#*#7780#*#* Factory data reset 4 *#745# RIL Dump Menu 5 *#746# Debug Dump Menu 6 *#9900# System Dump Mode 7 *#8736364...

How To Run C C++ Java Programs Without Any Software. [By TechFilz]

How To Run C C++ Java Programs Without Any Software C/C++ and Java are the also known as the mother of all the programming languages as this is one of the best Object Oriented Programming Language Of Computer World that plays great role in building out the real life project. So today in many school colleges of the world are teaching this language as a part of their studies. But you need a compiler and an interface to use these programming language. But not all the students have computer with them. That is why we are here to resolve the problem of  How To Run C C++ Java Programs Without Any Application . Yes you can do this without any need of any third party software in your PC. Just follow up the below method to proceed. How To Run C C++ Java Programs Without Any Software Run C C++ Java Programs Without Computer The method is simple and cool and with this you can run C/C++ and Java program in any smart device without having any software or compiler. Also this method ...