<?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; device drivers</title>
	<atom:link href="http://www.ghacks.net/tag/device-drivers/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>Tue, 24 Nov 2009 03:24:03 +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>Remove Old Windows Device Drivers</title>
		<link>http://www.ghacks.net/2009/03/13/remove-old-windows-device-drivers/</link>
		<comments>http://www.ghacks.net/2009/03/13/remove-old-windows-device-drivers/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:22:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[device drivers]]></category>
		<category><![CDATA[device-manager]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[uninstall drivers]]></category>
		<category><![CDATA[windows drivers]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11191</guid>
		<description><![CDATA[If you are the type of computer user who likes to upgrade his computer with new hardware devices instead of purchasing a new computer whenever a speed, storage or performance update is due you might find the following tip interesting. It is very likely that old device drivers are still present on the system which [...]]]></description>
			<content:encoded><![CDATA[<p>If you are the type of computer user who likes to upgrade his computer with new hardware devices instead of purchasing a new computer whenever a speed, storage or performance update is due you might find the following tip interesting. It is very likely that old device drivers are still present on the system which can lead to all kinds of hardware related problems and even slow boot times as Windows is searching for those hardware devices in every boot sequence.</p>
<p>It is quite easy to check if Windows is still listing old device drivers on the computer system. All that needs to be done is to access the Windows Device Manager. The easiest way to do this is to press [Windows Pause] which will open the System Properties. A click on Hardware > Device Manager will open the device manager.</p>
<p>The first step in there is to enable the display of hidden devices. Hidden devices are all devices that are currently not connected to the computer system. This can be old device drivers or hardware devices that are currently not connected. To enable hidden devices click on View > Show Hidden Devices.</p>
<p><span id="more-11191"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/old_device_drivers-500x278.jpg" alt="old device drivers" title="old device drivers" width="500" height="278" class="alignnone size-medium wp-image-11192" /></p>
<p>Windows will now display those devices in the list of hardware devices. Now it is time to click through all the hardware categories of the device manager to scan for devices that are not longer in use. This can be computer monitors, input devices like keyboards or mice, video cards and practically any computer hardware that can be replaced.</p>
<p>A right-click on such a device will provide the means to uninstall the device driver from the computer system. The uninstallation should remove the device entry from the device manager. Nothing can go wrong if you happen to uninstall working hardware devices from the system. Windows will either automatically install the new drivers at the next startup or prompt for a driver disk to perform the installation.</p>
<p>Cautious users might want to create a <a href="http://www.ghacks.net/2008/12/05/device-driver-backup/">device driver backup</a> before starting the process.</p>

	Tags: <a href="http://www.ghacks.net/tag/device-drivers/" title="device drivers" rel="tag">device drivers</a>, <a href="http://www.ghacks.net/tag/device-manager/" title="device-manager" rel="tag">device-manager</a>, <a href="http://www.ghacks.net/tag/drivers/" title="drivers" rel="tag">drivers</a>, <a href="http://www.ghacks.net/tag/uninstall-drivers/" title="uninstall drivers" rel="tag">uninstall drivers</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-drivers/" title="windows drivers" rel="tag">windows drivers</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/03/14/powerful-device-manager-device-remover/" title="Powerful Device Manager Device Remover (March 14, 2009)">Powerful Device Manager Device Remover</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (10)</li>
	<li><a href="http://www.ghacks.net/2007/09/25/windows-steady-state/" title="Windows Steady State (September 25, 2007)">Windows Steady State</a> (11)</li>
	<li><a href="http://www.ghacks.net/2006/07/04/windows-shut-down-takes-ages-try-profile-hive/" title="Windows shut down takes ages ? Try Profile Hive (July 4, 2006)">Windows shut down takes ages ? Try Profile Hive</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/04/24/windows-keyboard-shortcuts/" title="Windows Keyboard shortcuts (April 24, 2006)">Windows Keyboard shortcuts</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/13/remove-old-windows-device-drivers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Device Driver Backup</title>
		<link>http://www.ghacks.net/2008/12/05/device-driver-backup/</link>
		<comments>http://www.ghacks.net/2008/12/05/device-driver-backup/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:57:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[backup drivers]]></category>
		<category><![CDATA[backup software]]></category>
		<category><![CDATA[Device Driver Backup]]></category>
		<category><![CDATA[device drivers]]></category>
		<category><![CDATA[driver backup]]></category>
		<category><![CDATA[driver backup software]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[restore drivers]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8724</guid>
		<description><![CDATA[Driver Backup 2 (via Download Squad) is a portable open source software that can be used to backup and restore the drivers of a computer system. The backup software automatically scans the computer system after start and displays the discovered devices and their drivers in a list divided into categories that look like they were [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/projects/drvback/">Driver Backup 2</a> (via <a href="http://www.downloadsquad.com/2008/12/03/driver-backup-2-is-a-free-portable-drivermax-alternative/">Download Squad</a>) is a portable open source software that can be used to backup and restore the drivers of a computer system. The <a href="http://www.ghacks.net/2009/04/26/the-10-best-windows-backup-software-programs/">backup software</a> automatically scans the computer system after start and displays the discovered devices and their drivers in a list divided into categories that look like they were taken from the computer hardware dialog of the Windows operating system.</p>
<p>The software application has a surprisingly small size of just 1 Megabyte and runs pretty solid and fast. After the initial scan of the system&#8217;s device drivers a backup can be initiated. It is up to the user to backup all device drivers or only the drivers that have been selected. The backup software provides filters to display only OEM or third party drivers as well as only those drivers that have been digitally signed or are fully portable.</p>
<p>The device drivers can be stored on the computer&#8217;s hard drive using custom descriptions, filenames, path formats and device path formats. The device drivers will be stored in separate device folders by default. Each folder contains the drivers of that device. This can be a single .inf file or dozens of files that are needed for the device.</p>
<p><span id="more-8724"></span>Once a device driver backup has been created it can be used to restore that set of drivers on the computer system. You can either restore a single device driver by installing the driver from the directory it was saved in or all device drivers from withing the device driver backup software.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/device_driver_backup-500x432.jpg" alt="device driver backup" title="device driver backup" width="500" height="432" class="alignnone size-medium wp-image-8725" /></p>
<p>Backup and restoration of backed up device drivers is a quick and easy process which makes Device Driver 2 a perfect companion for a USB device with enough storage space to store the drivers.</p>
<p>The device driver backup software comes with a few command line parameters to automate the backup and restoration process further. There is also a command line builder which is currently only available in Italian language. It should however be relatively easy to use it to create the parameters needed for the desired operation.</p>

	Tags: <a href="http://www.ghacks.net/tag/backup-drivers/" title="backup drivers" rel="tag">backup drivers</a>, <a href="http://www.ghacks.net/tag/backup-software/" title="backup software" rel="tag">backup software</a>, <a href="http://www.ghacks.net/tag/device-driver-backup/" title="Device Driver Backup" rel="tag">Device Driver Backup</a>, <a href="http://www.ghacks.net/tag/device-drivers/" title="device drivers" rel="tag">device drivers</a>, <a href="http://www.ghacks.net/tag/driver-backup/" title="driver backup" rel="tag">driver backup</a>, <a href="http://www.ghacks.net/tag/driver-backup-software/" title="driver backup software" rel="tag">driver backup software</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/restore-drivers/" title="restore drivers" rel="tag">restore drivers</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/04/12/windows-driver-updates/" title="Windows Driver Updates (April 12, 2009)">Windows Driver Updates</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/09/web-browser-backup-software-favbackup-updated/" title="Web Browser Backup Software FavBackup Updated (October 9, 2009)">Web Browser Backup Software FavBackup Updated</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/12/08/email-backup-software-kls-mail-backup/" title="Email Backup Software KLS Mail Backup (December 8, 2008)">Email Backup Software KLS Mail Backup</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/30/backup-email-clients-and-web-browsers/" title="Backup Email Clients and Web Browsers (March 30, 2009)">Backup Email Clients and Web Browsers</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/05/device-driver-backup/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
