<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>usb read-only Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/usb-read-only/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 13 Feb 2021 17:54:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to remove write protection from USB flash drives in Windows 10</title>
		<link>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 22:50:00 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[remove write protection usb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb flash drive]]></category>
		<category><![CDATA[usb read-only]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28521</guid>

					<description><![CDATA[<p>Hi, I recently inserted a USB flash drive into my computer for work. However, I could not manage it correctly. It did not allow me to delete or append new data. So I did some research and found out that it was write-protected. In other words, it was read-only as attributes. Therefore, its usefulness was [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/">How to remove write protection from USB flash drives in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, I recently inserted a USB flash drive into my computer for work. However, I could not manage it correctly. It did not allow me to delete or append new data. So I did some research and found out that it was write-protected. In other words, it was read-only as attributes. Therefore, its usefulness was limited. So I set myself the task of determining how to modify these permissions. So today we will see how to remove write protection from USB flash drives in <a href="https://www.osradar.com/category/windows/" target="_blank" rel="noreferrer noopener">Windows 10.</a></p>



<h2>Removing write protection from USB with DiskPart.</h2>



<p>There are many proposed methods. However, most of them derive from the use of DiskPart, so if this solution doesn&#8217;t work, then most of them won&#8217;t work either. Well, what we will do is to use this powerful disk manager built into Windows 10. With this in mind, press the Win+R combination. Once the box opens, please run the following command:</p>



<pre class="wp-block-preformatted">diskpart</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="399" height="206" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb.png" alt="" class="wp-image-28522" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb.png 399w, https://www.osradar.com/wp-content/uploads/2021/02/usb-300x155.png 300w" sizes="(max-width: 399px) 100vw, 399px" /></figure>



<p>Next, it is necessary to list all the disks present in the system. With this in mind, run the following command:</p>



<pre class="wp-block-preformatted">list disk</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb2.png" alt="Diskpart showing the disks installed in the system. " class="wp-image-28523" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb2.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb2-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Diskpart showing the disks installed in the system.</figcaption></figure>



<p>As you can see in the image, there are two disks installed. In this case, the external memory corresponds to Disk 1, so it is necessary to select it. With this in mind, run the following command:</p>



<pre class="wp-block-preformatted">select disk 1</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb3.png" alt="Selecting the external memory" class="wp-image-28525" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb3.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb3-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Selecting the external memory</figcaption></figure>



<p>Once the disk is selected, it is time to remove the read-only attribute. To do this, run the following command:</p>



<pre class="wp-block-preformatted">Attributes disk clear readonly</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb4.png" alt="" class="wp-image-28528" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb4.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb4-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure>



<p>It is now sufficient to remove the memory and insert it again.</p>



<h2>Using low-level formatting.</h2>



<p>If the above method does not work, there is still an option. For this, it is necessary to apply low-level formatting. Of course, this will erase all data present in memory. But at least we will be able to use it again. Consequently, we will use the HDD LLF app. This program is free, but it is possible to pay a fee to remove speed limitations. Specifically, the free version is limited to 180 GB per hour or 50 MB/s. Moreover, it is very light and portable. You can download it from <a href="http://hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/HDDLLF.4.40.exe" target="_blank" rel="noreferrer noopener">here.</a> By executing it, you will be able to manage the payment. Otherwise, you can continue free of charge. In the interface, you will see the disks present. Please select the external memory.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="883" height="395" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb6.png" alt="Selecting the memory. " class="wp-image-28529" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb6.png 883w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-768x344.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb6-696x311.png 696w" sizes="(max-width: 883px) 100vw, 883px" /><figcaption>Selecting the memory.</figcaption></figure>



<p>Next, click on the Low-level format tab. Here are a couple of formatting options. If you want to remove the write protection, and also correct any problems, then select Format this device. This involves complete low-level formatting. So it will take a little longer. If, on the other hand, you only want to remove the attribute, then check the quick formatting box.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="770" height="531" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb7.png" alt="" class="wp-image-28530" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb7.png 770w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-768x530.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/02/usb7-696x480.png 696w" sizes="(max-width: 770px) 100vw, 770px" /></figure>



<p>Whatever your choice, you will eventually see this screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="770" height="531" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/usb8.png" alt="Low-level formatting successfully completed" class="wp-image-28531" srcset="https://www.osradar.com/wp-content/uploads/2021/02/usb8.png 770w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-768x530.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/02/usb8-696x480.png 696w" sizes="(max-width: 770px) 100vw, 770px" /><figcaption>Low-level formatting successfully completed</figcaption></figure>



<p>Once again, it is necessary to reinsert the USB drive and check if the problem is solved. Okay, we have seen how to remove write protection from USB flash drives in Windows 10. In addition, we analyzed one option with a command line and another with third-party tools. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/">How to remove write protection from USB flash drives in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-remove-write-protection-from-usb-flash-drives-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
