<?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>Windows Tools, Help &#38; Guides &#187; Windows XP Maintenance</title> <atom:link href="http://mintywhite.com/category/xp/xmaintenance/feed/" rel="self" type="application/rss+xml" /><link>http://mintywhite.com</link> <description></description> <lastBuildDate>Wed, 08 Feb 2012 05:16:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Maintain Your Hard Drive and File System with Windows Check Disk [How To]</title><link>http://mintywhite.com/windows-7/7maintenance/maintain-hard-drive-file-system-windows-check-disk/</link> <comments>http://mintywhite.com/windows-7/7maintenance/maintain-hard-drive-file-system-windows-check-disk/#comments</comments> <pubDate>Mon, 23 Jan 2012 14:00:11 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 8 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8629</guid> <description><![CDATA[If there&#8217;s a piece of equipment that works hard in your PC, it&#8217;s your hard disk drive (HDD.) HDDs operate at anywhere between 4200 and 15000 RPM (perhaps higher) while in use. In other words, these things spin anywhere between 70 and 250 times a second—sometimes for days on end! While the information in this guide [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/maintain-hard-drive-file-system-windows-check-disk/">Maintain Your Hard Drive and File System with Windows Check Disk [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-9875" title="hard-disk-checkers" src="http://mintywhite.com/wp-content/uploads/2012/01/hard-disk-checkers.jpg?c3a98b" alt="hard disk checkers Maintain Your Hard Drive and File System with Windows Check Disk [How To]" width="570" height="364" /></p><p>If there&#8217;s a piece of equipment that works hard in your PC, it&#8217;s your <em>hard</em> disk drive (HDD.) HDDs operate at anywhere between 4200 and 15000 RPM (perhaps higher) while in use. In other words, these things spin anywhere between 70 and 250 times a second—sometimes for days on end! While the information in this guide mostly applies to both HDDs and Solid State Drives (SSD), SSDs have no moving parts so some of the information will not apply.</p><p>With high speeds and enormous data transfers on a daily basis hard drive file systems, used to store and access all your data, are prone to corruption and failure. Thankfully, all versions of Windows come with a nifty, free tool called &#8220;Check Disk&#8221; (chkdsk.) In this guide, we&#8217;ll show you how to use Check Disk and explain a little about common errors to which hard drives are prone.</p><p><span id="more-8629"></span></p><h3>How Do Hard Drives Get Corrupted?</h3><p>All storage media is prone to corruption; however HDDs are a little more exposed as they have moving parts. Included in these moving parts are read/write heads that, when jolted mid read/write (i.e. when you put your laptop down on a table) can crash into the hard disk platters and ruin data. Technically, a jolted head can wipe out a whole HDD if it hits the right area and I&#8217;ve seen this happen with a coworker&#8217;s laptop. Presumably, that won&#8217;t happen to you if you&#8217;re careful; however, you may have already lost/scrambled data without realizing it.</p><p>Even you&#8217;re careful with your PC (or it&#8217;s a desktop and you don&#8217;t move it while it&#8217;s powered on), there are other ways to corrupt data. Common ways in which data is corrupted include: power surges, malware, turning your PC off without a clean shut down (Windows may label your drive as a &#8220;dirty&#8221; disk), and even flipped bits resulting from non-ECC protected memory. These corruption issues affect both HDD and SSD users. Often, HDDs will take care of bad sectors with self-detection mechanisms; however, corrupted file systems are dealt with using chkdsk.</p><h3>What Does chkdsk Do?</h3><p>chkdsk scans your hard drive, identifies problems, and attempts to fix these problems. Specifically, chkdsk:</p><ul><li>Searches for invalid file names and dates</li><li>Identifies and attempts to fix bad compression structures, sectors, and invalid clusters</li><li>Finds lost clusters (orphaned) and fixes cross-linked clusters</li><li>Fixes file-system cycles (e.g. folders referring to themselves as their parent folder)</li><li>Marks unrecoverable sectors as bad so they cannot be used again to store (and lose) data</li></ul><h3>What is a Sector? What is a Cluster?</h3><p>Hard disks are made up of millions of tiny storage areas referred to as sectors; these sectors are a physical section of a hard disk platter in which data (usually up to 512 bytes) is stored. As hard drives increase in size, addressing so many sectors (a 1TB drive has up to approximately 2,147,483,648 sectors) becomes difficult. Thus, sectors are grouped, by Windows, into clusters. A cluster size is determined by the size of your hard disk partition.</p><h3>What Happens to these Clusters?</h3><p>Clusters can become orphaned (disassociated with their original data), incorrectly marked (unused put part of a cluster chain), invalid (incorrectly valued), or cross-linked (assigned to two files or twice for one file.) Another way to think of this is to take a look at your food pantry/storage/cupboard. Without regular upkeep, food expires; ingredients, purchased specifically for meals get forgotten; and labels may even fall off so you&#8217;re left guessing what spice concoction you have.</p><p>There are many reasons why this may happen and while you may be able to prevent much of this through proper hardware care, sometimes data just gets out of line without you realizing. Thankfully, chkdsk can often convert these broken clusters to files that you can copy somewhere safe.</p><h3>How Do I Use chkdsk?</h3><p>You can access chkdsk in two ways: through the graphical user interface (GUI) or through the command line interface (CLI.)</p><p>Note: <em>chkdsk requires admin privileges. If you are unable to run chkdsk, please check with your systems administrator. If you run chkdsk on a disk from which files are in use (i.e. your &#8220;C&#8221; drive), you will need to allow Windows to run chkdsk next time you boot your PC (using autochk settings stored in HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute.)</em></p><p><strong>To run the chkdsk GUI</strong>:</p><ol><li>Click the <em>Start</em> button and click <em>Computer</em></li><li>Right click on any drive and click <em>Properties</em></li><li>Click the <em>Tools</em> tab and click <em>Check Now<br /> </em>Caution: <em>Check Disk may run for many hours (a full check on a 1.5TB drive once took 28 hours) so please be patient and don&#8217;t schedule a disk check </em> when you require access to your PC</li><li>Select <em>Automatically fix file system errors </em>and click <em>Start<br /> Note: I&#8217;d use &#8220;Scan for and attempt recovery of bad sectors&#8221; sparingly as many drives do this, for the most part, themselves</em></li></ol><p><img class="alignnone size-full wp-image-9877" title="windows check disk" src="http://mintywhite.com/wp-content/uploads/2012/01/1-20-2012-3-49-39-PM1.png?c3a98b" alt="1 20 2012 3 49 39 PM1 Maintain Your Hard Drive and File System with Windows Check Disk [How To]" width="362" height="444" /></p><p><strong>To run the chkdsk CLI</strong>:</p><ul><li>Bring up the command line and run <em><strong>chkdsk /F C:</strong></em> to fix file system errors only (on drive C)</li><li>or run <em><strong>chkdsk /R</strong> <strong>G:</strong></em> to fix system errors and attempt recovery of bad sectors (on drive G)</li></ul><div><img class="alignnone size-full wp-image-9878" title="chkdsk-cli" src="http://mintywhite.com/wp-content/uploads/2012/01/chkdsk-cli.png?c3a98b" alt="chkdsk cli Maintain Your Hard Drive and File System with Windows Check Disk [How To]" width="667" height="439" /></div><div>You can also scan individual files, force a volume dismount, modify log sizes etc. with various switches: <a href="http://technet.microsoft.com/en-us/library/cc730714(WS.10).aspx">chkdsk CLI switches</a>.</div><h3>How Often Should I Run chkdsk?</h3><p>Your PC works better when there&#8217;s organization and data is both referenced <em>and </em>stored in the same place. Thus, I recommend you run chkdsk 4-12 times/year depending on your PC usage. Running it more often than once a month is probably a waste of time.</p><p>Note: <em>If your computer is infected with a virus or if your hard drive is seriously damaged, chkdsk may fail mid operation. If you opted for a boot-time check, you may not be able to get into Windows to do much else with your PC (if it still boots into Windows.) Diagnosis and explanation of such an issue is out of the scope of this basic guide. If you&#8217;re stuck and need assistance, we can help at <a href="http://forum.mintywhite.com">Windows Forums</a>. </em></p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/maintain-hard-drive-file-system-windows-check-disk/">Maintain Your Hard Drive and File System with Windows Check Disk [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/maintain-hard-drive-file-system-windows-check-disk/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Start Windows in Safe Mode [How To] [Quick Tip]</title><link>http://mintywhite.com/windows-7/7maintenance/start-windows-safe-mode/</link> <comments>http://mintywhite.com/windows-7/7maintenance/start-windows-safe-mode/#comments</comments> <pubDate>Thu, 29 Dec 2011 17:12:31 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 8 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9424</guid> <description><![CDATA[Safe mode is a mode within Windows used for troubleshooting problems. In Safe Mode, Windows operates with limited functionality—only basic files and drivers are loaded to start Windows. Once in Safe Mode, you can more easily remove viruses, remove stubborn files, replace or modify Windows files etc. There are a number of Windows Guides that [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/start-windows-safe-mode/">Start Windows in Safe Mode [How To] [Quick Tip]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="alignright size-full wp-image-9814" title="safemode" src="http://mintywhite.com/wp-content/uploads/2011/12/safemode.jpg?c3a98b" alt="safemode Start Windows in Safe Mode [How To] [Quick Tip]" width="300" height="125" />Safe mode is a mode within Windows used for troubleshooting problems. In Safe Mode, Windows operates with limited functionality—only basic files and drivers are loaded to start Windows. Once in Safe Mode, you can more easily remove viruses, remove stubborn files, replace or modify Windows files etc.</p><p>There are a number of Windows Guides that ask you to start the computer in safe mode:</p><ul><li><a title="Permanent Link to Remove Viruses And Malware in Safe Mode [How To]" href="http://mintywhite.com/windows-7/7security/remove-viruses-malware-safe-mode/" rel="bookmark">Remove Viruses And Malware in Safe Mode [How To]</a></li><li><a title="Permanent Link to 5 Easy Ways to Uninstall Toolbars In Internet Explorer 8" href="http://mintywhite.com/windows-7/7security/5-easy-ways-uninstall-toolbars-internet-explorer-8/" rel="bookmark">5 Easy Ways to Uninstall Toolbars In Internet Explorer 8</a></li><li><a title="Permanent Link to Perform a System Restore in Windows Vista and 7 [How To]" href="http://mintywhite.com/windows-7/7maintenance/perform-system-restore-xp-vista/" rel="bookmark">Perform a System Restore in Windows Vista and 7 [How To]</a></li></ul><p>In this guide, we&#8217;ll show you a couple of ways to get into Safe Mode in Windows XP, Vista, 7, and Windows 8.</p><p><span id="more-9424"></span></p><p>There are two easy ways to boot into safe mode. I recommend the first method if you want to boot into Safe Mode one time; I recommend the second method if you plan to boot into safe mode each time your computer starts or if you have trouble with the first method.</p><ol><li>Use the F8 Key when Windows boots to invoke Safe Mode</li><li>Modify the BOOT.INI file to boot into safe mode every time</li></ol><h3>Use the F8 Key when Windows Boots to Invoke Safe Mode</h3><p>The quickest way to boot into Safe Mode is to hold and press the F8 key as you restart your computer:</p><p>1. Remove flash drives and any optical discs from your PC</p><p>2. Restart your computer; once your computer is shut down (the power will go off and on for a brief moment), hold the <strong>F8</strong> key down until you see the following menu*:</p><div><img title="safemode" src="http://mintywhite.com/wp-content/uploads/2011/12/safemode.jpg?c3a98b" alt="safemode Start Windows in Safe Mode [How To] [Quick Tip]" width="300" height="125" /></div><div>3. Unless you need networking or a command prompt, <em>Safe Mode</em> is the option you should select (<strong>Enter</strong> key)</div><div></div><div>*If you have more than one operating system (like many Windows Guides readers do) on your PC, you&#8217;ll first need to select your operating system and then press <strong>F8</strong>.</div><h3>Modify the BOOT.INI File to Boot into Safe Mode every Time</h3><div><strong>Note</strong>: Reader Paul L point out you should only use msconfig if you&#8217;re sure your computer will boot into safe mode (if you have a virus, this may be the case); if you are not sure whether your computer will boot, don&#8217;t do this.</div><div></div><div>Your second option is to modify BOOT.INI with msconfig:</div><div><ol><li>In all versions if Windows, press the <strong>Windows Key + R</strong></li><li>In the <em>Run</em> dialog box, type<em><strong> msconfig</strong></em>, and press <strong>Enter</strong></li><li>On the <em>BOOT.INI </em>tab (XP) or <em>Boot</em> tab (Vista, 7, 8) select <em>/SAFEBOOT</em> and <em>MINIMAL</em></li><li>Click<em> OK</em></li><li>Restart your computer to start Safe Mode</li></ol></div><div>Note: You will need to go back to<em> msconfig</em> once you&#8217;re ready to boot back into a full version of Windows again</div><div></div><div>XP msconfig settings:</div><p><img class="alignnone size-full wp-image-9815" title="Windows-XP-msconfig-Boot-ini" src="http://mintywhite.com/wp-content/uploads/2011/12/Windows-XP-msconfig-Boot-ini.png?c3a98b" alt="Windows XP msconfig Boot ini Start Windows in Safe Mode [How To] [Quick Tip]" width="590" height="400" /></p><p>Vista/7/8 msconfig settings:</p><p><img class="alignnone size-full wp-image-9816" title="Windows-Vista-7-8-msconfig-Boot-ini" src="http://mintywhite.com/wp-content/uploads/2011/12/Windows-Vista-7-8-msconfig-Boot-ini.png?c3a98b" alt="Windows Vista 7 8 msconfig Boot ini Start Windows in Safe Mode [How To] [Quick Tip]" width="613" height="416" /></p><p>Next time you boot you will see something like this:</p><p><img title="Windows XP Safe Mode" src="http://mintywhite.com/wp-content/uploads/2010/10/Windows-XP-Safe-Mode.png?c3a98b" alt="Windows XP Safe Mode Start Windows in Safe Mode [How To] [Quick Tip]" width="600" height="449" /></p><p>If you find you can&#8217;t access Safe Mode, please head over to <a href="http://forum.mintywhite.com">Windows Forums</a> where we can give you a hand.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/start-windows-safe-mode/">Start Windows in Safe Mode [How To] [Quick Tip]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/start-windows-safe-mode/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Sysinternals Live Executes Sysinternals Tools Directly from the Web</title><link>http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/</link> <comments>http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/#comments</comments> <pubDate>Mon, 31 Oct 2011 13:01:53 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 8 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9687</guid> <description><![CDATA[In the previous guide, you learned about the Sysinternals tools. In this guide, you&#8217;ll learn how to launch Sysinternals tools from the web. This can save valuable time and give you the tools you need when you need them i.e. you&#8217;re at a friends house and they&#8217;re asking for help with their PC. Launching Sysinternals [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/">Sysinternals Live Executes Sysinternals Tools Directly from the Web</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p>In <a href="http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/">the previous guide, you learned about the Sysinternals tools</a>. In this guide, you&#8217;ll learn how to launch Sysinternals tools from the web. This can save valuable time and give you the tools you need when you need them i.e. you&#8217;re at a friends house and they&#8217;re asking for help with their PC.</p><p>Launching Sysinternals tools from the command line/<em>Run</em> dialog is easy. First, you&#8217;ll need the list of names of the Sysinternals tools, which can be found here: <a href="http://live.sysinternals.com/">live.sysinternals.com</a></p><p>Once you have the name of the tool,  launch the Run dialog (<strong>Winkey+R</strong>) and type the following:</p><blockquote><p> \\live.sysinternals.com\tools\toolname.exe</p></blockquote><p><span id="more-9687"></span></p><p>Replace toolname.exe with the name of the tool you want to run. For example, if you want to run Process Explorer, enter the following command:</p><blockquote><p> \\live.sysinternals.com\tools\procexp.exe</p></blockquote><p><img class="alignnone size-full wp-image-9694" title="sysinternals-process-explorer01" src="http://mintywhite.com/wp-content/uploads/2011/10/sysinternals-process-explorer01.png?c3a98b" alt="sysinternals process explorer01 Sysinternals Live Executes Sysinternals Tools Directly from the Web" width="450" height="263" /></p><p>Give it a few moments and you&#8217;ll be prompted to run the tool for which you executed the command:</p><p><img class="alignnone size-full wp-image-9695" title="sysinternals-process-explorer02" src="http://mintywhite.com/wp-content/uploads/2011/10/sysinternals-process-explorer02.png?c3a98b" alt="sysinternals process explorer02 Sysinternals Live Executes Sysinternals Tools Directly from the Web" width="442" height="316" /></p><p>For most tools, you are asked to accept the terms of the software and then you&#8217;ll be up and running:</p><p><img class="alignnone size-full wp-image-9696" title="sysinternals-process-explorer03" src="http://mintywhite.com/wp-content/uploads/2011/10/sysinternals-process-explorer03.png?c3a98b" alt="sysinternals process explorer03 Sysinternals Live Executes Sysinternals Tools Directly from the Web" width="631" height="346" /></p><p>That&#8217;s it. Now you can access Sysinternals tools from any Windows PC  with an internet connection—anywhere in the world. If you&#8217;d like to carry the most important tools with you in a suite, check out the <a href="http://mintywhite.com/software-reviews/productivity-software/download-sysinternals-suite-collection-windows-troubleshooting-tools/">Sysinternals Suite here</a>. If you want to <a href="http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/">learn more about Sysinternals tools</a> such as Process Explorer, head <a href="http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/">here</a>.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/">Sysinternals Live Executes Sysinternals Tools Directly from the Web</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Use Windows Sysinternals Tools to Tune and Administer to Your PC</title><link>http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/</link> <comments>http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/#comments</comments> <pubDate>Mon, 31 Oct 2011 13:00:50 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Customization]]></category> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 8 Customization]]></category> <category><![CDATA[Windows 8 Maintenance]]></category> <category><![CDATA[Windows Vista Customization]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Customization]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9691</guid> <description><![CDATA[We like using Sysinternals tools here at Windows Guides; these tools bring core Windows functions together and help you administer to your systems more easily. In this guide, we&#8217;ll cover the basics: What are the Sysinternals tools? How to download and run these tools on your PC Where can I learn more about these tools? [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/">Use Windows Sysinternals Tools to Tune and Administer to Your PC</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-9693" title="sysinternals" src="http://mintywhite.com/wp-content/uploads/2011/10/sysinternals.gif?c3a98b" alt="sysinternals Use Windows Sysinternals Tools to Tune and Administer to Your PC" width="315" height="50" /></p><p>We like using Sysinternals tools here at Windows Guides; these tools bring core Windows functions together and help you administer to your systems more easily.</p><p>In this guide, we&#8217;ll cover the basics:</p><ol><li>What are the Sysinternals tools?</li><li>How to download and run these tools on your PC</li><li>Where can I learn more about these tools?</li></ol><div><span id="more-9691"></span></div><p>We&#8217;ll then take a look at two of my favorite tools: Bginfo and Process Explorer.</p><p>Here are some other tools that we&#8217;ve covered in the past on Windows Guides:</p><ul><li><a title="Permanent Link to AutoRuns – What is really going on inside your Windows ?" href="http://mintywhite.com/windows-7/7maintenance/autoruns-windows/" rel="bookmark">AutoRuns – What is really going on inside your Windows?</a></li><li><a title="Permanent Link to RightDelete and SDelete Delete Your Files Permanently" href="http://mintywhite.com/software-reviews/productivity-software/rightdelete-and-sdelete-delete-your-files-permanently/" rel="bookmark">SDelete Deletes Your Files Permanently</a></li><li><a title="Permanent Link to Microsoft Desktops Gives You Multiple Desktops to Work With" href="http://mintywhite.com/software-reviews/productivity-software/microsoft-desktops-gives-you-multiple-desktops-to-work-with/" rel="bookmark">Microsoft Desktops Gives You Multiple Desktops to Work With</a></li></ul><h2>What are the Sysinternals tools?</h2><p>Sysinternals utilities help you manage, troubleshoot, and diagnose Windows and applications. These tools are created by the Microsoft community and are kept up to date to work with the latest versions of Windows. I&#8217;ve used some of these tools for as long as I can remember using modern versions of Windows (Windows 2000 and beyond) and you might just find one or two useful&#8211;even if you don&#8217;t consider yourself a PC geek.</p><h2>How to Download and Run these Tools on Your PC</h2><p>You have a few choices when using the Sysinternals tools:</p><ol><li>Download individual tools from the <a href="http://technet.microsoft.com/en-us/sysinternals/bb545027">Sysinternals website</a></li><li><a href="http://mintywhite.com/windows-7/7maintenance/sysinternals-live-executes-sysinternals-tools-web/">Run Sysinternals tools from the command line</a> (requires internet connection)</li><li><a href="http://mintywhite.com/software-reviews/productivity-software/download-windows-sysinternals-aio-suite/">Download the Sysinternals Suite</a> (all troubleshooting tools in one)</li></ol><h2>Where can I Learn More about these Tools?</h2><div>The best resource I&#8217;ve found for learning more about Windows Sysinternals tools it the <a href="http://technet.microsoft.com/en-us/sysinternals/bb469930">Sysinternals Learning Resources</a> site. If you want to get serious about system administration, this is a good place to immerse yourself in information.</div><div><a href="http://mintywhite.com/software-reviews/maintenance-software/bginfo-puts-key-information-pc-desktop/">More information on BgInfo</a> | <a href="http://mintywhite.com/software-reviews/maintenance-software/process-explorer-shows-how-your-windows-applications-work/">More information about Process Explorer</a></div><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/">Use Windows Sysinternals Tools to Tune and Administer to Your PC</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/windows-sysinternals-tools-tune-administer-pc/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]</title><link>http://mintywhite.com/vista/vmaintenance/install-windows-powershell-20-vista-10-xp/</link> <comments>http://mintywhite.com/vista/vmaintenance/install-windows-powershell-20-vista-10-xp/#comments</comments> <pubDate>Sat, 29 Oct 2011 15:01:24 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9741</guid> <description><![CDATA[If you&#8217;re using Windows Vista or XP, you&#8217;ll need to install Windows PowerShell. PowerShell 2.0 works with Vista and Server 2003/8; if you&#8217;re on XP, you&#8217;ll miss PowerShell 2.0 features and be stuck with version 1.0. Note: Windows 7 and Windows Server 2008 R2 come bundled with PowerShell so you don&#8217;t need to do anything. [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/vista/vmaintenance/install-windows-powershell-20-vista-10-xp/">Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/10/powershell_exe_01_13.png?c3a98b"><img class="alignright" title="powershell_exe_01_13" src="http://mintywhite.com/wp-content/uploads/2011/10/powershell_exe_01_13.png?c3a98b" alt="powershell exe 01 13 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="256" height="256" /></a>If you&#8217;re using Windows Vista or XP, you&#8217;ll need to install Windows PowerShell. PowerShell 2.0 works with Vista and Server 2003/8; if you&#8217;re on XP, you&#8217;ll miss <a href="http://support.microsoft.com/kb/968929">PowerShell 2.0 features</a> and be stuck with version 1.0.</p><p>Note: Windows 7 and Windows Server 2008 R2 come bundled with PowerShell so you don&#8217;t need to do anything.</p><p><em>If your PC is in a domain or workgroup where its use is prohibited, speak with your IT administrative staff.</em></p><h2>Download PowerShell 2.0 (Vista, Server 2008/3)</h2><p><span id="more-9741"></span></p><p><img title="More..." src="http://mintywhite.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif?c3a98b" alt="trans Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]"  /></p><table border="0"><tbody><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=f2fa1227-9a34-4e29-aa03-62f5c00e16f2"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=f2fa1227-9a34-4e29-aa03-62f5c00e16f2">Download PowerShell 2.0 for Windows Vista</a></td></tr><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0f73efa2-f8d6-45f3-a8f8-5cdc205b119a"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0f73efa2-f8d6-45f3-a8f8-5cdc205b119a">Download PowerShell 2.0 for Windows Vista (64-bit)</a></td></tr><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=863e7d01-fb1b-4d3e-b07d-766a0a2def0b"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=863e7d01-fb1b-4d3e-b07d-766a0a2def0b">Download PowerShell 2.0 for Windows Server 2008</a></td></tr><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=d37e25cf-db05-4b23-a852-cdf865d81b82"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=d37e25cf-db05-4b23-a852-cdf865d81b82">Download PowerShell 2.0 for Windows Server 2008 (64-bit)</a></td></tr><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=f002462b-c8f2-417a-92a3-287f5f81407e"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=f002462b-c8f2-417a-92a3-287f5f81407e">Download PowerShell 2.0 for Windows Server 2003</a></td></tr><tr><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=909bbcf1-bd78-4e03-8c83-69434717e551"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=909bbcf1-bd78-4e03-8c83-69434717e551">Download PowerShell 2.0 for Windows Server 2003 (64-bit)</a></td></tr></tbody></table><h3><span style="font-size: 20px;">Download PowerShell 1.0 (XP, Windows Embedded)</span></h3><table border="0"><tbody><tr><td><a title="Download PowerShell 1.0" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60cb5b6c-6532-45e0-ab0f-a94ae9ababf5"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" width="32" height="32" title="Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]" /></a></td><td><a title="Download PowerShell 1.0" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60cb5b6c-6532-45e0-ab0f-a94ae9ababf5">Download PowerShell 1.0 for Windows XP and Windows Embedded</a></td></tr></tbody></table><p>Now you&#8217;ve downloaded PowerShell, why not <a href="http://mintywhite.com/vista/powershell-simple-usefulcalculator/">use it as a calculator</a>?</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/vista/vmaintenance/install-windows-powershell-20-vista-10-xp/">Install Windows PowerShell 2.0 [Vista] 1.0 [XP] [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/vista/vmaintenance/install-windows-powershell-20-vista-10-xp/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fix Corrupted Windows Files with sfc /scannow (Do This) [Quick Tip]</title><link>http://mintywhite.com/windows-7/7security/fix-corrupted-windows-files-sfc-scannow-quick-tip/</link> <comments>http://mintywhite.com/windows-7/7security/fix-corrupted-windows-files-sfc-scannow-quick-tip/#comments</comments> <pubDate>Fri, 19 Aug 2011 16:27:23 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 News]]></category> <category><![CDATA[Windows 7 Security]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows Vista Security]]></category> <category><![CDATA[Windows XP Maintenance]]></category> <category><![CDATA[Windows XP Security]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9386</guid> <description><![CDATA[If you&#8217;ve ever asked a PC help question in a forum, it&#8217;s likely someone suggested you check for corrupted or out of version protected system files. To do this: Open a Command Prompt (Click Start, type cmd, and click cmd.exe.) Type sfc /scannow and press Enter What Does the sfc /scannow Command Do? System File [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7security/fix-corrupted-windows-files-sfc-scannow-quick-tip/">Fix Corrupted Windows Files with sfc /scannow (Do This) [Quick Tip]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve ever asked a PC help question in a forum, it&#8217;s likely someone suggested you check for corrupted or out of version protected system files. To do this:</p><ol><li>Open a Command Prompt (Click <em>Start</em>, type <em><strong>cmd</strong></em>, and click <em>cmd.exe</em>.)</li><li>Type <em><strong>sfc /scannow</strong></em> and press <strong>Enter</strong></li></ol><div><strong><a href="http://mintywhite.com/wp-content/uploads/2011/08/8-19-2011-12-20-17-PM.png?c3a98b"><img class="alignnone size-full wp-image-9387" title="8-19-2011 12-20-17 PM" src="http://mintywhite.com/wp-content/uploads/2011/08/8-19-2011-12-20-17-PM.png?c3a98b" alt="8 19 2011 12 20 17 PM Fix Corrupted Windows Files with sfc /scannow (Do This) [Quick Tip]" width="562" height="190" /></a></strong></div><h2><strong><span id="more-9386"></span></strong>What Does the sfc /scannow Command Do?</h2><p>System File Checker (SFC) verifies all protected system files are current and complete. If they&#8217;re not, it replaces them to bring them into currency.</p><p>Here&#8217;s what Microsoft say (applies to Windows XP):</p><blockquote><p>System File Checker gives an administrator the ability to scan all protected files to verify their versions. If System File Checker discovers that a protected file has been overwritten, it retrieves the correct version of the file from the cache folder* (%Systemroot%\System32\Dllcache) or the Windows installation source files, and then replaces the incorrect file. System File Checker also checks and repopulates the cache folder. You must be logged on as an administrator or as a member of the Administrators group to run System File Checker. [1]</p></blockquote><p>*The DLL cache folder is replaced in Windows Vista and 7 with <em>Windows File Protection</em> (files are kept in C:\Windows\winsxs\Backup.) Thank you Marc Liron, Microsoft MVP, for this information.</p><p>This is a good thing. If something doesn&#8217;t seem right on your PC, run this command to give you peace of mind and a good start.</p><p>More information:</p><ul><li><a href="http://support.microsoft.com/kb/929833">SFC Usage Windows 7/Vista</a></li><li><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/system_file_checker.mspx?mfr=true">SFC Usage Windows XP</a></li></ul><p>&nbsp;</p><p>1 <a href="http://support.microsoft.com/kb/310747">Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)</a></p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7security/fix-corrupted-windows-files-sfc-scannow-quick-tip/">Fix Corrupted Windows Files with sfc /scannow (Do This) [Quick Tip]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7security/fix-corrupted-windows-files-sfc-scannow-quick-tip/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Speed up Windows XP in 11 Easy Steps [How To]</title><link>http://mintywhite.com/xp/xcustomization/speed-windows-xp-11-easy-steps/</link> <comments>http://mintywhite.com/xp/xcustomization/speed-windows-xp-11-easy-steps/#comments</comments> <pubDate>Fri, 12 Aug 2011 13:00:59 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows XP Customization]]></category> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=7775</guid> <description><![CDATA[Ed note: Given that, in July 2011, 29.31% of Windows Guides readers accessed the site using Windows XP, I felt I should update the old &#8220;10 Ways to Improve Performance in Windows XP&#8221; guide. If you&#8217;re hanging on to Windows XP because you don&#8217;t want to buy a new computer, you&#8217;re used to the interface, [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/xp/xcustomization/speed-windows-xp-11-easy-steps/">Speed up Windows XP in 11 Easy Steps [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="alignright" src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp28.png?c3a98b" alt="speed up xp28 Speed up Windows XP in 11 Easy Steps [How To]" width="237" height="119" title="Speed up Windows XP in 11 Easy Steps [How To]" />Ed note: <em>Given that, in July 2011, 29.31% of Windows Guides readers accessed the site using Windows XP, I felt I should update the old &#8220;10 Ways to Improve Performance in Windows XP&#8221; guide.</em></p><p>If you&#8217;re hanging on to Windows XP because you don&#8217;t want to buy a new computer, you&#8217;re used to the interface, or you just don&#8217;t see a need to upgrade, then this guide will help you extend the life of your Windows XP machine by making it more stable and by helping it run more efficiently. This guide will show you how to speed up Windows XP in 11 easy steps.</p><p>I highly recommend you <a href="http://mintywhite.com/xp/xsecurity/create-system-restore-point-windows-xp/">create a system restore point</a> before starting.</p><p>(<a href="http://mintywhite.com/vista/vmaintenance/11-ways-improve-performance-vista/">Here’s a similar list for Windows Vista</a> and for <a href="http://mintywhite.com/windows-7/7maintenance/11-ways-improve-performance-windows-7/">Windows 7</a>.)</p><h2><span id="more-7775"></span></h2><p><strong>Note</strong>: <em>Before making any changes, I strongly recommend you create a restore point, which will let you roll back any changes you make during this guide: <a href="http://mintywhite.com/xp/xsecurity/create-system-restore-point-windows-xp/">create a restore point in XP</a>. I also recommend you perform a full malware scan with a good anti-malware program like <a href="http://mintywhite.com/windows-7/7security/complete-guide-protecting-pc-microsoft-security-essentials-mse/">Microsoft Security Essentials</a>:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp27.png?c3a98b" alt="speed up xp27 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>1. Keep Windows up to Date</h2><p>Windows updates are provided to increase performance, security, and stability. Before you move on to steps 2 and beyond, update your copy of Windows.</p><p>To update Windows:</p><p>1. Click <em>Start &gt; All Programs</em> and click <em>Microsoft Update</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp28.png?c3a98b" alt="speed up xp28 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>2. When Internet Explorer finishes loading, click <em>Express:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp29.png?c3a98b" alt="speed up xp29 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Follow the instructions to apply updates specific to your computer</p><h2>2. Defragment Your Hard Drive</h2><p>There are many opinions floating around about whether drive fragmentation slows down a computer. Here&#8217;s my view: if you&#8217;re trying to open a document and the file is split into fragments spread across your hard disk, it&#8217;s going to take longer to open it while it grabs all the pieces. An uninterrupted, sequential file will load quicker if it&#8217;s in one place on the drive. The only case where this is not necessarily true is on Solid State Drives (SSD.) If you have an SSD, skip this step.</p><p>To defragment your drive:</p><p>1. Open <em>My Computer</em> (<strong>Winkey + E</strong>), right click your <em>C drive</em>, and click <em>Properties:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp30.png?c3a98b" alt="speed up xp30 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>2. Click the <em>Tools</em> tab and click <em>Defragment Now&#8230;</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp01.png?c3a98b" alt="speed up xp01 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Select your C: Drive and click <em>Defragment:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp02.png?c3a98b" alt="speed up xp02 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>Take a break while your drive defragments. This step takes the longest but will set you up for quicker maintenance as you move on to step 3 and beyond.</p><h2>3. Check Your Hard Disk for Errors</h2><p>Over time, segments of your hard disk may become corrupted and you&#8217;ll need to reorganize your disk to fix them. Bad sectors slow down your computer and can even lead to data loss.</p><p>To check your hard disk for errors:</p><p>1. Open <em>My Computer</em> (<strong>Winkey + E</strong>), right click your <em>C drive</em>, and click <em>Properties:</em></p><div>2. Click the <em>Tools </em>tab and click <em>Check Now&#8230;</em></div><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp03.png?c3a98b" alt="speed up xp03 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Check both <em>Automatically fix file system errors</em> and <em>Scan for and attempt recovery of bad sectors </em>and click <em>Start</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp04.png?c3a98b" alt="speed up xp04 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>Note: You may need to restart your PC to check the disk:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp05.png?c3a98b" alt="speed up xp05 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>4. Remove Unused Windows Components</h2><p>Windows components are core programs and tools that are bundled with Windows. Many of these components can be safely disabled if you find you&#8217;re not using them. A good example of this is disabling Games, Windows Media Center, and Windows Media Player.</p><p>To disable Windows components:</p><p>1. Press <strong>Winkey + R</strong> (or click<em> Start &gt; Run</em>), type <em><strong>appwiz.cpl</strong></em>, and press <strong>Enter</strong></p><p>2. When the<em> Add or Remove Programs</em> dialog loads, click<em> Add/Remove Windows Components</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp06.png?c3a98b" alt="speed up xp06 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Check the components you want to disable and click Next:</p><p>Hint: <em>Not sure which components you can remove? Ask us in the <a href="http://forum.mintywhite.com/viewforum.php?f=7">forums</a>.</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp07.png?c3a98b" alt="speed up xp07 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>The components will now be disabled:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp08.png?c3a98b" alt="speed up xp08 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>5. Uninstall Unused Programs</h2><p>As well as taking up disk space, programs put &#8220;hooks&#8221; into your system that require resources. For example: programs may run services on your computer that will slow down start up and general computer use. If you&#8217;re not using a program and don&#8217;t plan to use it in the future, you should uninstall it.</p><p>To uninstall a program:</p><p>1. Press <strong>Winkey + R</strong> (or click<em> Start &gt; Run</em>), type <em><strong>appwiz.cpl</strong></em>, and press <strong>Enter</strong></p><p><strong></strong>2. Click the program you want to remove and click <em>Remove</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp23.png?c3a98b" alt="speed up xp23 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Follow the uninstall dialog for the program you wish to remove.</p><h2>6a. Stop Network Folder/Printer Scanning</h2><p>If you don&#8217;t use network folders or printers, you should disable them. This will remove the delay each time you open <em>My Computer</em>, which is caused by a scan for folders and printers on your network.</p><p>If you do use network drives, skip to step 6b.</p><p>To disable network folder/printer scanning:</p><p>1. Open <em>My Computer</em> (<strong>Winkey+E</strong>)</p><p>2. Click <em>Tools &gt; Folder Options&#8230;</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp09.png?c3a98b" alt="speed up xp09 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Click the <em>View </em>tab, uncheck <em>Automatically search for network folders and printers</em> and click <em>OK:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp10.png?c3a98b" alt="speed up xp10 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>6b. Disconnect Unused Network Drives</h2><p>If you use network drives but have a huge list of drives you connect to, you&#8217;ll find it takes a while to open My Computer. To decrease load time, consider disconnecting unused network drives (be sure to make note of connection information i.e. Server and share names before disconnecting.)</p><p>To disconnect network drives:</p><p>1. Open <em>My Computer</em> (<strong>Winkey + E</strong>)</p><p>2. Right click and unused network drive, and click <em>Disconnect</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp26.png?c3a98b" alt="speed up xp26 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>7. Update Your Drivers</h2><p>Drivers are used to provide communication between your hardware (i.e. Printers); operating system (XP); and, often, other hardware (i.e card Readers.)</p><p>Outdated drivers can be a security threat, may be buggy, and are often incompatible with newer hardware and programs. To update your drivers:</p><p>1. Download <a href="http://mintywhite.com/software-reviews/maintenance-software/device-doctor-totally-free/">Device Doctor</a> (free)</p><p>2. Install in and, when it&#8217;s opened, click <em>Begin Scan</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp11.png?c3a98b" alt="speed up xp11 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>Wait while Device Doctor scans your current hardware and drivers:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp12.png?c3a98b" alt="speed up xp12 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Download updates for each piece of hardware listed:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp13.png?c3a98b" alt="speed up xp13 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>4. When you click <em>Download update</em>, a website will load. Click <em>Download Driver Installer</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp14.png?c3a98b" alt="speed up xp14 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>5. Install the driver and, if necessary, restart your computer.</p><h2>8. Adjust Display Settings for Performance</h2><p>By today&#8217;s standards, XP looks dated but it still has some bells and whistles that can affect performance on older hardware. To optimize your display for better performance:</p><p>1. Click <em>Start</em>, right click <em>My Computer</em>, and click <em>Properties:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp17.png?c3a98b" alt="speed up xp17 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>2. Click the <em>Advanced </em>tab and click <em>Settings</em>:</p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp18.png?c3a98b" alt="speed up xp18 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. On the <em>Visual Effects</em> tab, select <em>Adjust for best performance</em>, and click <em>OK:</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp19.png?c3a98b" alt="speed up xp19 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>9. Remove Programs from Startup</h2><p>In step 5, you removed programs you don&#8217;t need. While this was a good start, you may have programs on your PC that you use but don&#8217;t need to start every time.</p><p>To remove programs from startup:</p><p>1. Press <strong>Winkey + R</strong> (or click<em> Start &gt; Run</em>), type <em><strong>msconfig</strong></em>, and press <strong>Enter</strong></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp20.png?c3a98b" alt="speed up xp20 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>2. Click the <em>Startup</em> tab, uncheck programs that you don&#8217;t want to start with Windows, and click <em>OK</em>:</p><p>Hint: <em>Not sure which programs you can remove from startup? Ask us in the <a href="http://forum.mintywhite.com/viewforum.php?f=7">forums</a>.</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp21.png?c3a98b" alt="speed up xp21 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>10. Perform a Disk Cleanup</h2><p>Temporary files, left over installation files, and files associated with unused programs, installations etc. can take up space on your drive. Cleaning them up will only really help if you&#8217;re low on disk space. Given these files are unused (or may not have a use for you), you can clean them up and get back disk space.</p><p>To clean up your disk:</p><p>1. Open <em>My Computer</em> (<strong>Winkey + E</strong>), right click your <em>C drive</em>, and click <em>Properties</em></p><p>2. Click <em>Disk Cleanup</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp24.png?c3a98b" alt="speed up xp24 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><p>3. Check the items you&#8217;d like to cleanup and click <em>OK</em>:</p><p>Hint: <em>Not sure which items you can clean up? Ask us in the <a href="http://forum.mintywhite.com/viewforum.php?f=7">forums</a>.</em></p><p><img src="http://mintywhite.com/wp-content/uploads/2010/11/speed-up-xp25.png?c3a98b" alt="speed up xp25 Speed up Windows XP in 11 Easy Steps [How To]"  title="Speed up Windows XP in 11 Easy Steps [How To]" /></p><h2>11. Defragment one More Time</h2><p>Now you&#8217;ve removed programs, temporary files, and other data from your hard disk, you should defragment one more time to get everything in line. See step 1 for instructions.</p><p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Bonus: Keep Your Computer Cool</span></p><p>The hotter your computer gets, the harder your fans have to work to keep it cool and the slower your hardware performs. If using your laptop, ensure there is proper ventilation by putting your laptop on a hard surface (not buried in a pillow!) Also check your desktop has proper ventilation by doing the following:</p><ul><li>Removing bunches of wires from the back of the PC.</li><li>If your desktop has holes in its case for ventilation, ensure these holes are unrestricted.</li><li>If your desktop is in a cabinet, leave the door open or install an intake and outtake fan to keep the cabinet cool.</li><li>Consider adding more fans to your desktop.</li><li><a href="http://mintywhite.com/more/hardware-more/pc-top-shape-semiannual-hardware-cleaning/">Keep your hardware clean</a>.</li></ul><div>What else do you do to keep XP running like it&#8217;s on a new PC?</div><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/xp/xcustomization/speed-windows-xp-11-easy-steps/">Speed up Windows XP in 11 Easy Steps [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/xp/xcustomization/speed-windows-xp-11-easy-steps/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date</title><link>http://mintywhite.com/windows-7/7maintenance/intel-driver-update-utility-intel-hardware-drivers-date/</link> <comments>http://mintywhite.com/windows-7/7maintenance/intel-driver-update-utility-intel-hardware-drivers-date/#comments</comments> <pubDate>Mon, 25 Apr 2011 16:00:53 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category> <category><![CDATA[hardware]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9018</guid> <description><![CDATA[Device drivers act as an interface (or communication channel) between your operating system and your hardware. To learn more about drivers, read computer drivers: the basics. It&#8217;s important to keep your drivers updated to take advantage of code fixes, reliability improvements, and security; Intel have made it even easier to keep your drivers up to [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/intel-driver-update-utility-intel-hardware-drivers-date/">The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="alignright size-full wp-image-9033" title="Update Device Drivers" src="http://mintywhite.com/wp-content/uploads/2011/04/346.png?c3a98b" alt="346 The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " width="256" height="256" />Device drivers act as an interface (or communication channel) between your operating system and your hardware. To learn more about drivers, read <a href="http://mintywhite.com/vista/computer-drivers-basics/">computer drivers: the basics</a>.</p><p>It&#8217;s important to keep your drivers updated to take advantage of code fixes, reliability improvements, and security; Intel have made it even easier to keep your drivers up to date with the Intel Driver Update Utility.</p><p><span id="more-9018"></span></p><h2>Intel Driver Update Utility</h2><p>To use the Intel Driver Update Utility, go <a href="http://www.intel.com/p/en_US/support/detect/">here</a>.</p><p>Intel does not collect personal information when running this check. From the site:</p><blockquote><ul><li>No personal information is collected.<ul><li>Intel is committed to protecting your privacy. For more information about Intel&#8217;s Privacy Notice, please visit www.intel.com/privacy.</li></ul></li><li>Only your system&#8217;s hardware and system software are evaluated.<ul><li>For example: chipset, graphics driver version, networking, operating system version.</li></ul></li><li>Available for Windows 7*, Windows Vista*, Windows XP*, and Windows 2000*. If you are using a different operating system, please visit Download Center to look for available software.</li><li>Compatible with Internet Explorer*, Firefox*, Google Chrome*, and Safari* browsers.</li><li>Installing a secure ActiveX*/Java* browser component is required.</li></ul></blockquote><p>Click <em>Check your system for the latest updates</em>:</p><p><img class="alignnone size-full wp-image-9031" title="intel-driver-update-utility01" src="http://mintywhite.com/wp-content/uploads/2011/04/intel-driver-update-utility01.png?c3a98b" alt="intel driver update utility01 The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " width="555" height="154" /></p><p>Once you click the <em>Check your system button</em>, you&#8217;ll need to confirm the Java applet can run by clicking <em>Run.</em></p><p><img class="alignnone size-full wp-image-9032" title="intel-driver-update-utility02" src="http://mintywhite.com/wp-content/uploads/2011/04/intel-driver-update-utility02.png?c3a98b" alt="intel driver update utility02 The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " width="550" height="359" /></p><p>Any updates will be listed and you can download them directly from Intel.</p><p>I recommend uninstalling the tool after you&#8217;ve updated drivers although it should do no harm if it remains installed:</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/04/intel-update.png?c3a98b"><img class="alignnone size-full wp-image-9068" title="intel-update" src="http://mintywhite.com/wp-content/uploads/2011/04/intel-update.png?c3a98b" alt="intel update The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " width="447" height="103" /></a></p><p>Please note: Some devices will be found but not recognized such as non-Intel graphics and sound cards. You can update drivers for these devices (as well as your Intel devices) using a program like <a href="http://mintywhite.com/software-reviews/maintenance-software/device-doctor-totally-free/">Device Doctor</a>.</p><h2>Download Intel Driver Update Utility</h2><table border="0"><tbody><tr><td><a title="Download Intel Driver Update Utility" href="http://www.intel.com/p/en_US/support/detect/"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date "  title="The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " /></a></td><td><h3><a style="text-decoration: none;" title="Download Intel Driver Update Utility" href="http://www.intel.com/p/en_US/support/detect/">Run Intel Driver Update Utility</a></h3></td></tr></tbody></table><p>Want to check for updates to and update all your drivers? Download Device Doctor:</p><h2>Download Device Doctor</h2><table border="0"><tbody><tr><td><a title="Download Device Doctor" href="http://mintywhite.com/software-reviews/maintenance-software/device-doctor-totally-free/"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date "  title="The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date " /></a></td><td><h3><a style="text-decoration: none;" title="Download Device Doctor" href="http://mintywhite.com/software-reviews/maintenance-software/device-doctor-totally-free/">Download Device Doctor</a></h3></td></tr></tbody></table><p>&nbsp;</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/intel-driver-update-utility-intel-hardware-drivers-date/">The Intel Driver Update Utility Keeps Your Intel Hardware Drivers Up to Date</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/intel-driver-update-utility-intel-hardware-drivers-date/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Troubleshoot Windows Update Errors [How To]</title><link>http://mintywhite.com/windows-7/7maintenance/troubleshoot-windows-update-errors/</link> <comments>http://mintywhite.com/windows-7/7maintenance/troubleshoot-windows-update-errors/#comments</comments> <pubDate>Wed, 20 Apr 2011 20:00:26 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Microsoft]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8940</guid> <description><![CDATA[While Windows updates can be a pain and dealing with issues can be even more painful, Windows updates are essential to running a secure and reliable PC. Due to the vast popularity of Windows, there are many people trying to find vulnerabilities all the time. When you purchase your copy of Windows, you&#8217;re not just [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/troubleshoot-windows-update-errors/">Troubleshoot Windows Update Errors [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="alignright" title="532" src="http://mintywhite.com/wp-content/uploads/2010/10/532.png?c3a98b" alt="532 Troubleshoot Windows Update Errors [How To]" width="256" height="256" />While Windows updates can be a pain and dealing with issues can be even more painful, Windows updates are essential to running a secure and reliable PC. Due to the vast popularity of Windows, there are many people trying to find vulnerabilities all the time. When you purchase your copy of Windows, you&#8217;re not just getting what&#8217;s stored on the disc or OEM PC you just purchased; you&#8217;re signed up for many years of support from Microsoft via Windows Update.</p><p><span id="more-8940"></span>To make the most of these updates, you should install them when available. We&#8217;ve looked at troubleshooting <a href="http://mintywhite.com/windows-7/7maintenance/windows-update-troubleshooting/">specific Windows Update errors</a> in the past and showed you the <a href="http://mintywhite.com/windows-7/7maintenance/trouble-installing-windows-updates-system-update-readiness-tool-windows/">System Update Readiness tool</a>. If you&#8217;re still stuck with Windows Update errors, you can try resetting the Windows Update Agent (WUA) with a <a href="http://support.microsoft.com/kb/971058">FixIt tool</a>. You can also try installing updates manually, in Safe Mode, or by removing Malware that&#8217;s blocking updates first. 4sysops has put together a guide to help you troubleshoot issues with  Windows Update and how to take the troubleshooting steps listed above before you take your PC in for a potentially expensive and inconvenient repair.</p><p><a title="Permanent Link: Windows Update errors – A  troubleshooting guide" rel="bookmark" href="http://4sysops.com/archives/windows-update-errors-a-troubleshooting-guide/">Windows Update errors – A troubleshooting guide</a> | 4sysops</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/troubleshoot-windows-update-errors/">Troubleshoot Windows Update Errors [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/troubleshoot-windows-update-errors/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>XP: Disable the automatic desktop cleanup wizard [How To]</title><link>http://mintywhite.com/xp/xmaintenance/xp-disable-automatic-desktop-cleanup-wizard/</link> <comments>http://mintywhite.com/xp/xmaintenance/xp-disable-automatic-desktop-cleanup-wizard/#comments</comments> <pubDate>Fri, 08 Apr 2011 16:03:00 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Windows XP Maintenance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8892</guid> <description><![CDATA[Back in the day, when Windows XP was brand new and shiny, one of the New Features was the Desktop Cleanup Wizard. The idea was to help you keep your desktop tidy and un-cluttered. Personally I never used it. I pride myself in maintaining a strict Desktop Clutter Policy and rarely allow any programs I [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/xp/xmaintenance/xp-disable-automatic-desktop-cleanup-wizard/">XP: Disable the automatic desktop cleanup wizard [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/04/cleanup.png?c3a98b"><img class="alignleft size-full wp-image-8894" title="cleanup" src="http://mintywhite.com/wp-content/uploads/2011/04/cleanup.png?c3a98b" alt="cleanup XP: Disable the automatic desktop cleanup wizard [How To]" width="159" height="175" /></a>Back in the day, when Windows XP was brand new and shiny, one of the New Features was the Desktop Cleanup Wizard. The idea was to help you keep your desktop tidy and un-cluttered.</p><p>Personally I never used it. I pride myself in maintaining a strict Desktop Clutter Policy and rarely allow any programs I install to take occupation on my desktop. Therefore I never needed the DCW, and could remove that annoying popup reminder all together.</p><h2>Here&#8217;s how <em>you</em> do it</h2><p><span id="more-8892"></span></p><ul><li>Right click an empty area on the desktop.<a href="http://mintywhite.com/wp-content/uploads/2011/04/desktop-cleanup.gif?c3a98b"><img class="alignright size-full wp-image-8901" style="margin-left: 10px; margin-right: 10px;" title="desktop-cleanup" src="http://mintywhite.com/wp-content/uploads/2011/04/desktop-cleanup.gif?c3a98b" alt="desktop cleanup XP: Disable the automatic desktop cleanup wizard [How To]" width="302" height="364" /></a></li><li>Click Properties and select Properties.</li><li>Click the Desktop tab.</li><li>Click Customize Desktop.</li><li>In the Desktop Items dialog box, clear the checkbox labeled &#8220;Run Desktop Wizard every 60 days.&#8221;</li><li>Click OK to close the dialog boxes.</li></ul><p>You can still run the wizard manually should you want to, by clicking &#8220;Clean Desktop Now&#8221; in the Desktop Items dialog box.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/04/unused.png?c3a98b"><img class="alignleft size-full wp-image-8893" title="unused" src="http://mintywhite.com/wp-content/uploads/2011/04/unused.png?c3a98b" alt="unused XP: Disable the automatic desktop cleanup wizard [How To]" width="316" height="103" /></a></p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/xp/xmaintenance/xp-disable-automatic-desktop-cleanup-wizard/">XP: Disable the automatic desktop cleanup wizard [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/xp/xmaintenance/xp-disable-automatic-desktop-cleanup-wizard/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (User agent is rejected)
Database Caching 1/39 queries in 0.023 seconds using apc
Object Caching 3031/3104 objects using apc

Served from: mintywhite.com @ 2012-02-09 06:53:43 -->
