Are you having problem with your memory card, or usb flash drive? Cannot copy or erase something? or you just wanted to add protection to your device for safety of non-deletion of your files..
Now here's the solution for your early problems
To enable write protect in your removable storage media:
Open command prompt by following method:
Click on “start” in your desktop menu and click on “run”
Then type “cmd” and hit enter.
Now, go to the root of the drive where you have installed your windows
By typing
“cd\”
And write the following code and hit enter:
reg add “HKLM\System\CurrentControlSet\Control\StorageDevicePolicies” /t Reg_dword /v WriteProtect /f /d 1
You are done now!
Now if you use any removable storage media in your computer then the files in storage device will be non editable to make your files secure and prevent from virus infection.
To disable write protect in your removable storage media:
Open command prompt by following method:
Click on “start” in your desktop menu and click on “run”
Then type “cmd” and hit enter.
Now, go to the root of the drive where you have installed your windows
By typing
“cd\” and hitting enter.
And write the following code and hit enter:
reg add “HKLM\System\CurrentControlSet\Control\StorageDevicePolicies” /t Reg_dword /v WriteProtect /f /d 0
So now you are done again.
Now the files in your removable storage device will be editable again.
If you're having trouble with this codes, you can easily download this file.
if ask for password just type: esson
Now here's the solution for your early problems
To enable write protect in your removable storage media:
Open command prompt by following method:
Click on “start” in your desktop menu and click on “run”
Then type “cmd” and hit enter.
Now, go to the root of the drive where you have installed your windows
By typing
“cd\”
And write the following code and hit enter:
reg add “HKLM\System\CurrentControlSet\Control\StorageDevicePolicies” /t Reg_dword /v WriteProtect /f /d 1
You are done now!
Now if you use any removable storage media in your computer then the files in storage device will be non editable to make your files secure and prevent from virus infection.
To disable write protect in your removable storage media:
Open command prompt by following method:
Click on “start” in your desktop menu and click on “run”
Then type “cmd” and hit enter.
Now, go to the root of the drive where you have installed your windows
By typing
“cd\” and hitting enter.
And write the following code and hit enter:
reg add “HKLM\System\CurrentControlSet\Control\StorageDevicePolicies” /t Reg_dword /v WriteProtect /f /d 0
So now you are done again.
Now the files in your removable storage device will be editable again.
If you're having trouble with this codes, you can easily download this file.
if ask for password just type: esson


0 comments: