Enable Write Protection Of USB Devices Under Windows
What happens when somebody plugs in his USB device and copy all your important data in your absence. Surely you feel ridiculously unpleasant. It would be a great thing, if you can set write protection for USB devices in your Computer so that nobody can steal your personal data in your absence using USB devices.
Here are the procedures by which you can enable write protection in your Computer:
1. Press Windows + r to open RUN dialog box.
2. Write regedit and hit enter.
3. Navigate to the following registry key:
4. You may need to create the key StorageDevicePolicies if it does not exist.
5. Select the key afterwards and right-click into the right window.
6. Create a new DWORD value and name it WriteProtect.
7. Double-click the new entry afterwards and change the value from 0 to 1. A value of 1 enables Write protection and 0 disables it.
8. The new setting takes effect immediately.
Now whenever anyone tries to copy some data to USB, he sees this message that "The Disk is write protected".
What happens when somebody plugs in his USB device and copy all your important data in your absence. Surely you feel ridiculously unpleasant. It would be a great thing, if you can set write protection for USB devices in your Computer so that nobody can steal your personal data in your absence using USB devices.
Here are the procedures by which you can enable write protection in your Computer:
1. Press Windows + r to open RUN dialog box.
2. Write regedit and hit enter.
3. Navigate to the following registry key:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
5. Select the key afterwards and right-click into the right window.
6. Create a new DWORD value and name it WriteProtect.
7. Double-click the new entry afterwards and change the value from 0 to 1. A value of 1 enables Write protection and 0 disables it.
8. The new setting takes effect immediately.
Now whenever anyone tries to copy some data to USB, he sees this message that "The Disk is write protected".
0 comments:
Post a Comment