<?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 devices</title>
	<atom:link href="http://www.ghacks.net/tag/usb-devices/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>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</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>USB Port Protection</title>
		<link>http://www.ghacks.net/2009/03/05/usb-port-protection/</link>
		<comments>http://www.ghacks.net/2009/03/05/usb-port-protection/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:04:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[block usb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb blocker]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[usb port]]></category>
		<category><![CDATA[usb port protection]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10944</guid>
		<description><![CDATA[System administrators do not only have to make sure that the computer systems that they administrate are protected from online threats: Local attacks are also a common threat that has to be dealt with. One prominent way of gaining access to a local computer system is by connecting external devices to the system. USB ports [...]]]></description>
			<content:encoded><![CDATA[<p>System administrators do not only have to make sure that the computer systems that they administrate are protected from online threats: Local attacks are also a common threat that has to be dealt with. One prominent way of gaining access to a local computer system is by connecting external devices to the system. USB ports have to be protected by the system administrator so that external devices cannot be connected to the system. Some of the dangers are malware threats that could be distributed in a computer network from one entry point or data theft by copying data from the local system to a removable device.</p>
<p><a href="http://www.netwrix.com/usb_blocker_freeware.html">USB Blocker</a> (via <a href="http://techie-buzz.com/utilites/block-usb-ports-with-usb-blocker.html">Techie Buzz</a>) is a software program that can protect USB ports from being accessed unauthorized. One main benefit of USB Blocker is that it relies solely on group policy mechanisms and does not have to be deployed on client computer systems. USB port protection can be achieved with just a few mouse clicks on connected computer systems.</p>
<p>The application is controlled via a small interface that pops up for the first time after installation. A click on the Block USB Devices checkbox enables the options for managed active directory domains and provides the means to exclude computers from being blocked by the USB port protection software. There is also an option to only block devices for specific organizational units in the Active directory.</p>
<p><span id="more-10944"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/usb_port_protection.jpg" alt="usb port protection" title="usb port protection" width="465" height="500" class="alignnone size-full wp-image-10947" /></p>
<p>The usb port protection software can only be downloaded after a quick registration (without verification) at the website of the developer. USB Blocker is compatible with most Microsoft operating systems. A commercial version exists as well which extends the functionality of the USB port protection to include additional devices among other things.</p>

	Tags: <a href="http://www.ghacks.net/tag/active-directory/" title="active directory" rel="tag">active directory</a>, <a href="http://www.ghacks.net/tag/block-usb/" title="block usb" rel="tag">block usb</a>, <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-blocker/" title="usb blocker" rel="tag">usb blocker</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-port/" title="usb port" rel="tag">usb port</a>, <a href="http://www.ghacks.net/tag/usb-port-protection/" title="usb port protection" rel="tag">usb port protection</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/" title="Ghacks Christmas Giveaway: USB Safely Remove (December 15, 2008)">Ghacks Christmas Giveaway: USB Safely Remove</a> (34)</li>
	<li><a href="http://www.ghacks.net/2009/03/08/usb-flashdrive-benchmark/" title="USB Flashdrive Benchmark (March 8, 2009)">USB Flashdrive Benchmark</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/19/usb-flash-drives-cleaner/" title="USB Flash Drives Cleaner (August 19, 2009)">USB Flash Drives Cleaner</a> (1)</li>
	<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/2008/03/21/quickly-remove-usb-devices/" title="Quickly Remove USB Devices (March 21, 2008)">Quickly Remove USB Devices</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/05/usb-port-protection/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ghacks Christmas Giveaway: USB Safely Remove</title>
		<link>http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/</link>
		<comments>http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 00:11:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[ghacks Christmas giveaway]]></category>
		<category><![CDATA[pcmcia]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb device manager]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[usb manager]]></category>
		<category><![CDATA[usb safely remove]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9032</guid>
		<description><![CDATA[Day 15 of the Ghacks Christmas Giveaway. We got 10 more software products for you for which we will hand out licenses. Today&#8217;s software program is special as it is the first one that can will be handed out to everyone who wants to try it. 
USB Safely Remove is a USB device manager that [...]]]></description>
			<content:encoded><![CDATA[<p>Day 15 of the Ghacks Christmas Giveaway. We got 10 more software products for you for which we will hand out licenses. Today&#8217;s software program is special as it is the first one that can will be handed out to everyone who wants to try it. </p>
<p><a href="http://safelyremove.com/">USB Safely Remove</a> is a USB device manager that can be run on 32-bit and 64-bit editions of Windows 2000, Windows XP and Windows Vista. USB devices like removable hard drives, memory sticks or even connected digital cameras become increasingly common but Microsoft failed to add the means to manage the devices effectively. The software program works basically with any hot-plug devices like USB, SATA, Firewire or PCMCIA devices.</p>
<p>One of the problems that Windows users might encounter is that most devices that get connected to the computer will use the name USB mass storage device. That makes it difficulty to safely unplug a specific device from the computer system. There is also no option to hide important devices that (never) get disconnected from the system.</p>
<p><span id="more-9032"></span>USB Safely Remove provides an easier way to manage the devices in Windows. It uses and displays the actual device names &#038; icons and offers ways to rename devices, change device icons and hide devices from the removal menu. A single hotkey can be used to navigate the menu and safely remove or open the device.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/usb_safely_remove.png" alt="usb safely remove" title="usb safely remove" width="448" height="269" class="alignnone size-full wp-image-9033" /></p>
<p>This is however just one function of the software. Another annoying Windows feature is that every card reader slot will be assigned to a drive letter which can easily mean that four or even more device letters are taken by card reader slots that are rarely if any in use. USB Safely Remove can be used to hide empty card reader slots automatically. There is also the option to eject cards directly from a card reader. Any process that would lock the card would be displayed so that it could be taken care of.</p>
<p>The reason if a device cannot be stopped on the computer system will be displayed by USB Safely Remove. It will display the running processes that lock the device so that it cannot be stopped or disabled.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/unlocker_window-500x189.png" alt="unlocker window" title="unlocker window" width="500" height="189" class="alignnone size-medium wp-image-9034" /></p>
<p>It is probably a good time to explain the differences between stopping and disabling a device. Some devices cannot be stopped but only disabled in the hardware manager. USB Safely Remove automatically detects the type of drive and will stop or disable the device without making the user think about the type of device. It can also enable a disabled device at the next start of the computer system.</p>
<p>Programs can be started after a device gets connected to the computer and before a device gets disconnected or stopped again. One possible use for that feature would be to run the encryption software <a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a> to mount and dismount the encrypted container.</p>
<p>A command line version of the software program is provided as well which can be integrated in batch scripts or simply run from the command line.</p>
<p>One of the most interesting features of USB Safely Remove is the ability to start a stopped device. Without the software one would have to unplug the cable of the device and plug it back in so that Windows recognized it again. With USB Safely Remove it is just a matter of selecting the feature in the right-click menu of the application.</p>
<p>The USB software manager comes with several additional features like the ability to mount storage devices as NTFS folders, managing of drive letters or preventing Windows from assigning specific drive letters to devices.</p>
<p>The software developer created a <a href="http://safelyremove.com/giveaway/giveawayghacks.htm">unique url</a> which can be used to request a serial number for the software program. This url is good for today only which is why we decided to publish the Giveaway right now and not at the usual time.</p>

	Tags: <a href="http://www.ghacks.net/tag/firewire/" title="firewire" rel="tag">firewire</a>, <a href="http://www.ghacks.net/tag/ghacks-christmas-giveaway/" title="ghacks Christmas giveaway" rel="tag">ghacks Christmas giveaway</a>, <a href="http://www.ghacks.net/tag/pcmcia/" title="pcmcia" rel="tag">pcmcia</a>, <a href="http://www.ghacks.net/tag/sata/" title="sata" rel="tag">sata</a>, <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-device-manager/" title="usb device manager" rel="tag">usb device manager</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-manager/" title="usb manager" rel="tag">usb manager</a>, <a href="http://www.ghacks.net/tag/usb-safely-remove/" title="usb safely remove" rel="tag">usb safely remove</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/05/usb-port-protection/" title="USB Port Protection (March 5, 2009)">USB Port Protection</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/03/08/usb-flashdrive-benchmark/" title="USB Flashdrive Benchmark (March 8, 2009)">USB Flashdrive Benchmark</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/19/usb-flash-drives-cleaner/" title="USB Flash Drives Cleaner (August 19, 2009)">USB Flash Drives Cleaner</a> (1)</li>
	<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/2008/03/21/quickly-remove-usb-devices/" title="Quickly Remove USB Devices (March 21, 2008)">Quickly Remove USB Devices</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Backup and Restore USB Images</title>
		<link>http://www.ghacks.net/2008/07/03/backup-and-restore-usb-images/</link>
		<comments>http://www.ghacks.net/2008/07/03/backup-and-restore-usb-images/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:30:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb backup]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[usb images]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5201</guid>
		<description><![CDATA[USB Image Tool is a lightweight portable software that can create backups of USB devices. It detects pretty much every USB device that I&#8217;m connecting to an USB port including my Apple iPod Nano. It did however not detect my mobile phone that I connected to the computer as a test.
The main interface consists of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alexpage.de/?page_id=3">USB Image Tool</a> is a lightweight portable software that can create backups of USB devices. It detects pretty much every USB device that I&#8217;m connecting to an USB port including my Apple iPod Nano. It did however not detect my mobile phone that I connected to the computer as a test.</p>
<p>The main interface consists of three buttons for the restore, backup and rescan functions. The rescan button is helpful if an USB device is not automatically recognized by the application which is the case when a card is changed in a card reader.</p>
<p>The data of the USB device is stored in a compressed format on the hard disk of the computer from where it can be burned to disk for safekeeping. The software does not only come with an option to backup USB devices to create USB images but also to restore them. It would be possible to backup the data of your iPod and later restore that image again. I&#8217;m not sure but it could work to replicate the data on another device of the same kind.</p>
<p><span id="more-5201"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/usb_image_tool-500x337.jpg" alt="usb image tool" title="usb image tool" width="500" height="337" class="alignnone size-medium wp-image-5202" /></p>
<p>The USB Image Tool requires the Microsoft .net framework 2.0 and a computer running Windows XP or Windows Vista. It ships with a dll called usbit32.dll that has to be in the same folder as the application, which it is by default.</p>

	Tags: <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/usb/" title="usb" rel="tag">usb</a>, <a href="http://www.ghacks.net/tag/usb-backup/" title="usb backup" rel="tag">usb backup</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-images/" title="usb images" rel="tag">usb images</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/" title="Quickly Remove USB Devices (March 21, 2008)">Quickly Remove USB Devices</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/03/backup-and-restore-usb-images/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quickly Remove USB Devices</title>
		<link>http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/</link>
		<comments>http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:19:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb devices]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/</guid>
		<description><![CDATA[USB devices in Windows can be configured to be optimized for quick removal or performance. If the first option is chosen it is normally no problem to simply unplug the device from the computer without removing it safely. If however the latter is chosen unplugging the device from the computer can lead to data corruption and data loss.]]></description>
			<content:encoded><![CDATA[<p>USB devices in Windows can be configured to be optimized for quick removal or performance. If the first option is chosen it is normally no problem to simply unplug the device from the computer without removing it safely. If however the latter is chosen unplugging the device from the computer can lead to data corruption and data loss.</p>
<p>A rule of thumb would be to always unplug the device safely if you want o minimize the chance for data corruption. The Microsoft solution for disconnecting USB devices is not optimal and is different (of course) depending on your operating systems. One of the most nerve wreaking messages is &#8220;It is now safe to remove this device&#8221; which can&#8217;t be turned off as far as I know.</p>
<p>If a process has locked files on the device the user will receive the message &#8220;This device cannot be safely stopped&#8221; without telling him (of course) which process is responsible for the locked files.</p>
<p><span id="more-3576"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/03/usbdiskejectorsmall.gif' alt='usb disk ejector' /></p>
<p>The software <a href="http://quick.mixnmojo.com/usb-disk-ejector">USB Disk Ejector</a> is one solution to some of the difficulties that users face. It get rids of the message that the device can be safely removed and it can also close processes that are  locking files on the device so that it can be removed.</p>
<p>One thing I like is that you get a gui and a command line version. The command line version for instance could be used to create a shortcut to eject a drive by name, letter, program running and partial name. The gui is helpful for users who prefer to work with graphical user interfaces. It displays a list of all connected USB devices and will automatically refresh the window if a new device is connected to the computer. A double-click removes the USB devices from the computer.</p>

	Tags: <a href="http://www.ghacks.net/tag/ipod/" title="iPod" rel="tag">iPod</a>, <a href="http://www.ghacks.net/tag/mobile/" title="mobile" rel="tag">mobile</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</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/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/03/backup-and-restore-usb-images/" title="Backup and Restore USB Images (July 3, 2008)">Backup and Restore USB Images</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/07/12/itunes-alternative-yamipod/" title="Itunes Alternative Yamipod (July 12, 2006)">Itunes Alternative Yamipod</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to assign a specific drive letter to the USB drive</title>
		<link>http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/</link>
		<comments>http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 20:13:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[drive letters]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/</guid>
		<description><![CDATA[Dante send in this little tip and I thought I would share it with everyone. I have been writing about a program called USB Drive Letter Manager before which made it very easy to assign specific drive letters to USB devices. I mentioned that it is possible to assign drive letters to certain USB devices in Windows using Disk Management as well but did not comment on that further.]]></description>
			<content:encoded><![CDATA[<p>Dante send in this little tip and I thought I would share it with everyone. I have been writing about a program called USB Drive Letter Manager before which made it very easy to assign specific drive letters to USB devices. I mentioned that it is possible to assign drive letters to certain USB devices in Windows using Disk Management as well but did not comment on that further.</p>
<p>This is where Dante stepped in and wrote an explanation on how to assign a specific drive letter to the USB drive.  He also mentioned that the tool would not work in Windows Vista and that the method using Disk Management would.</p>
<p>Right-click on the My Computer icon in Windows XP or on Computer in Windows Vista and select Manage form the menu. You can alternatively access it by entering <span class="userInput">compmgmt.msc in the run box or search box.</span> Now select Disk Management in that menu and perform a right-click on the drive that you want to assign a specific driver letter to.</p>
<p><span id="more-3379"></span> Now select Change Driver Letter and Path and assign the specific drive letter to the device.</p>

	Tags: <a href="http://www.ghacks.net/tag/drive-letters/" title="drive letters" rel="tag">drive letters</a>, <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</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/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/04/28/speed-up-hard-drives-under-windows-vista/" title="Speed up Hard Drives under Windows Vista (April 28, 2007)">Speed up Hard Drives under Windows Vista</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/11/04/permanently-assign-drive-letters-to-usb-devices/" title="Permanently Assign Drive Letters to USB Devices (November 4, 2007)">Permanently Assign Drive Letters to USB Devices</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/07/03/howto-fix-slow-hard-drives/" title="Howto fix slow hard drives (July 3, 2006)">Howto fix slow hard drives</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/08/18/assign-drive-letters-to-folders/" title="Assign Drive Letters to Folders (August 18, 2006)">Assign Drive Letters to Folders</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Permanently Assign Drive Letters to USB Devices</title>
		<link>http://www.ghacks.net/2007/11/04/permanently-assign-drive-letters-to-usb-devices/</link>
		<comments>http://www.ghacks.net/2007/11/04/permanently-assign-drive-letters-to-usb-devices/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 10:09:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[drive letters]]></category>
		<category><![CDATA[usb devices]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/04/permanently-assign-drive-letters-to-usb-devices/</guid>
		<description><![CDATA[Don't you hate it that it is not possible to assign a drive letter to an USB device in Windows using Microsoft tools ? Let me correct that, it is possible to assign drive letters to USB devices under some circumstances using Disk Management. This is however not working for all USB devices.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you hate it that it is not possible to assign a drive letter to an USB device in Windows using Microsoft tools ? Let me correct that, it is possible to assign drive letters to USB devices under some circumstances using Disk Management. This is however not working for all USB devices.</p>
<p>A far superior solution is to use a software called USB Drive Letter Manager which is highly configurable automatically solving possible conflicts between USB devices and network drives. The reason for such a conflict is that Windows XP assigns the first available drive letter to a device that gets connected without checking first if there is a network share on that drive letter.</p>
<p>USB Drive Letter Manager runs as a service in Windows and loads the configuration every time a device is connected to Windows. You would therefor first download and unzip the software to a location on your hard drive and install the service using the _install.cmd file.</p>
<p><span id="more-2219"></span>Once the service is running you can stop, start and uninstall it using the files located in the same directory. Edit the file USBDLM_sample.ini afterwards which is the configuration file for the USB Drive Letter Manager. Once you are done editing it you remove the _sample part of the filename and save it into the same directory.</p>
<p>There are lots of ways to configure this file and I would like to show only a few possible scenarios. The excellent help file, available in English and German, explains everything in details.</p>
<p>One possibility would be to assign a range of drive letters to USB devices and / or exclude drive letters who will never be assigned to those devices.</p>
<p><em>[DriveLetters]<br />
Letter1=X<br />
Letter2=Y<br />
Letter3=Z</em></p>
<p>The option above would assign the letters X,Y and Z to USB devices that are connected to the computer.</p>
<p><em>[ExcludedLetters]<br />
Letter1= E<br />
Letter2= F<br />
Letter3= G</em></p>
<p>This would exclude drive letters E,F and G from being assigned to USB Devices. You can naturally increase both by adding more lines like Letter4= and so on.</p>
<p>While this is already helpful it does not assign a drive letter permanently to a specific USB device. To do that you have to tweak the configuration further.</p>
<p>One possibility would be to assign a drive letter to an USB device of a specific size.</p>
<p><em>;USB drives above 20GB at U:<br />
[DriveLetters10]<br />
MinDiskSize=20GB<br />
Letter1=U</em></p>
<p>This would assign the drive letter U to an USB device with at least 20 Gigabytes of storage. Please note that the first line is simply a comment and the second line has to use a unique number between 1 and 99 plus one without a number.</p>
<p>The software checks if each DriveLetters configuration is true or false and will use the first true one.</p>
<p>The best solution to assign a specific USB device to a drive letter would be to use the devices serial number in the configuration. To find out about the serial number you use the script ListUsbDrives_To_Notepad.cmd which is located in the root directory of the application as well.</p>
<p>The script will create a new text file listing all of your devices including your hard drives. Browse to the USB drive and look for the lines <em>Ctrl DevID=</em> or <em>Friendly Name=</em>. You can use both to assign a drive letter to that USB device. This would look like the following:</p>
<p><em>;USB device:<br />
[DriveLetters10]<br />
DeviceID1=1234567890ABCD<br />
Letter1=V<br />
</em></p>
<p>I don&#8217;t want to detail more of the options but just name a few that could be useful. It is as well possible to assign drive letters by USB port, Volume Label, drive type, device type, bus type, partition number, existance of a file and letters by active user.</p>
<p>I have not encountered a problem working with USB Drive Letter Manager yet and was able to assign specific drive letters to all of my USB devices. I can help if you encounter problems or have difficulties writing the configuration, just drop me a line in that case then.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.uwe-sieber.de/usbdlm_e.html">USB Drive Letter Manager</a></p>

	Tags: <a href="http://www.ghacks.net/tag/drive-letters/" title="drive letters" rel="tag">drive letters</a>, <a href="http://www.ghacks.net/tag/usb-devices/" title="usb devices" rel="tag">usb devices</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/" title="How to assign a specific drive letter to the USB drive (February 29, 2008)">How to assign a specific drive letter to the USB drive</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/05/usb-port-protection/" title="USB Port Protection (March 5, 2009)">USB Port Protection</a> (7)</li>
	<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/04/28/speed-up-hard-drives-under-windows-vista/" title="Speed up Hard Drives under Windows Vista (April 28, 2007)">Speed up Hard Drives under Windows Vista</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/21/quickly-remove-usb-devices/" title="Quickly Remove USB Devices (March 21, 2008)">Quickly Remove USB Devices</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/04/permanently-assign-drive-letters-to-usb-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up Hard Drives under Windows Vista</title>
		<link>http://www.ghacks.net/2007/04/28/speed-up-hard-drives-under-windows-vista/</link>
		<comments>http://www.ghacks.net/2007/04/28/speed-up-hard-drives-under-windows-vista/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 18:35:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[microsoft windows vista]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed up]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[vista speed tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/28/speed-up-hard-drives-under-windows-vista/</guid>
		<description><![CDATA[The following article describes two ways of speeding up hard drives in Windows Vista. The first tip describes a way to speed up SATA drives and the second to speed up USB drives. Both options can be easily configured in the Device Manager. Advanced write caching features are supported by Windows Vista but not enabled by default. I'm not sure why Microsoft decided to disable the feature by default but it surely helps system performance to enable it. Just make sure you have an SATA drive installed.
]]></description>
			<content:encoded><![CDATA[<p>The following article describes two ways of speeding up hard drives in Windows Vista. The first tip describes a way to speed up SATA drives and the second to speed up USB drives. Both options can be easily configured in the Device Manager. Advanced write caching features are supported by Windows Vista but not enabled by default. I&#8217;m not sure why Microsoft decided to disable the feature by default but it surely helps system performance to enable it. Just make sure you have an SATA drive installed.</p>
<p>So, open the Device Manger by either typing device in the search box of Windows Vista or typing devmgmt.msc from the command line. Go to the disk Drives tab and right-click the SATA drive and select Properties from the menu. Now select the Policies tab and check the box Enable Advanced Performance. You have to repeat the process if you have more than one SATA drive installed on your system</p>
<p><span id="more-1477"></span>You have to perform almost the same steps to speed up usb drivers under Windows Vista. Open again the policies tab of the USB drive and select Optimize for Performance from the options there. This method has one little drawback, you need to Safely Remove the Hardware if you want to unplug the device from your system.</p>
<p>Both tips have been found at the <a href="http://www.howtogeek.com" target="_blank">How to Geek</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/microsoft-windows-vista/" title="microsoft windows vista" rel="tag">microsoft windows vista</a>, <a href="http://www.ghacks.net/tag/performance/" title="performance" rel="tag">performance</a>, <a href="http://www.ghacks.net/tag/speed-up/" title="speed up" rel="tag">speed up</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/vista-speed-tips/" title="vista speed tips" rel="tag">vista speed tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/29/how-to-assign-a-specific-drive-letter-to-the-usb-drive/" title="How to assign a specific drive letter to the USB drive (February 29, 2008)">How to assign a specific drive letter to the USB drive</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/04/windows-vista-sp1-will-annoy-pirates/" title="Windows Vista SP1 will annoy Pirates (December 4, 2007)">Windows Vista SP1 will annoy Pirates</a> (15)</li>
	<li><a href="http://www.ghacks.net/2008/05/05/windows-boot-timer/" title="Windows Boot Timer (May 5, 2008)">Windows Boot Timer</a> (15)</li>
	<li><a href="http://www.ghacks.net/2007/07/28/why-2-is-better-than-1/" title="Why 2 is better than 1 (July 28, 2007)">Why 2 is better than 1</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/08/used-hard-drives-still-haven-for-identify-theft/" title="Used Hard Drives Still Haven For Identify Theft (November 8, 2008)">Used Hard Drives Still Haven For Identify Theft</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/28/speed-up-hard-drives-under-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check which usb devices have been connected to your computer</title>
		<link>http://www.ghacks.net/2007/04/12/check-which-usb-devices-have-been-connected-to-your-computer/</link>
		<comments>http://www.ghacks.net/2007/04/12/check-which-usb-devices-have-been-connected-to-your-computer/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 18:01:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[check usb]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb devices]]></category>
		<category><![CDATA[usb security]]></category>
		<category><![CDATA[usb software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/12/check-which-usb-devices-have-been-connected-to-your-computer/</guid>
		<description><![CDATA[I have been writing a article about three months ago which detailed how to edit the registry to display previously connected usb devices in the device manager. While this method is still working I found a free software that has exactly the same function. The software is called USB Deview and was developed by one of my favorite software programmers NirSoft. Before I start and describe the security software I would like to point out its use. I work for a company in the financing sector and they have such a strict security protocol that everything has to be routinely checked from time to time.]]></description>
			<content:encoded><![CDATA[<p>I have been writing a article about three months ago which detailed how to edit the registry to display <a href="http://www.ghacks.net/2007/01/29/find-out-which-devices-have-been-connected-to-your-pc/" target="_blank">previously connected usb devices in the device manager</a>. While this method is still working I found a free software that has exactly the same function. The software is called <a href="http://www.nirsoft.net/utils/usb_devices_view.html" target="_blank">USB Deview</a> and was developed by one of my favorite software programmers NirSoft. Before I start and describe the security software I would like to point out its use. I work for a company in the financing sector and they have such a strict security protocol that everything has to be routinely checked from time to time.</p>
<p>It is important to check if a unauthorized USB device has been connected to a computer. This could be a clear sign of a security breach, maybe data theft. One could argue that the damage has already been done but would you prefer to know of it at all or be totally unprepared for future events that result from this ? It is probably not that important for non business users but it could still be nice to know if someone else connected a device to your computer while you were away.</p>
<p><span id="more-1411"></span></p>
<p>USB Deview lists the name of the device, a description and device type, a serial number and a created date. You do get a pretty good impression which kind of device has been connected. I checked my computer and was able to spot the Sony Ericsson W810 mobile phone from a friend that was once connected to my computer.</p>
<p>You can use USB Deview to uninstall previously connected USB devices or disconnect currently connected ones. Great little application, does not need to be installed at all and uses just 38K unpacked.</p>

	Tags: <a href="http://www.ghacks.net/tag/check-usb/" title="check usb" rel="tag">check usb</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-security/" title="usb security" rel="tag">usb security</a>, <a href="http://www.ghacks.net/tag/usb-software/" title="usb software" rel="tag">usb software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/05/usb-port-protection/" title="USB Port Protection (March 5, 2009)">USB Port Protection</a> (7)</li>
	<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/2008/03/21/quickly-remove-usb-devices/" title="Quickly Remove USB Devices (March 21, 2008)">Quickly Remove USB Devices</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/02/16/increase-usb-security-with-usb-cop/" title="Increase USB Security With USB Cop (February 16, 2009)">Increase USB Security With USB Cop</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/ghacks-christmas-giveaway-usb-safely-remove/" title="Ghacks Christmas Giveaway: USB Safely Remove (December 15, 2008)">Ghacks Christmas Giveaway: USB Safely Remove</a> (34)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/12/check-which-usb-devices-have-been-connected-to-your-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
