Skip to main content




Habilitar o deshabilitar la protección contra escritura para el disco en Windows 10: Si la protección contra escritura está habilitada, no podrá modificar el contents del disco de ninguna manera, lo cual es bastante frustrante si me cree. Muchos usuarios no conocen la función de protección contra escritura y simplemente suponen que el disco está dañado y por eso no pueden escribir nada en la unidad o en el disco. Pero pueden estar seguros de que el disco no está dañado, de hecho cuando la protección contra escritura está activada, recibirán un mensaje de error que dice «El disco está protegido contra escritura». Quita la protección contra escritura o utiliza otro disco».

enable-or-disable-write-protection-for-a-disk-in-windows-10-8484340

As I said, most of the users consider write protection to be a problem, but really, it is about protecting the disk or drive against unauthorized users who intend to perform write operations. Anyway, without wasting time let's see how to enable or disable write protection for disk in Windows 10 with the help of the following tutorial.

fix-the-disk-is-write-protected-error-in-windows-10-3970717

Enable or disable write protection for disk in Windows 10

Make sure to create a restore point in case something goes wrong.

Method 1: Enable or disable write protection using the physical switch

The memory card and some USB drives come with a physical switch that allows you to enable or disable write protection without any hassle. But be aware of the fact that the physical switch will vary depending on the type of disk or drive you have. If write protection is enabled, it will override any other method listed in this tutorial and will remain write protected on all connecting PCs until unlocked.

Method 2: Enable or disable write protection for the disk in registry editor

1.Press Windows key + R, then type regedit and press Enter to open Registry Editor.

run-command-regedit-132-4444107

2.Navigate to the following registry key:

Power Control System and Computer ServicesUSBSTOR

3. Make sure to select USBSTOR, and then double-click Start DWORD in the right pane of the window.

make-sure-to-select-usbstor-then-in-the-right-window-pane-double-click-on-start-dword-3383874

4.Now change the Start DWORD value to 3 and click OK.

change-the-value-of-start-dword-to-3-and-click-ok-1470100

5.Close Registry Editor and restart your PC.

Method 3: Enable or disable write protection for the disk in Group Policy Editor

Note: This method will not work for Windows 10 home users as it only works for Windows 10 Pro, Education and Business users.

1.Press Windows key + R, then type gpedit.msc and press Enter.

gpedit-msc-in-run-31-9118104

2.Navigate to the following path:

User Configuration> Administrative Templates> System> Removable Storage Access

double-click-on-removable-disks-deny-read-access-under-removable-storage-access-8397145

3.Select Access to Removable Storage that in the right pane of the window double click on "Removable Disks": Deny read access ".

4. Make sure to select Disabled or Not configured to enable write protection and click OK.

make-sure-to-select-disabled-or-not-configured-to-enable-write-protection-2619725

5.If you want to disable write protection, select On and click OK.

6.Close everything and restart your PC.

Method 4: Enable or disable write protection for disk using Diskpart

1.Press Windows key + X and then select Command Prompt (Admin).

command-prompt-admin-1-71-4236586

2. Type the following command in cmd one by one and hit Enter after each one:

Disk from the disk list (Make a note of the number of the disk you want to Enable or Disable Write Protection) select disk # (Replace the # with the number you noted above)

3.Now to enable or disable write protection use the following commands:

To enable write protection for the disk: read-only disk set attributes

enable-write-protection-for-the-disk-attributes-disk-set-readonly-8014986

To disable write protection for the disk: disk clear readonly attributes

to-disable-write-protection-for-the-disk-attributes-disk-clear-readonly-2316028

4.Once finished, you can close the command line and restart your PC.

That's all you've learned about how to enable or disable write protection for disk in Windows 10, but if you still have any questions about this tutorial, feel free to ask in the comment section.