Home > Common Problem > How to easily remove write protection from mobile hard drive

How to easily remove write protection from mobile hard drive

醉折花枝作酒筹
Release: 2022-01-12 15:16:03
Original
42739 people have browsed it

Method: First enter "cmd" in the input field; then execute the "diskpart" and "list disk" commands in the window; finally execute the "select disk name" and "attribute disk clear readonly" commands in the window You can cancel "write protection".

How to easily remove write protection from mobile hard drive

The operating environment of this tutorial: Windows 10 system, Dell G3 computer.

Enter the command diskpart and press Enter; continue to enter the command list disk and press Enter.

Then run the following command to cancel "write protection (read-only)".

How to easily remove write protection from mobile hard drive

attribute disk clear readonly
Copy after login

We can continue to run the attributesdisk command to check the disk attributes to see whether "write protection (read-only attribute)" has been cleared. As shown in the picture above, "Read-only status" is displayed as "No", which means that "write protection" has been successfully removed.

If you want to restore "write protection", you can run the command:

attribute disk set readonly
Copy after login
For more computer-related knowledge, please visit the FAQ

column! ###

The above is the detailed content of How to easily remove write protection from mobile hard drive. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template