<?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 Vista Maintenance</title> <atom:link href="http://mintywhite.com/category/vista/vmaintenance/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>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>Guidelines for Dealing With Computer Uninstall Errors</title><link>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/</link> <comments>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/#comments</comments> <pubDate>Thu, 17 Mar 2011 13:00:46 +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[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[office]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[registry]]></category> <category><![CDATA[software]]></category> <category><![CDATA[tool]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8830</guid> <description><![CDATA[In this guest post, James Ricketts discusses how deal with computer uninstall errors. Find out more about James at the end of this post. Uninstalling applications is never as seamless a process as installing them. Although Windows PCs come with a built-in utility, the Add or Remove Programs utility, that allows users to easily uninstall [...]<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/guidelines-dealing-computer-uninstall-errors/">Guidelines for Dealing With Computer Uninstall Errors</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><em>In this guest post, James Ricketts discusses how deal with computer uninstall errors. Find out more about James at the end of this post.</em></p><p>Uninstalling applications is never as seamless a process as installing them. Although Windows PCs come with a built-in utility, the Add or Remove Programs utility, that allows users to easily uninstall various applications and software, it usually fails to do the required job when you need to uninstall certain applications, such as McAfee Antivirus suite or DirectX.</p><p>Incomplete uninstallation may cause errors and complications on the system. Leftover processes of a previously installed program may interfere with other running processes and cause application errors, as well as performance related issues, such as frequent software crashes and system slow downs. This is why it is absolutely essential that when you remove a program you ensure that all its associated processes, files, and registry entries are also permanently deleted.</p><p>With the help of two examples, McAfee antivirus suite and DirectX we discuss how to uninstall programs that may not get completely removed using the Add or Remove Programs utility.</p><p><span id="more-8830"></span></p><p>Before we discuss this, let’s see how to use the Add or Remove Programs utility to uninstall applications, such as Microsoft Office 2007.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-manually-uninstall-office-2007/">Uninstall Office 2007</a> using Add or Remove Programs</strong></p><p>Uninstalling programs using the Add or Remove Programs utility is simple, as this example shows.</p><ol><li>Click <strong>Start</strong> and then click <strong>Control Panel</strong> to open its corresponding window.</li><li>Double-click <strong>Add or Remove Programs</strong>.</li><li>Locate and select <strong>Office 2007</strong>.</li><li>Click <strong>Uninstall</strong>.</li></ol><p>In the following section, we discuss how to completely uninstall applications, such as McAfee Antivirus and DirectX that the Add or Remove Programs utility may fail to remove.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-uninstall-mcafee/">Uninstall McAfee</a></strong></p><p>When it comes to removing antivirus suites, the Add or Remove Programs utility is often found to be wanting. This may be because of the fact that such programs place their files and entries deep into the system and the Add or Remove Programs utility fails to remove them completely.</p><p>Most Antivirus software manufacturers, therefore, release an uninstaller tool for their line of products. It is best to use such uninstaller tools – these tools are typically distributed from the software manufacturer’s website for free – to remove antivirus software. In case the software manufacturer does not provide an uninstaller tool, you may use a reliable professional uninstaller tool.</p><p>To remove McAfee, first remove the software using the Add or Remove Programs utility – the same way as you uninstall any other application. Next, visit McAfee’s official website and download MCPR.exe, which is the uninstaller tool for McAfee products. After you have downloaded the MCPR.exe file on to your desktop, double-click it to run the uninstaller tool.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-perform-directx-uninstall-in-windows/">Uninstall DirectX</a></strong></p><p>DirectX is an application that is built-in to your Windows system. An attribute peculiar to DirectX is that it cannot be uninstalled using the Add or Remove Programs utility, as the application does not appear in your installed programs list.</p><p>If for some reason you need to remove the version of DirectX installed on your computer then simply remove the DirectX entry from the registry and Delete the DirectX folder.</p><p><strong><em>Important</em></strong><em>: Before making any changes to the registry, always back up the registry first. You can make registry backups either manually or by using a reliable registry maintenance software.</em></p><ol><li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>regedit</strong>, and press <strong>Enter</strong>.</li><li>Browse to <em>HKEY_LOCAL_MACHINE\Software\Microsoft\DirectX</em></li><li>Delete all the keys for DirectX.</li><li>Right-click the <strong>Directx</strong> folder in left-pane and click <strong>Delete</strong>.</li><li>Restart Windows.</li></ol><p><strong>Note</strong>: It is not possible to completely remove DirectX from the PC as it is an integral part of the operating system. The above steps uninstall the upgraded version of DirectX from the PC and reinstall the default DirectX version for your Windows operating system when the PC is restarted.</p><p><em>James Ricketts is a writer whose work can be seen at Instant-Registry-Fixes.org. To find out more about his work or to contact him, please visit Instant-Registry-Fixes.org.</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/guidelines-dealing-computer-uninstall-errors/">Guidelines for Dealing With Computer Uninstall Errors</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Troubleshooting Computer Problems Related To Internet Issues</title><link>http://mintywhite.com/windows-7/7maintenance/troubleshooting-computer-problems-related-internet-issues/</link> <comments>http://mintywhite.com/windows-7/7maintenance/troubleshooting-computer-problems-related-internet-issues/#comments</comments> <pubDate>Mon, 14 Mar 2011 13:00:05 +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[browser]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet explorer]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[registry]]></category> <category><![CDATA[tool]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8829</guid> <description><![CDATA[In this guest post, James Ricketts discusses how to troubleshoot computer problems related to internet issues. Find out more about James at the end of this post. Today, we rely on the Internet to carry out various functions and it is no fun when your web browser, such as Internet Explorer, develops an error and [...]<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/troubleshooting-computer-problems-related-internet-issues/">Troubleshooting Computer Problems Related To Internet Issues</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><em>In this guest post, James Ricketts discusses how to troubleshoot computer problems related to internet issues. Find out more about James at the end of this post.</em></p><p>Today, we rely on the Internet to carry out various functions and it is no fun when your web browser, such as Internet Explorer, develops an error and fails to load. In this article, we will discuss how to resolve common errors associated with Internet Explorer as well as the following topics:</p><ul type="disc"><li>How to remove additional toolbars from Internet Explorer, such as the yahoo toolbar.</li><li>How to resolve system error 5</li><li>Essential PC maintenance activities that every Windows user should perform to prevent common Windows errors and issues from occurring.</li></ul><p><span id="more-8829"></span></p><p><strong><a href="http://www.fixyourerrors.com/fix-iexplore-exe-application-error/">Iexplore.exe Application Error</a></strong></p><p>Iexplore.exe is the executable file of the popular web browser Internet Explorer. You may encounter the following error when you try to start Internet Explorer 6.0 on a Windows XP computer:</p><p><code>“Iexplore.exe has encountered a problem and needs to close. We are sorry for the inconvenience.”</code></p><p>Typically, the error occurs when the following conditions hold true:</p><ul type="disc"><li>Browser Helper Objects (BHO), such as Morpheus, Morpheus Shopping Club, WURLD Shopping Community, or BuyersPort are installed.</li><li>You are logged in to your computer with a limited user account.</li></ul><p>The error occurs when the installed BHOs try to make changes to specific system files and registry entries but cannot do so because of limited access. You may perform either of the following tasks to fix the error:</p><ul type="disc"><li>Log on to your computer as an administrator.</li><li>Remove the BHOs from your computer.</li></ul><p><strong>Uninstall <a href="http://www.fixyourerrors.com/remove-yahoo-toolbar-in-internet-explorer-and-firefox/">Yahoo Toolbar</a></strong></p><p>To achieve this, perform the following steps:</p><ol type="1"><li>Close any open Internet Explorer Window.</li><li>Click <strong>Start</strong> and then click <strong>Control Panel</strong> to open its corresponding window.</li><li>Next, double-click <strong>Add or Remove Programs</strong>.</li><li>Now, locate and select <strong>Yahoo Toolbar</strong>.</li><li>Click the <strong>Uninstall</strong> button.</li><li><strong>Restart</strong> Internet Explorer.</li></ol><p><strong><a href="http://www.fixyourerrors.com/fix-system-error-5-in-windows/">System Error 5</a></strong></p><p>This error occurs if there is a problem with permissions to access another Windows computer. For instance, you may receive the error while trying to access a Windows Vista computer on your network from a Windows XP computer using the Net View command. One of the common causes of this error is Time Synchronization issues. Assuming this is the cause the error, you can resolve the error by performing the following steps:</p><ol type="1"><li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>cmd</strong>, and press Enter.</li><li>At command prompt type <strong>NET TIME /QUERYSNTP </strong><strong>and press Enter to execute the command.</strong></li><li><strong>In case an error is reported, type </strong><strong>NET TIME /DOMAIN /SET /YES </strong><strong>and press Enter.</strong></li><li>Also, ensure that Time Zones are set correctly.</li></ol><p><strong>Essential PC maintenance activities</strong></p><p>By regularly performing the following PC maintenance activities you can not only prevent various Window errors, but also resolve various PC performance related issues.</p><p><strong>Run malware scans</strong> – Install a robust antimalware software, update it regularly, and perform regular malware scans on your entire computer to ensure your Windows PC remains safe from malicious programs.</p><p><strong>Update Windows files</strong> – Keep the built-in Automatic Update feature enabled to ensure new Windows updates are automatically installed on your computer.</p><p><strong>Update third-party drivers</strong> – Use a reliable driver update tool or manually update your third-party drivers regularly.</p><p><strong>Clean the Windows registry</strong> – Clean your Windows registry regularly using a top-rated registry cleaner tool to ensure your registry remains healthy and error-free.</p><p><em>James Ricketts is a writer whose work can be seen at Instant-Registry-Fixes.org. To find out more about his work or to contact him, please visit Instant-Registry-Fixes.org.</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/troubleshooting-computer-problems-related-internet-issues/">Troubleshooting Computer Problems Related To Internet Issues</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/troubleshooting-computer-problems-related-internet-issues/feed/</wfw:commentRss> <slash:comments>4</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 5/8 queries in 0.004 seconds using apc
Object Caching 2451/2453 objects using apc

Served from: mintywhite.com @ 2012-02-09 06:58:06 -->
