Here’s a step-by-step guide based on the images:
1. **Open Registry Editor**:
- Launch the Registry Editor on your Windows computer.
2. **Create a New Registry File**:
- Click on `File` and select `New` to create a new file.
3. **Enter the Registry Path**:
- Type the following registry path:
```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001
```
4. **Save the File**:
- Save the file on your desktop as `Enable Write Protection.reg`. Make sure to select the file type as `All Files` to avoid saving it as a text file.
5. **Open the Saved Registry File**:
- Locate the `Enable Write Protection.reg` file on your desktop and double-click it to open.
6. **Confirm the Action**:
- A prompt will appear asking for confirmation. Click `Yes` to proceed.
7. **Modify the Registry Value**:
- In the opened file, change the last number from `1` to `0` to disable write protection if needed:
```
"WriteProtect"=dword:00000000
```
8. **Save Changes**:
- Save the changes to the file.
9. **Execute the File Again**:
- Double-click the modified file once more to apply the changes.
10. **Restart Your Computer**:
- Restart your computer to ensure the changes take effect.
Follow these steps carefully to manage write protection on your device.
Comments
Post a Comment