<?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 tips</title>
	<atom:link href="http://www.ghacks.net/tag/usb-tips/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 15:55:11 +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>
		<item>
		<title>Assign USB Drives to a Folder</title>
		<link>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/</link>
		<comments>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 08:59:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb device]]></category>
		<category><![CDATA[usb folder]]></category>
		<category><![CDATA[usb tips]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/</guid>
		<description><![CDATA[Working with several portable USB devices on one computer can be quite complicated when you consider that Windows is assigning the next free drive letter to a device that gets connected. This can lead to some confusion and a great tip that I would like to pass on is to assign USB drives to folders instead.]]></description>
			<content:encoded><![CDATA[<p>Working with several portable USB devices on one computer can be quite complicated when you consider that Windows is assigning the next free drive letter to a device that gets connected. This can lead to some confusion and a great tip that I would like to pass on is to assign USB drives to folders instead.</p>
<p>What I did was to create a main folder on my E: drive which I named USB. I then assigned all my USB devices to subfolders of that folder which led to less confusion on my part. (Create the subfolders before continuing). Here is what I did after creating the folder structure.</p>
<p>Press Windows R, enter diskmgmt.msc and hit enter. This opens the Disk Management configuration that should display all drives and devices currently connected to your computer. Pick an USB device from the list and right-click that entry. Select Change Drive Letter and Paths from the menu.</p>
<p><span id="more-3639"></span>This should open a new window that is displaying the current drive letter of the device and three buttons at the bottom which are named Add, Change and Remove.</p>
<p>Click on the Add button, select Mount into the following empty NTFS folder and click on browse. Now navigate to the subfolder that you want to assign the usb drive to and confirm the assignment. The USB drive will from now on be accessible from that folder as well if it is connected to the computer.</p>
<p>You can remove the drive letter if you want that by marking it in the main window and clicking on Remove.</p>

	Tags: <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-device/" title="usb device" rel="tag">usb device</a>, <a href="http://www.ghacks.net/tag/usb-folder/" title="usb folder" rel="tag">usb folder</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/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/04/03/usb-flash-drive-write-protection/" title="USB Flash Drive Write Protection (April 3, 2009)">USB Flash Drive Write Protection</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
