<?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>MakeUseOf.com &#187; drivers</title>
	<atom:link href="http://www.makeuseof.com/tags/drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:55:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Find Unknown Device Drivers By Their Vendor &amp; Device ID</title>
		<link>http://www.makeuseof.com/tag/how-to-find-unknown-device-drivers-by-their-vendor-device-id/</link>
		<comments>http://www.makeuseof.com/tag/how-to-find-unknown-device-drivers-by-their-vendor-device-id/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:01:53 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[device manager]]></category>
		<category><![CDATA[drivers]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24067</guid>
		<description><![CDATA[Rule No.1: Never lose your device driver CDs.
Rule No.2: Be prudent and keep a backup copy close by.
Rule No. 3: If you lose your driver files, know where to download it from again.
Congratulations! If you have flouted at least two of the above rules, then this post might serve as deliverance from the three cardinal [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Thumbnail.png" alt="Thumbnail" vspace="5" align="left" />Rule No.1: Never lose your device driver CDs.</p>
<p>Rule No.2: Be prudent and keep a <a href="http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/">backup</a> copy close by.</p>
<p>Rule No. 3: If you lose your driver files, know where to download it from again.</p>
<p>Congratulations! If you have flouted at least two of the above rules, then this post might serve as deliverance from the three cardinal sins. I am a fellow sinner. But, the third rule has often bailed me out and it’s thanks to a little postscript to the third rule that has washed away my need for penance.</p>
<p><strong>Device Manager</strong> is the place where all drivers are displayed. An unknown device gets a yellow question mark against it in Device Manager. The causes could be one or a few &#8211; You could have installed the wrong device driver which the OS does not recognize. Or the hardware itself could be faulty. All such cases lead a device driver to be classified as an unknown device.</p>
<p>The easiest way to resolve an unknown status is to find device drivers from the manufacturer’s website and download them. The respective websites usually have drill down menus to take you to the right driver for your OS. But what if you can’t recollect the make or brand of the device? To err is human; to fix it is divine duty. Thankfully, ways exist that makes correcting unknown device status as easy as a prayer.</p>
<p><span id="more-24067"></span></p>
<h3><strong>The Manual Way from the Device Manager</strong></h3>
<p>Every device driver comes with two identity numbers – the <em>Vendor ID</em> and the <em>Device ID</em>. These two numbers can be used to track down the manufacturer and the specific device driver. The <em>Device ID</em> is the most unique identifier for a device. Hardware ID’s can be less specific. Device ID is what gets accessed first during setup.</p>
<ol>
<li>Open Device Manager from…
<ul>
<li><em>Control Panel – System – Hardware – Device Manager (In Windows XP).</em></li>
<li><em>Control Panel – System and Maintenance – Administrative Tools &#8211; Computer Management &#8211; Device Manager (In Windows Vista).</em></li>
<li>Alternatively, in the <em>Run</em> box type <em>devmgmt.msc</em>.<em><br />
</em></li>
</ul>
</li>
<li>Unknown devices would be listed as such and marked out with a yellow question mark.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Device-Manager.png" alt="find device drivers" width="580" height="476" /></p>
<li>Select the unknown device and right click to access <em>Properties</em>.</li>
<li>In the <em>Properties</em> window click on <em>Details</em> tab and select <em>Device Instance Id</em> from the drop down.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Device-ID.png" alt="device drivers downloads" width="404" height="455" /></p>
<li>An alphanumeric string like this <em>PCI\VEN_1217&amp;DEV_7130&amp;SUBSYS_012F1025&amp;REV_01\4&amp;6B16D5B&amp;0&amp;33F0</em> is the identification marker for the device. We only need to isolate the <em>Vendor ID</em> number (prefixed with VEN) and the <em>Device I</em>D number (prefixed with DEV). In this case, Vendor ID is <strong>1217</strong> and Device ID is <strong>7130</strong>.</li>
</ol>
<p>With the numbers identified, a few resources can be tapped to get the vendors behind these numbers.</p>
<p><a href="http://www.pcidatabase.com/"><strong>PCI Database</strong></a></p>
<p>It is a reputedly the largest centralized database of PCI device IDs to find your device driver. Using the search box, you can search vendors and devices by IDs. Either one of the searches gives you the clue about the origins of this device. Further information can be obtained from the vendor’s website or a Google search.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/PCI-database-Search-results.png" alt="PCI-database-Search-results" width="580" height="345" /></p>
<h3><strong>The Software Way Using Unknown Devices</strong></h3>
<p>A small free standalone software aptly named <a href="http://www.halfdone.com/">Unknown Devices</a> offers a quick way to get to the anonymous device drivers. The 630 KB sized software (beta ver.1.4.20) runs directly without an installation. The database used by the software comes in 3 text files located in the same folder.</p>
<ol>
<li>The program scans the devices installed and displays the name of the manufacturer and the devices discovered.</li>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Unknown-devcie.png" alt="find device drivers" width="500" height="277" /></p>
<li>The detailed info includes the vendor and device IDs along with the manufacturer names.</li>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Unknown-devcie_Details.png" alt="Unknown-devcie_Details" width="421" height="406" /></p>
<li>A Google search is available for any of the details with a right-click.  For instance, a Google search using the hardware ID can be used to find device drivers.</li>
<li>The text based database can also be queried for any hardware ID using its integrated <em>Lookup Hardware ID</em> search box.</li>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Unknown-devcie_Search.png" alt="Unknown-devcie_Search" width="487" height="119" /></p>
</ol>
<p>The beta version (1.4.20) extends support to Vista.</p>
<p>The info obtained using the above two methods, does not guarantee a solution. In some cases, the information will take us into a blind alley because the device driver itself is not available. But the two ways do help to unmask the unidentified devices and make them accessible with a few more details. With the devices identified, we are in a better position to query the manufacture or hunt around on the web for the right <a href="http://www.makeuseof.com/tags/drivers/">device driver</a>.</p>
<p>Let me point you to some resources to find device drivers as a starter…</p>
<p><a href="http://www.driverguide.com/">DriverGuide.com</a></p>
<p>With 400,000 drivers, it is very nearly king of the heap. The free membership comes with a few limitations like access to all 100,000+ member uploaded drivers but limited access to the site&#8217;s own 300,000+ uploaded drivers. But free entry into its huge company database list and community forum makes this site a great hub. As it allows user submitted drivers, you can put in a request for an obsolete driver.</p>
<p><a href="http://www.nodevice.com/">NoDevice.com</a></p>
<p>Nearly 30,000 drivers are indexed by company name and driver type. Read more about it here.</p>
<p><a href="http://www.driversplanet.com/">DriversPlanet.com</a></p>
<p>It offers a downloadable driver scanner. The site is well laid out with a database of 120,000 drivers listed by manufacturer and device type.</p>
<p>Let us know how you deal with an unknown device driver and make it a bit more recognizable.</p>
<p><small>Image credit: <a rel="nofollow" href="http://www.flickr.com/photos/15932083@N05/2356712801/">viagallery</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/" title="How To Find PC Drivers and Set Up Your Printer (November 2, 2007)">How To Find PC Drivers and Set Up Your Printer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-remove-old-drivers-from-windows/" title="How To Easily Remove Old Drivers from Windows (May 15, 2009)">How To Easily Remove Old Drivers from Windows</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/manage-multiple-cameras-like-a-pro-mac/" title="How To Easily Manage Photos from Multiple Cameras [Mac] (July 12, 2009)">How To Easily Manage Photos from Multiple Cameras [Mac]</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/free-alternatives-to-10-popular-commercial-mac-applications-part-2/" title="Free Alternatives to 10 Popular Commercial Mac Applications (Part2) (October 12, 2008)">Free Alternatives to 10 Popular Commercial Mac Applications (Part2)</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/download-junkies-update-your-system-with-radarsync/" title="Download Junkies, Update Your System With RadarSync (May 29, 2009)">Download Junkies, Update Your System With RadarSync</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-find-unknown-device-drivers-by-their-vendor-device-id/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Download Junkies, Update Your System With RadarSync</title>
		<link>http://www.makeuseof.com/tag/download-junkies-update-your-system-with-radarsync/</link>
		<comments>http://www.makeuseof.com/tag/download-junkies-update-your-system-with-radarsync/#comments</comments>
		<pubDate>Fri, 29 May 2009 21:00:41 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[software updater]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18283</guid>
		<description><![CDATA[So, your Start Menu is a mile long, your Add/Remove Programs control panel takes a week to load, and your spouse is getting more annoyed with each successive “new thing” that pops up in the System Tray. Admit it. You’re a download junkie. I know that I am, and that I like to keep everything [...]]]></description>
			<content:encoded><![CDATA[<p>So, your Start Menu is a mile long, your Add/Remove Programs control panel takes a week to load, and your spouse is getting more annoyed with each successive “new thing” that pops up in the System Tray. Admit it. You’re a download junkie. I know that I am, and that I like to keep everything up to date as much as possible. True geeks stay on the bleeding edge. That’s where this new tool, <a href="http://www.radarsync.com/">RadarSync</a>, comes in.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/radarsyncscan-thumb2.png" /></p>
<p><span id="more-18283"></span><br />
First, RadarSync scans your Windows system for programs which may need updating. It did not take long, even on a large, installation-heavy system like mine. I was pleasantly surprised by the number of programs the scanner recognized, including system drivers.  Once the scan results appeared, I had the opportunity to select which updates to download. Alternately, I had the option to save the list as a software “pack” using RadarSync’s <a href="http://www.radarsync.com/packzoola">Packzoola</a> service, which is free, for later use. Think of Packzoola packs as custom playlists for software which can be shared. <a href="http://www.radarsync.com/packs/p27305-dork_lotus_pack">You may view my example pack here</a>.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/radarsyncresults-thumb2.png" /></p>
<p>With two clicks, you can download the installer files for all of your updates. RadarSync states that these updates come directly from the programs’ official servers. The installers are stored in a folder under My Documents, and can be launched or deleted from RadarSync’s interface. </p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="radarSyncAllDownloadsSmall" src="http://www.makeuseof.com/wp-content/uploads/2009/05/radarsyncalldownloadssmall-thumb.png" border="0" alt="radarSyncAllDownloadsSmall" width="356" height="206" /></p>
<p>You even will get a pop-up notice when the installer is available and will be prompted to create a System Restore point. By default, the installers are deleted after 30 days, which can be changed. For the security-conscious, RadarSync has a <a href="http://www.radarsync.com/privacy">privacy policy</a>.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="radarSyncDownloadCompleteBubble" src="http://www.makeuseof.com/wp-content/uploads/2009/05/radarsyncdownloadcompletebubble-thumb.png" border="0" alt="radarSyncDownloadCompleteBubble" width="329" height="123" /></p>
<p>RadarSync makes for a quick and easy way to update Windows programs and system files. You may download it <a href="http://www.radarsync.com/">here</a>. It&#8217;s compatible with Windows XP and Vista on both 32 &#038; 64-bit platforms.</p>
<p>For variety, <a href="http://www.makeuseof.com/tag/5-ways-to-update-your-windows-operating-system/">here are five more ways to update Windows</a>. </p>
<p>How do you go about updating every piece of application on your computer? Feel free to leave us comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-manage-the-google-update-service-windows/" title="Manage Application Updates With The &#8216;Google Updater&#8217; Service [Windows] (July 12, 2009)">Manage Application Updates With The &#8216;Google Updater&#8217; Service [Windows]</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stop-automatic-updates-from-nagging-you-in-3-simple-steps/" title="How to Stop Annoying &#8220;Restart&#8221; Prompt after Windows Updates (June 28, 2009)">How to Stop Annoying &#8220;Restart&#8221; Prompt after Windows Updates</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/save-and-share-mac-software-updates/" title="How To Save &#038; Share Software Updates on Mac (June 18, 2009)">How To Save &#038; Share Software Updates on Mac</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-automatically-keep-your-macs-apps-fresh-updated/" title="How To Automatically Update 3&#8242;rd Party Apps on Your Mac (August 23, 2009)">How To Automatically Update 3&#8242;rd Party Apps on Your Mac</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/find-the-latest-software-version-updates-with-techtracker/" title="Find Newer Versions Of Installed Software with Techtracker (October 8, 2009)">Find Newer Versions Of Installed Software with Techtracker</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/download-junkies-update-your-system-with-radarsync/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Backup your drivers with DriverBackup 2 [Windows]</title>
		<link>http://www.makeuseof.com/tag/backup-your-drivers-with-driverbackup-2-windows/</link>
		<comments>http://www.makeuseof.com/tag/backup-your-drivers-with-driverbackup-2-windows/#comments</comments>
		<pubDate>Sat, 16 May 2009 15:00:13 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17456</guid>
		<description><![CDATA[ I HATE reinstalling drivers! I like to create images and burn them to disk. These images contain the machine&#8217;s operating system and drivers, But this is not always possible and in a sticky situation, it is better to have a backup of the drivers. By using this small portable application called DriverBackup2, you can [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="DrvBKHead" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbkhead-thumb.png" border="0" alt="DrvBKHead" width="129" height="129" align="left" /> I HATE reinstalling drivers! I like to create images and burn them to disk. These images contain the machine&#8217;s operating system and drivers, But this is not always possible and in a sticky situation, it is better to have a backup of the drivers. By using this small portable application called <a href="http://sourceforge.net/projects/drvback/">DriverBackup2</a>, you can export your drivers and save them to a CD, DVD or pretty much anywhere for easy reinstallation.<br />
<span id="more-17456"></span></p>
<p>Let’s see how this easy program can help us backup our drivers. I downloaded the 320kb RAR file and unrared it. Then I double-clicked on the DrvBK.exe file and was ready to rock and roll. Below, you will see a screen shot of what your directory should look like after extracting the files.</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk1-thumb.png" border="0" alt="DrvBK1" width="549" height="413" /></p>
<p>Upon running the application, a window will appear. Don’t be alarmed that it says &#8220;No devices found. Check for administrative privileges or change listing first&#8221;. This is normal as it starts querying your machine. You can see at the bottom of the window it is already searching and getting to know your system’s devices.<br />
<img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK2" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk2-thumb.png" border="0" alt="DrvBK2" width="549" height="475" /></p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK3" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk3-thumb.png" border="0" alt="DrvBK3" width="549" height="475" /></p>
<p>You can select which items you want to backup or select everything and do a full backup. After clicking the &#8220;Start Backup&#8221; button you will see this screen:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK4" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk4-thumb.png" border="0" alt="DrvBK4" width="549" height="536" /></p>
<p>Hit the &#8220;Browse&#8221; button to select your backup destination path. For this instance, I am setting it to my external hard drive. I choose &#8220;Make New Folder&#8221; and continued.</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image-thumb75.png" border="0" alt="image" width="330" height="535" /></p>
<p>I hit OK and then &#8220;Start Backup…&#8221;.</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK5" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk5-thumb.png" border="0" alt="DrvBK5" width="549" height="536" /></p>
<p>And then it was done… Almost instantly!</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="DrvBK6" src="http://www.makeuseof.com/wp-content/uploads/2009/05/drvbk6-thumb.png" border="0" alt="DrvBK6" width="549" height="536" /></p>
<p>I hit OK and then attempted to restore my drivers. I hit restore from the main menu and got this window:</p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image-thumb76.png" border="0" alt="image" width="549" height="475" /></p>
<p><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image-thumb77.png" border="0" alt="image" width="567" height="416" /></p>
<p>I opened the file and hit blamo all my drivers were listed. And restoring was as easy as clicking &#8220;Restore&#8221;!</p>
<p>Do you have a tool you use or another method of backing up your drivers? If you do – please share them with us in the comments!</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/" title="3 Useful Software to Backup Your Hardware Drivers In Windows (May 1, 2009)">3 Useful Software to Backup Your Hardware Drivers In Windows</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-cut-out-and-keep-guide-to-essential-software-programs/" title="The Cut Out and Keep Guide to Essential Software Programs (November 3, 2007)">The Cut Out and Keep Guide to Essential Software Programs</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/" title="How to Sync Files between PC and USB Thumb Drive? (February 2, 2008)">How to Sync Files between PC and USB Thumb Drive?</a> (27)</li>
	<li><a href="http://www.makeuseof.com/tag/quick-tip-get-an-awesome-vista-ultimate-feature-for-free/" title="How to Quickly Restore Deleted Data in Vista (July 22, 2008)">How to Quickly Restore Deleted Data in Vista</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/backup-your-drivers-with-driverbackup-2-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Easily Remove Old Drivers from Windows</title>
		<link>http://www.makeuseof.com/tag/how-to-easily-remove-old-drivers-from-windows/</link>
		<comments>http://www.makeuseof.com/tag/how-to-easily-remove-old-drivers-from-windows/#comments</comments>
		<pubDate>Fri, 15 May 2009 17:46:26 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17427</guid>
		<description><![CDATA[I am a cleanup junkie. On my computer, I have the usual motley of cleaners, uninstallers and update managers installed. I thought my system was squeaky clean and safe as a house until I ran into some conflict issues. The culprit it turned out was an old sound driver.
Old hardware drivers are remnants of upgrades [...]]]></description>
			<content:encoded><![CDATA[<p>I am a cleanup junkie. On my computer, I have the usual motley of cleaners, uninstallers and update managers installed. I thought my system was squeaky clean and safe as a house until I ran into some conflict issues. The culprit it turned out was an old sound driver.</p>
<p>Old hardware drivers are remnants of upgrades and un-installations. Like forgotten landmines, they often return to cause performance hiccups and driver clashes.</p>
<p>Normally, these old hardware drivers remain hidden as the Device Manager displays only the active devices. Using a special command, it is possible to force them into view. What is easy and neat about the whole thing is that the old devices appear grayed out – sighting and uninstalling them is just a matter of a keystroke.</p>
<p>So here is the short and easy method to prevent your computer from being bombed out by old driver leftovers. <strong>The process is the same for Windows XP and Vista.</strong></p>
<ol>
<li>Open Command prompt window in the administrator mode.
<ul>
<li>From <em>Start – All Programs – Accessories – Command Prompt</em> – right click and Select <em>Run as…</em> &#8211; <em>Administrator</em>.
<p><img class="aligncenter size-full wp-image-17428" title="1_command" src="http://www.makeuseof.com/wp-content/uploads/2009/05/1_command.png" alt="1_command" width="347" height="186" /></li>
<li>Alternatively, <em>Start – Run</em> – Type <em>cmd</em> – press <em>Ctrl+Shift +Enter</em> to run as administrator.
<p><img class="aligncenter size-full wp-image-17429" title="2_accesorries" src="http://www.makeuseof.com/wp-content/uploads/2009/05/2_accesorries.png" alt="2_accesorries" width="421" height="498" /></li>
</ul>
</li>
<li>Now type (or copy-paste) the following command in the window and press <em>Enter</em>.</li>
<p><strong>SET DEVMGR_SHOW_NONPRESENT_DEVICES=1</strong></p>
<p>This forces the invisible old drivers to reveal themselves in the device manager.</p>
<li>Now, we have to bring up the <em>Device Manager</em>. Type this command in the following line and press <em>Enter</em> –</li>
<p><strong>devmgmt.msc</p>
<p><img class="aligncenter size-full wp-image-17430" title="3_dos-window" src="http://www.makeuseof.com/wp-content/uploads/2009/05/3_dos-window.png" alt="3_dos-window" width="575" height="198" /></strong></p>
<li>In the Device Manager, go to <em>View</em> – enable <em>Show hidden devices. </em></li>
<p>The <em>Device Manager</em> now lists out all devices which are active and which are not. The inactive devices appear grayed out.</p>
<p><img class="aligncenter size-full wp-image-17431" title="4_show-hidden-devices" src="http://www.makeuseof.com/wp-content/uploads/2009/05/4_show-hidden-devices.png" alt="4_show-hidden-devices" width="280" height="298" /></p>
<li>From the list, right click on the inactive device you wish to remove and select <em>Uninstall</em> to remove the driver.
<p><img class="aligncenter size-full wp-image-17432" title="5_uninstall" src="http://www.makeuseof.com/wp-content/uploads/2009/05/5_uninstall.png" alt="5_uninstall" width="364" height="160" /></li>
</ol>
<p>In three minutes you have detected and demolished the old device drivers which were stealthily creating problems for your system. Hopefully, your system is back to its squeaky clean state. Mine certainly is.</p>
<p>If you liked this how-to, then you can check out this post on <a href="http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/" target="_blank">backing up hardware drivers</a> too.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/" title="How To Find PC Drivers and Set Up Your Printer (November 2, 2007)">How To Find PC Drivers and Set Up Your Printer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/backup-your-drivers-with-driverbackup-2-windows/" title="Backup your drivers with DriverBackup 2 [Windows] (May 16, 2009)">Backup your drivers with DriverBackup 2 [Windows]</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/" title="3 Useful Software to Backup Your Hardware Drivers In Windows (May 1, 2009)">3 Useful Software to Backup Your Hardware Drivers In Windows</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/your-computer-your-world-how-to-keep-out-the-mindless/" title="Your Computer, Your World &#8211; How to Keep Out the Mindless (May 26, 2008)">Your Computer, Your World &#8211; How to Keep Out the Mindless</a> (51)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-easily-remove-old-drivers-from-windows/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>3 Useful Software to Backup Your Hardware Drivers In Windows</title>
		<link>http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/</link>
		<comments>http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:00:50 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16584</guid>
		<description><![CDATA[You have been told to backup your hard disk and data thousands of time, but I am sure few people will tell you that you need to backup your hardware driver as well. In case you are not the geek in your house, the hardware driver is the software that provides detailed instructions to the [...]]]></description>
			<content:encoded><![CDATA[<p>You have been told to backup your hard disk and data thousands of time, but I am sure few people will tell you that you need to backup your hardware driver as well. In case you are not the geek in your house, the hardware driver is the software that provides detailed instructions to the OS on how the hardware should work. Without the driver, your hardware (such as motherboard, video card, sound card) won&#8217;t be able to function properly.</p>
<p>Backing up your device driver saves you the trouble of searching, downloading and installing the drivers after you have reformatted the system. Also, in some OEM computers, the device drivers are custom made and are not available anywhere on the Web. If you lost the driver CD, your hardware will cease to work properly. When such situation arises, driver backup software will come in handy.</p>
<h2><a href="http://www.boozet.org/dd.htm" target="_blank">Double Driver</a></h2>
<p>Double Driver is a simple and small software that you can use to backup/restore your device driver. There is nothing fanciful about Double Driver, except that it does its job well.</p>
<p><img style="display: inline" title="double-driver" src="http://www.makeuseof.com/wp-content/uploads/2009/04/doubledriver.jpg" alt="double-driver" width="577" height="290" /></p>
<p>Double Driver is able to detect between third party drivers and drivers provided by Microsoft. By default, only the third party drivers are backup since the Microsoft drivers come installed when you reinstall the OS. However, if you want a comprehensive solution, you can select all the Microsoft drivers and back them up as well.</p>
<p>Within the Double Driver application, there is this function that allows you to build a portable version of DD. With this portable version, you will be able to run it on any Windows machine without installation.</p>
<p><img style="display: inline" title="double-driver1" src="http://www.makeuseof.com/wp-content/uploads/2009/04/doubledriver1.jpg" alt="double-driver1" width="431" height="146" /></p>
<h2><a href="http://www.drivermax.com/index.htm" target="_blank">DriverMax</a></h2>
<p>When it comes to driver backup, DriverMax is the powerhouse. Not only does it backup/restore your driver, it also searches the Web and update your driver when a newer version is available. No more searching for some rare driver on discs or on the Web.</p>
<p><img style="display: inline" title="drivermax" src="http://www.makeuseof.com/wp-content/uploads/2009/04/drivermax.jpg" alt="drivermax" width="577" height="442" /></p>
<p>There are several functions that come with the DriverMax application. You can export/import drivers and view the installed drivers report, check for driver update and identify unknown hardware. There is even a function where you can check out the popular hardware (video cards and processors) out there.</p>
<p>DriverMax is free to download and use, but you need to set up a user account and obtain a registration key before you can access the full functionality.</p>
<h2><a href="http://sourceforge.net/projects/drvback/" target="_blank">Driver Backup 2!</a></h2>
<p>There have been very little publicity about this software, but that doesn&#8217;t mean this is not a good software. In fact, among the three, this is the one that I like most.</p>
<p><img style="display: inline" title="driverbackup2" src="http://www.makeuseof.com/wp-content/uploads/2009/04/driverbackup2.jpg" alt="driverbackup2" width="577" height="499" /></p>
<p>While it does not provide driver update like DriverMax does, it does give you plenty of choices when backing up your drivers. You can choose to view between OEM drivers, third party drivers or both and backup those drivers that are digitally signed or fully portable. For your information, fully portability refers to the ability to backup and restore without causing a gitch to the system.</p>
<p>DriverBackup 2! also comes with a command line mode that makes it possible to automate driver backup using particular parameters in the command line. If you know absolutely nothing about the command line, I would advise you to steer clear of this mode.</p>
<p>One last thing that I like about DriverBackup 2! is that it is already a portable app when you first download it. There is no installation required and you just need to double-click the DrvBk.exe file to run it. Cool.</p>
<p>What other software do you use to backup your driver?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/backup-your-drivers-with-driverbackup-2-windows/" title="Backup your drivers with DriverBackup 2 [Windows] (May 16, 2009)">Backup your drivers with DriverBackup 2 [Windows]</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-cut-out-and-keep-guide-to-essential-software-programs/" title="The Cut Out and Keep Guide to Essential Software Programs (November 3, 2007)">The Cut Out and Keep Guide to Essential Software Programs</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/" title="How to Sync Files between PC and USB Thumb Drive? (February 2, 2008)">How to Sync Files between PC and USB Thumb Drive?</a> (27)</li>
	<li><a href="http://www.makeuseof.com/tag/quick-tip-get-an-awesome-vista-ultimate-feature-for-free/" title="How to Quickly Restore Deleted Data in Vista (July 22, 2008)">How to Quickly Restore Deleted Data in Vista</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Alternatives to 10 Popular Commercial Mac Applications (Part2)</title>
		<link>http://www.makeuseof.com/tag/free-alternatives-to-10-popular-commercial-mac-applications-part-2/</link>
		<comments>http://www.makeuseof.com/tag/free-alternatives-to-10-popular-commercial-mac-applications-part-2/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 16:02:59 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[media encoder]]></category>
		<category><![CDATA[ripping]]></category>
		<category><![CDATA[save money]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[synchronize]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6390</guid>
		<description><![CDATA[Due to the popularity of my first article regarding free alternatives to commercial Mac applications, I&#8217;ve decided to roll out a second part, shining the spotlight on more free applications for MakeUseOf&#8217;s Mac adopters. I hope you&#8217;ll like these applications just as well as their commercial counterparts, maybe even more since they&#8217;re free!
Jing, as an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/muo-mac-freeware.png" alt="" align="left" />Due to the popularity of my first article regarding <a href="http://www.makeuseof.com/tag/free-alternatives-to-popular-commercial-mac-applications/">free alternatives to commercial Mac applications</a>, I&#8217;ve decided to roll out a second part, shining the spotlight on more free applications for MakeUseOf&#8217;s Mac adopters. I hope you&#8217;ll like these applications just as well as their commercial counterparts, maybe even more since they&#8217;re free!</p>
<h2><a href="http://www.jingproject.com/">Jing</a>, as an alternative to iShowU ($20)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/jing.png" alt="Jing -  free screencast app for Mac" align="right" />Jing is a <a href="http://www.makeuseof.com/tag/5-free-screencasting-apps-for-creating-video-tutorials/">screen-casting program</a> which has come a long way since it first started. Their current version is pretty impressive because it integrates sharing to Screencast.com, Flickr and uploads to any FTP; you&#8217;ll automatically get a download link which you can share with your friends (something like <a href="http://www.makeuseof.com/tag/capture-edit-and-share-your-screenshots-with-skitch-mac-only/">Skitch</a>). It does everything iShowU does and it even records from the microphone. The one thing it doesn&#8217;t allow me to do is adjust the video output quality. But hey, it&#8217;s pretty decent for a free app.</p>
<h2><a href="http://burn-osx.sourceforge.net/">Burn</a>, as an alternative to Roxio&#8217;s Toast Titanium ($79.99)</h2>
<p>Burn extends Mac&#8217;s native burning abilities by adding various options such as creating the regular Data as well as Video and Music disks. It can burn from cue and bin images. It&#8217;s not as fully equipped as Toast Titanium with Blu-Ray Disc burning but it does the good ol&#8217; fashion burning job very well.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/cyberduck.png" alt="Cyberduck" align="right" /></p>
<h2><a href="http://cyberduck.ch/">Cyberduck</a>, as an alternative to Transmit ($29.95)</h2>
<p>Both programs are pretty much the same, supporting Quicklook, WebDAV, Secure FTP, Amazon S3, synchronization and Growl notifications. So what&#8217;s the difference? Um, the price?</p>
<p>&nbsp;</p>
<h2><a href="http://webcam-osx.sourceforge.net/">macam</a>, as an alternative to IOExperts Webcam Drivers ($20)</h2>
<p>My first Mac was a Mini and like all new Switchers, I was excited about Photo Booth and got myself a USB webcam. Little did I know that Mac has limited drivers for webcams. After extensive research, I was ready to fork out 20 bucks for IOExperts Webcam Drivers just to make my webcam work. Luckily, I managed to find macam in time. macam is basically driver for USB webcams on Mac OS X. The name doesn&#8217;t instill a lot of confidence but trust me, it works. And it saved me $20.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/handbrake.png" alt="" align="right" /></p>
<h2><a href="http://handbrake.fr/">Handbrake</a> and <a href="http://www.mactheripper.org/">MacTheRipper</a>* and <a href="http://www.geekmeetsgirl.net/visualhub_tools.php">VisualHub</a>, as alternatives to Roxio&#8217;s Popcorn 3 ($49.99)</h2>
<p>Handbrake is a DVD to MPEG4 convertor. Everything is handled with a single-click. It&#8217;s a very simple, free program for those without high expectations. For others who require more control, there is MacTheRipper which performs a complete backup of your DVD. With the resulting Video_TS folder, you could use VisualHub to convert it to H.264 which provides high-quality encoding. <img src="http://www.makeuseof.com/wp-content/uploads/2008/10/mactheripper.png" alt="" align="right" />And since <a href="http://www.techspansion.com/visualhub/download.php">VisualHub is no longer in development</a>, I suspect you could just use it for free.</p>
<p>*MacTheRipper 3.0 is available only to those who donated. Check their <a href="http://www.ripdifferent.com/forum/viewforum.php?f=26">forum</a> for more details. You can also find the 3.0 version if you do a Google search.</p>
<h2><a href="http://www.nch.com.au/switch/">Switch</a>, as an alternative to EasyWMA ($10)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/switch.png" alt="" align="right" />The thing about Windows Media Audio is it&#8217;s a proprietary codec unlike MP3. Hence, converting songs to and from WMA on a Mac isn&#8217;t free. For Switchers, this presents as a problem because when using Windows, iTunes recognizes WMA files and plays them without a hiccup. After transferring the iTunes library over to Mac, the songs can&#8217;t be played unless they&#8217;re converted. If you read my previous article about <a href="http://www.makeuseof.com/tag/macnifying-os-x-migrating-itunes-and-wmas-from-windows">Migrating iTunes over to Mac</a>, I basically teach you how to avoid this problem. If it&#8217;s too late for you and all you want is a WMA to MP3 convertor, there are EasyWMA and Switch. One is free, the other isn&#8217;t.</p>
<h2><a href="http://bargiel.home.pl/iGTD/">iGTD</a>, as an alternative to Things ($49)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/igtd.png" alt="" align="right" />The fast-paced lifestyle most of us lead nowadays has driven notepads and To-Do lists to a whole new level. Getting Things Done (GTD) is now a zen-like teaching. iGTD is apparently the guru of all GTD applications. I&#8217;ve covered <a href="http://www.makeuseof.com/tag/things-getting-things-done-simplified-mac-only/">Things</a> before when I first started writing for MakeUseOf. I would still recommend it but it isn&#8217;t free, however there is a <a href="http://www.culturedcode.com/things/">free preview</a> available now. So, you might want to get your hands on that while you still can.</p>
<p>My colleague Daniel listed <a href="http://www.makeuseof.com/tag/gtd-getting-things-done-roundup-time-to-organize/">five other GTD applications</a>. Check it out.</p>
<h2><a href="http://downloads.zdnet.co.uk/0,1000000375,39188705s,00.htm?r=13">WhatSize 10.3.91</a>, as an alternative to <a href="http://www.id-design.com/software/whatsize/">WhatSize 4.3.1</a> ($12.99)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/whatsize.png" alt="" align="right" />Yes, I realize that they&#8217;re both the same application but truthfully, I haven&#8217;t found a program which does what WhatSize can do. I&#8217;ve tried GrandPerspective but it doesn&#8217;t quite tickle my fancy. WhatSize is still easier to use and more pleasant on the eyes. I got pretty upset when it went from freeware to shareware without even a hint of an announcement. So, I did some searching and managed to find the older but more importantly, free version. <a href="http://www.derlien.com/">DiskInventoryX</a> is also worth a try, as an alternative to the alternative.</p>
<h2><a href="http://www.makeuseof.com/tag/become-a-cunning-linguist-with-foreign-languages-on-your-mac/">Dictionary Plugins</a>, as an alternative to TranslateIt! (17€ for a 1-year license)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/dictionary.jpg" alt="" align="right" />TranslateIt is a very popular multilingual translator for Mac. Mac&#8217;s Dictionary application comes with every Mac OS X. It&#8217;s pretty expandable too, because you can add more dictionaries to it if <a href="http://www.makeuseof.com/tag/become-a-cunning-linguist-with-foreign-languages-on-your-mac/">you can find them</a>. Rather than paying close to $25 for a dictionary, you can just spend a little bit of time to download a free dictionary database (which I may have <a href="http://www.makeuseof.com/tag/become-a-cunning-linguist-with-foreign-languages-on-your-mac/">already found for you</a>) and add it to your Mac&#8217;s Dictionary.</p>
<h2><a href="http://www.fruux.com/">fruux</a>, as an alternative to Spanning Sync ($65)</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/fruux.png" alt="" align="right" />Spanning Sync is a very well-known commercial app which allows synchronization of Google Calendar with iCal and Google Contacts with Address Book. It can also sync calendars and contacts between several Macs. Fruux is a very fresh and free preference pane which will also allow you to sync your iCal, Address Book, Bookmarks and Task between Macs. It lacks the Google Calendar and Contact syncing, though. It&#8217;s possible to set that up yourself, with a bit of manual labour. I ain&#8217;t spendin&#8217; $65 for that.</p>
<p>That concludes the second part of my Free Alternatives to 10 (now 20) Commercial Mac Applications. I hope you enjoyed it and managed to save the money you would&#8217;ve spent if you hadn&#8217;t read this post.</p>
<p>Are there any other applications you paid for? Share with us in the comments, maybe we&#8217;re able to find a free alternative for it!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/a-look-at-the-different-file-formats-available-part-1-audio/" title="Audio File Formats Explained in Simple Terms (July 27, 2009)">Audio File Formats Explained in Simple Terms</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/3-native-os-x-browsers/" title="Three Alternative Mac OS X Browsers Worth A Try (August 21, 2008)">Three Alternative Mac OS X Browsers Worth A Try</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/the-best-free-alternatives-to-nero-cddvd-burner/" title="The Best, Free Alternatives to Nero CD/DVD Burner (February 5, 2008)">The Best, Free Alternatives to Nero CD/DVD Burner</a> (244)</li>
	<li><a href="http://www.makeuseof.com/tag/shiira-another-alternative-mac-os-x-browser/" title="Shiira &#8211; Another Alternative Mac OS X Browser (July 18, 2008)">Shiira &#8211; Another Alternative Mac OS X Browser</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/macnifying-os-x-manage-foreign-languages-on-your-mac/" title="Macnifying OS X: Manage Foreign Languages On Your Mac (October 8, 2008)">Macnifying OS X: Manage Foreign Languages On Your Mac</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-alternatives-to-10-popular-commercial-mac-applications-part-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Find PC Drivers and Set Up Your Printer</title>
		<link>http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/</link>
		<comments>http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 19:50:37 +0000</pubDate>
		<dc:creator>Mark O&#39;Neill</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/</guid>
		<description><![CDATA[ I&#8217;ve been offline for the past few days doing a complete re-install of Windows XP on my PC.  Although the actual installation of XP is rather fast (it only took 45 minutes), what actually takes up a huge amount of time is installing the extras &#8211; the drivers and the software which you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2007/11/pc_case.jpg" alt="pc_case.jpg" align="left" border="0" height="249" width="249" /> I&#8217;ve been offline for the past few days doing a complete re-install of Windows XP on my PC.  Although the actual installation of XP is rather fast (it only took 45 minutes), what actually takes up a huge amount of time is installing the extras &#8211; the drivers and the software which you need. his has taken me the best part of 2 days &#8211; and I am still not finished yet.</p>
<p>What has taken so long is that my CD&#8217;s with the drivers were out of date and I had to go searching online for up-to-date drivers. A driver is a program which makes something work and controls it so you need a driver for your printer, a driver for your sound card, one for your graphics card and so on. Without the relevant driver, your computer accessories will not work and you need to keep the drivers updated at all times. When you buy a computer accessory, you will get a disk with it that will contain the driver but as I said, these things need to be kept constantly updated so it doesn&#8217;t take long for your CD copy to go out of date.</p>
<p>With news today that <a href="http://www.labnol.org/gadgets/computers/google-computer-desktop-icons/1713/">a $200 PC with pre-installed Google tools</a>, has been brought out which will appeal to first time computer users, I thought it would be a good idea to list some useful drivers as well as the software you should be putting on your computer if you are setting up a PC for the first time.</p>
<p>But first the drivers. For a graphics driver, <a href="http://www.nvidia.com/Download/index.aspx?lang=en-us">NVIDIA</a> seems to be one of the best drivers, if not the best. Obviously it will all depend on what graphics card you buy (some graphics cards may have their own preferred drivers).</p>
<p>For a sound driver, I use <a href="http://drivers.softpedia.com/get/SOUND-CARD/OTHER-SOUNDCARDS/Abit-SA7-CMI-Audio-Driver-216.shtml">CMI Audio</a> and it does an excellent job. But when it comes to sound, you also need to download what&#8217;s called a &#8220;codec&#8221;, which is a small program which compresses and decompresses the audio. Without the codecs, you won&#8217;t hear anything! A good codec which seems to cover a lot of players and file formats is the <a href="http://ac3filter.net/projects/ac3filter">AC3 filter</a> but also the <a href="http://www.divx.com/">DIVX codec</a> is a must. In fact I highly recommend the DIVX player that comes with the DIVX codec because it tells you if any codecs are missing when you try to play a video file. It then gives you the names of the codecs you need. To my knowledge, no other media player gives you that kind of information.</p>
<p>As for the printer, scanner and other peripherals, it all depends on what model and make you have. Just enter the word &#8220;driver&#8221; and your model / make into Google and it should direct you to download pages. Try and see if the actual company that made the hardware offers you the driver before considering third-party websites, as you never know the quality of third-party downloads.</p>
<p>Then you need to get the PC to recognise your extras such as your printer. To set up the printer, just go to your system control panel then &#8220;Printers and Fax Devices&#8221; (wording may vary on foreign versions of Windows).  Then do the following :</p>
<ul>
<li>1.  Click on ADD A PRINTER</li>
<li>2.  At Welcome screen click NEXT</li>
<li>3.  Select LOCAL PRINTER (if printer is attached directly to computer) and click NEXT</li>
<li>4.  Choose LPT1 (in most situations) then click NEXT</li>
<li>5.  Select your model in the left window</li>
<li>6.  Select your specific model and make in the right window</li>
<li>7.  Click NEXT</li>
<li>8.  Type name for printer or accept default name</li>
<li>9.  Click No to &#8220;Do you want to print test page&#8221;.</li>
<li>10. Click FINISH</li>
</ul>
<p>The printer should now appear in the list and it should now be ready to go.</p>
<p>Tomorrow I&#8217;ll cover the software I added to the computer. I really did a hatchet job, removing a lot of needless stuff and now I think I&#8217;ve got a pretty good compilation of useful tools and accessories. I&#8217;ll be back tomorrow to discuss that.</p>
<p>As usual, I&#8217;d appreciate hearing your comments.</p>
<div align="right">(By) <strong><a href="http://www.betterthantherapy.net">Mark O&#8217;Neill</a></strong></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/downloaded-an-unplayable-movie-gspot-klite-to-the-rescue/" title="Downloaded an Unplayable Movie? Gspot &#038; Klite to the Rescue! (April 6, 2008)">Downloaded an Unplayable Movie? Gspot &#038; Klite to the Rescue!</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-how-to-change-the-windows-start-button-win-xp/" title="WinHack &#8211; How to Change the Windows Start Button (Win XP) (September 19, 2008)">WinHack &#8211; How to Change the Windows Start Button (Win XP)</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/untangle-your-computer-with-unlocker-2/" title="Untangle your computer with Unlocker (August 30, 2007)">Untangle your computer with Unlocker</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/stretch-your-windows-desktop-for-maximum-space/" title="Stretch Your Windows Desktop for Maximum Space (August 12, 2008)">Stretch Your Windows Desktop for Maximum Space</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-find-pc-drivers-and-set-up-your-printer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
