You might have been going through some tough time trying to fix your write protected dive. Here is final destination for the solution.
This post basically shows us how to remove write protection for our pen drives or flash drive like some call it, and all hard drives.
Write-protected drives are locked; users can’t delete or change the files on a write-protected pen drive or hard drive, nor can they format the device. If you attempt to modify a device that’s been write-protected, a message such as “This Disk Is Write-Protected. Remove the Write-Protection or Use Another Disk”
Disk-related errors can be a huge source of frustration for a business, particularly if the drive contains critical files or backup data, but you can easily disable write-protection via command line to re-enable access to the drive.
Step 1
Click Start. Type “cmd” into the search box. Press “Enter” to load the Command Prompt.
Step 2
Type:“diskpart” into the command-line program and then press “Enter” to run DiskPart.
Step 3
Execute the following command to see the list of available volumes on the PC:
“list disk”
Step 4
Type:
select disk <#>
and replace “<#>” with the number assigned to the target hard drive. Press “Enter.”
Step 5
Execute the following command to turn off write-protection:
attributes disk clear readonly
This would fix your drive. Please if it worked for you comment, like, share 🙂
Also see, Computer Tricks you should know
Related posts
1 Comment
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Subscribe for newsletter
* You will receive the latest news and updates on your favorite topics!
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Generate Resources for Android Playstore & iOS Apple Store Flutter
In this post, we’ll generate resources for the flutter app we created in the previous post. we’ll be learning how…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…
FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools
Hey there, updating your MacOS Montery Xcode can be a pin in the a$$ especially when you got Xcode working…
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…
Hi team,
Tried it on portable hard drive, it still no solution. It failed!
If you’ve any other solution, then do it.