<?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>gHacks technology news &#187; usb write protect</title>
	<atom:link href="http://www.ghacks.net/tag/usb-write-protect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 09:43:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>USB Flash Drive Write Protection</title>
		<link>http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/</link>
		<comments>http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:00:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[usb tips]]></category>
		<category><![CDATA[usb write protect]]></category>
		<category><![CDATA[window usb]]></category>
		<category><![CDATA[windows registry]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11626</guid>
		<description><![CDATA[System administrators might want to limit the use of external USB flash drives by making them read only. This can actually be useful in several situations like preventing users from copying local data to the external device or preventing malicious software from spreading on a computer network using those flash drives.
The Windows operating system has [...]]]></description>
			<content:encoded><![CDATA[<p>System administrators might want to limit the use of external USB flash drives by making them read only. This can actually be useful in several situations like preventing users from copying local data to the external device or preventing malicious software from spreading on a computer network using those flash drives.</p>
<p>The Windows operating system has a Registry setting that can add USB write protection to a computer system. It is like a switch that can be enabled to make use of the write protection or disabled to allow write processes.</p>
<p>Users who experience problems writing to USB devices might want to take a look at this setting as well if they have the proper rights to do so to see if it is the cause for their difficulties.</p>
<p><span id="more-11626"></span>Start by opening the run dialog box with the keyboard shortcut [Windows R]. Type [regedit] and hit [enter]. This should open the Windows Registry editor. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/write_protect_usb-500x161.jpg" alt="write protect usb" title="write protect usb" width="500" height="161" class="alignnone size-medium wp-image-11628" /></p>
<p>Navigate to the following Registry key:</p>
<p><code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\</code></p>
<p>Look at the sub-keys and see if a key named <strong>StorageDevicePolicies</strong> is listed. If it is skip this paragraph and read the next. If it is not create the key by right-clicking Control and selecting New > Key</p>
<p>See if there is an entry named <strong>WriteProtect</strong>. It can be easily created if it is not present by right-clicking in the right window and selecting New > DWord from the menu. The following values are allowed for this entry:</p>
<ul>
<li>0 &#8211; This will allow write processes on USB Flash Drives</li>
<li>1- This will block write processes on USB Flash Drives.</li>
</ul>
<p>An alternative would be to delete the Registry key WriteProtect completely to enable both read and write processes. A restart or log off is required before the changes take effect.</p>

	Tags: <a href="http://www.ghacks.net/tag/registry/" title="registry" rel="tag">registry</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-devices/" title="usb devices" rel="tag">usb devices</a>, <a href="http://www.ghacks.net/tag/usb-tips/" title="usb tips" rel="tag">usb tips</a>, <a href="http://www.ghacks.net/tag/usb-write-protect/" title="usb write protect" rel="tag">usb write protect</a>, <a href="http://www.ghacks.net/tag/window-usb/" title="window usb" rel="tag">window usb</a>, <a href="http://www.ghacks.net/tag/windows-registry/" title="windows registry" rel="tag">windows registry</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/" title="How To Change The Edit Application In Windows (February 8, 2009)">How To Change The Edit Application In Windows</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/defrag-the-registry-with-regdefrag/" title="Defrag the Registry with Regdefrag (May 13, 2008)">Defrag the Registry with Regdefrag</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/01/13/windows-registry-protection/" title="Windows Registry Protection (January 13, 2009)">Windows Registry Protection</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/prevent-windows-registry-from-remembering-last-key-viewed/" title="Prevent Windows Registry from remembering last key viewed (October 21, 2008)">Prevent Windows Registry from remembering last key viewed</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/04/04/prevent-applications-from-stealing-focus/" title="Prevent applications from stealing focus (April 4, 2008)">Prevent applications from stealing focus</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
