Summary
In most company, desire of restricting the use of USB ports is very common. Preciously, they just want to forbid staff from using USB storage devices which may harm the data security. Here, we will introduce how to disable USB ports without influencing the normal use of other USB devices.
Method 1: Physically Lock USB Port
- Clog up all USB ports with hot glue. This method can prevent any USB devices from connecting to computer,
- Lock the desktop with locking case. Unless other users disassemble the case violently, other can not connect USB storage devices to computer.
Iron case with lock
Use hot clue to disable USB ports
Advantages:
Effective physical methods. No need to go through complicate disable settings.
Disadvantages:
- Users need to have a strong manipulative ability.
- Not so pretty.
- Hard to recover from violent modification.
Recommendation:
With Renee USB Block, users can easily lock USB-based storage devices, filter USB-based storage devices in white list, block certain website and software, etc.
Compatible with Windows 10、Windows 8.1 & 8、Windows 7、Window Vista、Windows XP, etc. Batch order may get the highest 60% OFF discount.
Click for more about Renee USB Block .
Method 2: Make USB Storage Devices to be Read-only via Group Policy Settings or Registry
Make USB-Based Storage Devices to be Read-only via Group Policy Settings
Make USB-Based Storage Devices to be Read-only via Registry
How to Disable
Go to “Start” > “Run” and enter “regedit” in the pop up window to launch
“Registry Editor”. Then please navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Control, create a new DOWRD value, name it to be “WriteProtect” and set its value to be 1.
Also, users can create a new text file and paste the code below. Then please save the text file with extension of “.reg”. Double click this new created file and import it to Registry Editor. After that, writing to USB-based storage devices will be forbidden. (Users can also click here to download the code file.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
@=””
“WriteProtect”=dword:00000001
How to Enable
When you want to regain the permission of writing data to USB-based storage devices, just delete the DWORD value you just created or set its
value to be 0.
Also, users can create a new text file and paste the code below. Then please save the text file with extension of “.reg”. Double click this new created file and import it to Registry Editor. After that, writing to USB-based storage devices will be allowed. (Users can also click here to download the code file.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
@=””
“WriteProtect”=dword:00000000
Advantages:
Built-in function. No need to make use of other software.
Disa:
This method is easy to be cracked. Those who are familiar with computer can easily release the restriction.
Recommendation:
With Renee USB Block, users can easily lock USB-based storage devices, filter USB-based storage devices in white list, block certain website and software, etc.
Compatible with Windows 10、Windows 8.1 & 8、Windows 7、Window Vista、Windows XP, etc. Batch order may get the highest 60% OFF discount.
Click for more about Renee USB Block.
Method 3: Disable USB Ports Completely with Registry Editor
Forbid the Use of USB-based Storage Devices
Create a new text file and paste the code below. Then please save the text file with extension of “.reg”. Double click this new created file and import it to Registry Editor. After that, the use of theUSB-based storage devices will be forbidden. (Users can also click here to download the code file.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Type”=dword:00000001
“Start”=dword:00000004
“ErrorControl”=dword:00000001
“ImagePath”=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f,\
00,52,00,2e,00,53,00,59,00,53,00,00,00
“DisplayName”=”USB Mass Storage Driver”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Security]
“Security”=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
“Start”=dword:00000004 000000004 which means to disable USB ports. If it is changed to 00000003, USB ports will be enabled.
How Does it Work
Before forbidden, computer can access to USB-based storage device
After forbidden, computer can not access to USB-based storage device
Enable USB-based Storage Devices
Create a new text file and paste the code below. Then please save the text file with extension of “.reg”. Double click this new created file and import it to Registry Editor. After that, the use of the USB-based storage devices will be eabled. (Users can also click here to download the code file.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Type”=dword:00000001
“Start”=dword:00000003
“ErrorControl”=dword:00000001
“ImagePath”=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f,\
00,52,00,2e,00,53,00,59,00,53,00,00,00
“DisplayName”=”USB Mass Storage Driver”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Security]
“Security”=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
Advantage:
Built-in function. No need to make use of other software.
Disadvantages:
- The operation of Registry Editor is a little troublesome and not so users-friendly to computer newbie. Besides, if the script you download is not qualified or incorrect, your may get your computer into a trouble situation.
- This method is easy to be cracked. Those who are familiar with computer can easily release the restriction.
Recommendation:
With Renee USB Block, users can easily lock USB-based storage devices, filter USB-based storage devices in white list, block certain website and software, etc.
Compatible with Windows 10、Windows 8.1 & 8、Windows 7、Window Vista、Windows XP, etc. Batch order may get the highest 60% OFF discount.
Click for more about Renee USB Block.
Method 4: Disable USB Ports with Devices Manager or BIOS
1. Disable USB Ports with BIOS
We can disable the USB ports in BIOS and then all USB ports will not work.
BIOS, shorts for Basic Input Output System, can be regard to be a build-in system of motherboard. It is responsible for the settings of hardware in system, system boot and basic read/write operation.
How to enter BIOS? Click here for more!
2. Disable USB ports in Devices Manager
Users can also disable the USB ports with built-in Devices Manager.
Advantages:
Disable/block all the USB ports. Others can copy data from computer with
USB-based storage devices.
Disadvantages:
- Disabling all the USB will also effect the normal use of other USB devices like keyboard, which is not so convenience.
- Re-install drive for all the related controllers can enable the USB ports again.
Recommendation:
With Renee USB Block, users can easily lock USB-based storage devices, filter USB-based storage devices in white list, block certain website and software, etc.
Compatible with Windows 10、Windows 8.1 & 8、Windows 7、Window Vista、Windows XP, etc. Batch order may get the highest 60% OFF discount.
Click for more about Renee USB Block.
Method 5: Lock USB Ports with Renee USB Block
What is Renee USB Block?
Batch order may get the highest 60% OFF discount. Click for more.
Why using Renee USB Block will be Safer?
After installation finished, computer will send a USB reading order when users want to get access to USB storage devices. This order will go through
the filter drive at first:
Situation 1: The USB device has been added to the White List of Renee USB Block.
How to Restrict the USB-based Storage Devices with Renee USB Block?
Whit List Function in Renee USB Block:
It is annoying for users to enter the password every time they insert the trusted USB storage devices. Here we can make use of the white list function in Renee USB Block to tell the trusted USB-based storage devices from the untrusted one. This function can prevent computer from threats in
USB disk and free the trusted disk from limitation at the same time.
After added to white list, all operation of this USB storage device will not be limited.
Disable Reading USB Storage Devices:
Disable Writing to USB Storage Devices:
In other words, others can not copy data in your computer with USB storage devices.
Advantages:
- Provides better protection with the low layer driver USB filter protection.
- Intelligence USB storage device protection which can tell USB storage devices from other USB devices.
- Flexible! Support to limit writing to and reading USB storage devices.
Disadvantage:
- All function will be available in 10 minutes in Trial version.
Conclusion:
However, with Renee USB Block in method 5, we can get overall protection to data inside the computer with the low-level filter drive. Free these computer from infection or unauthorized data transfer with USB-based storage devices. Also, Renee USB Block is one of the best software to restrict the use of USB storage devices. It is suitable for offices and enterprises.
Related Hot Guidance: