<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Windows]]></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 [...]]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/feed/</wfw:commentRss> <slash:comments>31</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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/28/assign-usb-drives-to-a-folder/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> </channel> </rss>
