Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: laura love
 | Femeie 23 ani Bihor cauta Barbat 24 - 52 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2251
|
|
Thanks to DisabledVet
First try this step by itself.
Open the command prompt box with right click and RUN AS ADMINISTRATOR!
Type each of these commands one at a time in this order:
diskpart list volume select volume n (where n = the problem volume) attributes disk clear readonly attributes volume clear readonly exit |
Test your USB. If you still cannot write to it, then do these steps.
Click start, run. Type "regedit" and hit enter.
In regedit, navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
Note: Please note that you may need to create the key StorageDevicePolicies if it does not exist.
Select the key afterwards and right-click into the right window.
Select New > Dword (32-bit) Value from the context menu and name the entry WriteProtect.
Double-click the new entry afterwards and change the value from 0 to 1. A value of 1 disables writing to all connected USB devices. If you want to enable writing again you need to change the value of the key to 0. Type each of these commands one at a time in this order:
diskpart list volume select volume n (where n = the problem volume) attributes disk clear readonly attributes volume clear readonly exit |
_______________________________________

|
|
pus acum 9 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2251
|
|
credits to DisabledVet
Code:
A. To remove write-protect on USB devices:
1. Ensure there is no physical switch set to disable writing.
2. Open the command prompt box with right click and RUN AS ADMINISTRATOR!
Type each of these commands, one at a time, IN THIS ORDER:
diskpart
list volume
select volume n (where n = the problem volume)
attributes disk clear readonly
attributes volume clear readonly
exit
3. Test your USB. If you still cannot write to it, then do these steps.
Click start, run. Type regedit and hit enter.
In regedit, navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
If it does not exist, create the key.
Select the key.
If the value WriteProtect does not exist in the right window:
Right-click in the right window.
Select New > Dword (32-bit) Value from the context menu and name the entry WriteProtect.
Double-click the value WriteProtect in the right widow and change the value from 0 to 1.
Exit regedit.
4. Test your USB. If you still cannot write to it, repeat step 2 for that device.
B. To Enable Write Protect for a Single USB device:
Open the command prompt box with right click and RUN AS ADMINISTRATOR!
Type each of these commands, one at a time, IN THIS ORDER:
diskpart
list volume
select volume n (where n = the problem volume)
attributes disk set readonly
attributes volume set readonly
exit
C. To Enable Write Protect for ALL USB devices:
Click start, run. Type regedit and hit enter.
In regedit, navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
If it does not exist, create the key.
Select the key.
If the value WriteProtect does not exist in the right window:
Right-click in the right window.
Select New > Dword (32-bit) Value from the context menu and name the entry WriteProtect.
Double-click the value WriteProtect in the right widow and change the value from 0 to 1.
Exit regedit. |
_______________________________________

|
|
pus acum 8 ani |
|