How to disable USB storage devices in Non Administrator accounts in Windows 10 Enterprise 2016 LTSB? how to disable Windows 10 2004 S0 Low Power Idle "Modern Standby" to enable S3? how to disable Windows 10 recovery boot option How to disable windows media player windows 10 1809 via GPO ?
You may want to block USB mass storage device to disallow the unauthorized use of pendrives or you may want to unblock USB mass storage device to get access (most of the case in college’s net lab). Well, this can be done by a simple registry tweak. Before doing so, I recommend tak...
How to Disable USB Storage Drive Access in Windows? Open Windows registry editor quickly from Run box by pressingWin+Rkey. Now typeregeditand hit OK. When it opens, browse to the following key address. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USBSTOR You will see an item list in ...
Using this registry setting, it will onlydisableUSB storage devices likepen drive, external hard disks and mobile USB connector. But it will not block USB mouse, or USB keyboard or USB Printer Port. How to Disable USB port on Windows 8 First Step Go to start screen and highlight search c...
If you want to block USB storage devices for all computer users, you need to configure the settings in the “Computer Configuration” GPO section. In theRemovable Storage Accesssection, there are several policies allowing you to disable the use of different types of storage classes: CD/DVDs, ...
//disable USB storage... Microsoft.Win32.Registry.SetValue(@"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR", "Start", 4, Microsoft.Win32.RegistryValueKind.DWord); //enable USB storage... Microsoft.Win32.Registry.SetValue(@"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR...
Step 4:To disable USB storage access, double-click the "Start" value and change it to 4. To enable usb storage, change the value to 3. Click "OK" to apply the changes. Note:Exercise caution when modifying the Registry as incorrect changes can lead to system instability or other issues....
1] Enable, Disable USB Drives & Mass Storage Devices using Registry If the administrator is wise, then he would do this to ensure a tight blockade. He would alter the settings through the regedit command on the Run console. Now how do you unlock it? You have to go right into where the...
Exit from the registry editor and plug in any USB storage device to see if you have locked your USB ports; if done correctly, you won’t be able to access the device. Disabling USB ports from Device Manager Disabling the USB ports through the Device Manager is also pretty straightforward:...
That’s it. You have successfully enabled Write Protection for USB drives via registry editor. If you wish to disable the Write Protection, open registry editor and navigate or jump to the location below. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies ...