Hello
Thank you for posting in Q&A forum.
Here are some steps you can try to fix your problem:
- Take Ownership of the Folder from the Security tab in Properties and Grant Full Control.
- Using Diskpart to Remove Write Protection:
• Open Command Prompt as an administrator and run:
diskpart list disk select disk X
# Replace X with the number of your NVMe drive attributes disk clear readonly
• Type exit to close Diskpart.
- Some drives have a physical switch that enables write protection. Ensure it's not enabled.
- Using Registry Editor:
• Press Win + R, type regedit, and press Enter.
• Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
• If you don't see StorageDevicePolicies, create it.
• Create a new DWORD value named WriteProtect and set its value to 0.
• Restart your computer.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.