<?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 7 Maintenance</title> <atom:link href="http://mintywhite.com/category/windows-7/7maintenance/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>Restore deleted files using &#8220;Previous Version&#8221; [How To]</title><link>http://mintywhite.com/windows-7/7maintenance/restore-deleted-files-previous-version/</link> <comments>http://mintywhite.com/windows-7/7maintenance/restore-deleted-files-previous-version/#comments</comments> <pubDate>Wed, 15 Jun 2011 16:52:39 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[file]]></category> <category><![CDATA[lost]]></category> <category><![CDATA[previous]]></category> <category><![CDATA[recover]]></category> <category><![CDATA[undelete]]></category> <category><![CDATA[version]]></category> <category><![CDATA[windows 7]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9296</guid> <description><![CDATA[We have all done it, from time to time; accidentally deleted a file we thought we didn&#8217;t need, or a file that ended up as collateral damage in a file deleting frenzy. The good news when you delete a file is that it is not actually lost forever, it&#8217;s just marked as &#8220;over-write-able&#8221;. And even [...]<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/restore-deleted-files-previous-version/">Restore deleted files using &#8220;Previous Version&#8221; [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/06/undelete.png?c3a98b"><img class="alignleft size-thumbnail wp-image-9300" style="margin-left: 0px; margin-right: 10px;" title="undelete" src="http://mintywhite.com/wp-content/uploads/2011/06/undelete-220x220.png?c3a98b" alt="undelete 220x220 Restore deleted files using Previous Version [How To]" width="220" height="220" /></a>We have all done it, from time to time; accidentally deleted a file we thought we didn&#8217;t need, or a file that ended up as collateral damage in a file deleting frenzy. The good news when you delete a file is that it is not actually lost forever, it&#8217;s just marked as &#8220;over-write-able&#8221;. And even if Windows should happen to overwrite your file it may be recovered.</p><p>There are literally hundreds of programs out there, promising to UNdelete or recover your lost files, some of which actually work. Usually its the ones you have to buy that gets it right. There is however a free option if you are using Windows 7 (and Vista).</p><h2>Previous Version Tool</h2><p><span id="more-9296"></span></p><p>Windows is set by default to make System Restore Points to protect system files making it possible to revert your windows to an earlier working version. This functionality can also be used to create backups of other files and documents as well. The good news is that in Windows 7 this feature is set as default. It&#8217;s called: Previous Version.</p><p>The way Previous Version works is to choose a file that has become corrupted or somewhat distorted, and restore that particular file using the System Restore Point. That sounds fine, but how does this help me if I accidentally deleted a file ??</p><p>The good news is that Previous Version, doesn&#8217;t just work on single files, but on folders as well. And this is how you use it:</p><ol></ol><ol><li>Open Windows Explorer and find the folder where your file(s) used to be</li><li>Right Click the Folder, and choose Properties from the Context Menu</li><li>In the Properties window, click the Tab named: Previous Version<br /> <a href="http://mintywhite.com/wp-content/uploads/2011/06/PrevVersion.jpg?c3a98b"><img class="alignnone size-full wp-image-9298" title="PrevVersion" src="http://mintywhite.com/wp-content/uploads/2011/06/PrevVersion.jpg?c3a98b" alt="PrevVersion Restore deleted files using Previous Version [How To]" width="300" height="389" /></a></li><li>IF Windows has made a Restore Point including this folder, you should see the folder name in the Folder Version window (the same folder may exist in several &#8220;versions&#8221;). Double Click the folder in the view.<br /> <a href="http://mintywhite.com/wp-content/uploads/2011/06/unDelete-prev.jpg?c3a98b"><img class="alignnone size-large wp-image-9299" title="unDelete-prev" src="http://mintywhite.com/wp-content/uploads/2011/06/unDelete-prev-650x414.jpg?c3a98b" alt="unDelete prev 650x414 Restore deleted files using Previous Version [How To]" width="650" height="414" /></a></li></ol><p>Now you should see the contents of that folder as it were the last time a restore point was made. At this point you have two options: Restore the entire folder, or copy the file(s) you want to recover.</p><ul><li> To restore the entire folder, choose the folder version you like (in the Folder Version Window), then click the Restore Button.</li><li>To restore some of the content, you can simply highlight the files you want, and copy (CTRL +C) them to a new location.</li></ul><p>It&#8217;s just as simple as it gets</p><h2>Other Mintywhite Article on the subject</h2><ul><li><a title="Create a System Restore Point in Windows 7 [How To]" href="http://mintywhite.com/windows-7/7security/create-system-restore-point-windows-7/">Create a System Restore Point in Windows 7</a></li><li><a title="Restore Lost Data and Repair Damaged Files [How To]" href="http://mintywhite.com/windows-7/7maintenance/restore-lost-data-repair-damaged-files/">Restore Lost Data and Repair Damaged Files</a></li></ul><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/restore-deleted-files-previous-version/">Restore deleted files using &#8220;Previous Version&#8221; [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/restore-deleted-files-previous-version/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Create a System Restore Point in Windows 7 [How To]</title><link>http://mintywhite.com/windows-7/7security/create-system-restore-point-windows-7/</link> <comments>http://mintywhite.com/windows-7/7security/create-system-restore-point-windows-7/#comments</comments> <pubDate>Tue, 26 Apr 2011 20:00:45 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Customization]]></category> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 7 Security]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9047</guid> <description><![CDATA[If you&#8217;re making a change to your PC like installing new software, theming your desktop, or making registry and other software edits, you should create a system restore point. This will help you roll back any changes you&#8217;ve made if it all goes wrong or if you decide you don&#8217;t like the changes you&#8217;ve made [...]<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/create-system-restore-point-windows-7/">Create a System Restore Point in Windows 7 [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p>If you&#8217;re making a change to your PC like installing new software, theming your desktop, or making registry and other software edits, you should create a system restore point. This will help you roll back any changes you&#8217;ve made if it all goes wrong or if you decide you don&#8217;t like the changes you&#8217;ve made and want a quick fix.</p><p>This guide will show you how to create a restore point in Windows 7. Here are guides for Windows XP and Vista:</p><ul><li><a href="http://mintywhite.com/xp/xsecurity/create-system-restore-point-windows-xp/">Create a System Restore Point in Windows XP</a></li><li><a href="http://mintywhite.com/vista/vsecurity/create-a-system-restore-point-in-vista-how-to/">Create a System Restore Point in Windows Vista</a></li></ul><p><span id="more-9047"></span></p><h2><img title="More..." src="http://mintywhite.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif?c3a98b" alt="trans Create a System Restore Point in Windows 7 [How To]"  />Create a System Restore Point</h2><p>To create a system restore point in Windows 7:</p><ol><li>Click the <em>Start</em> button, type <strong><em>create restore</em></strong>, and click on <em>Create a restore point<p></em><img class="alignnone size-full wp-image-9049" title="windows-7-restore-point-01" src="http://mintywhite.com/wp-content/uploads/2011/04/windows-7-restore-point-01.png?c3a98b" alt="windows 7 restore point 01 Create a System Restore Point in Windows 7 [How To]" width="244" height="95" /></li><li>In the <em>System Properties</em> dialog box, click <em>Create<p></em><img class="alignnone size-full wp-image-9050" title="windows-7-restore-point-02" src="http://mintywhite.com/wp-content/uploads/2011/04/windows-7-restore-point-02.png?c3a98b" alt="windows 7 restore point 02 Create a System Restore Point in Windows 7 [How To]" width="446" height="499" /></li><li>Give your restore point a <em><strong>name</strong> </em>and click <em>Create<p></em><em><img class="alignnone size-full wp-image-9051" title="windows-7-restore-point-03" src="http://mintywhite.com/wp-content/uploads/2011/04/windows-7-restore-point-03.png?c3a98b" alt="windows 7 restore point 03 Create a System Restore Point in Windows 7 [How To]" width="449" height="242" /> </em></li><li><em></em>Wait while Windows creates a system restore point for you<p><img class="alignnone size-full wp-image-9052" title="windows-7-restore-point-04" src="http://mintywhite.com/wp-content/uploads/2011/04/windows-7-restore-point-04.png?c3a98b" alt="windows 7 restore point 04 Create a System Restore Point in Windows 7 [How To]" width="319" height="117" /></li></ol><p>You are now ready to make system modifications.</p><p><img title="windows-7-restore-point-05" src="http://mintywhite.com/wp-content/uploads/2011/04/windows-7-restore-point-05.png?c3a98b" alt="windows 7 restore point 05 Create a System Restore Point in Windows 7 [How To]" width="391" height="161" /></p><h2>Recover Your System by Using a Restore Point</h2><p>Creating a restore point is a good start, but it is useful to know how to use the restore point if you need it. To restore your system from a previously created restore point, follow <a href="http://mintywhite.com/windows-7/7maintenance/perform-system-restore-xp-vista/">this guide</a>.</p><p>If you want to know what options you have with system restore or how to clean up old restore points, follow these guides:</p><ul><li><a title="Permanent Link to Change &amp; Limit System Restore In Windows 7 [How To]" rel="bookmark" href="http://mintywhite.com/windows-7/7maintenance/change-limit-system-restore-windows-7/">Change &amp; Limit System Restore In Windows 7 [How To]</a></li><li><a title="Permanent Link to Perform a System Restore in Windows Vista and 7 [How To]" rel="bookmark" href="http://mintywhite.com/windows-7/7maintenance/perform-system-restore-xp-vista/">Perform a System Restore in Windows Vista and 7 [How To]</a></li></ul><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/create-system-restore-point-windows-7/">Create a System Restore Point in Windows 7 [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7security/create-system-restore-point-windows-7/feed/</wfw:commentRss> <slash:comments>0</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>Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]</title><link>http://mintywhite.com/windows-7/7security/unlock-hidden-recovery-partition-harddrive/</link> <comments>http://mintywhite.com/windows-7/7security/unlock-hidden-recovery-partition-harddrive/#comments</comments> <pubDate>Tue, 15 Mar 2011 16:00:33 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Maintenance and System Tools]]></category> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows 7 Security]]></category> <category><![CDATA[free]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[software]]></category> <category><![CDATA[tool]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8844</guid> <description><![CDATA[Featuring: WIM-images and Diskpart When I first bought my netbook from Acer it came with the  Windows 7 Starter (scam) Edition. Luckily for me I had an extra Home Premium license I could use. Problem was that the graphics driver needed was not available for download, and was not available through Windows. A fact 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/windows-7/7security/unlock-hidden-recovery-partition-harddrive/">Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/03/Emachine-Laptop-300x300.jpg?c3a98b"><img class="alignleft size-thumbnail wp-image-8847" title="Emachine-Laptop-300x300" src="http://mintywhite.com/wp-content/uploads/2011/03/Emachine-Laptop-300x300-220x220.jpg?c3a98b" alt="Emachine Laptop 300x300 220x220 Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="220" height="220" /></a></p><p><em>Featuring: WIM-images and Diskpart</em></p><p>When I first bought my netbook from Acer it came with the  Windows 7 Starter (scam) Edition. Luckily for me I had an extra Home Premium license I could use. Problem was that the graphics driver needed was not available for download, and was not available through Windows. A fact I only discovered once I had re-installed windows.  Another irritating thing I discovered was that the bundled software that was pre-installed with my windows starter edition, did not run anymore.</p><h2>The solution? The hidden recovery partition.</h2><p><span id="more-8844"></span> <a href="http://mintywhite.com/wp-content/uploads/2011/03/hidden.jpg?c3a98b"><img class="alignright size-medium wp-image-8846" style="margin-left: 10px; margin-right: 0px;" title="hidden" src="http://mintywhite.com/wp-content/uploads/2011/03/hidden-500x281.jpg?c3a98b" alt="hidden 500x281 Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="450" height="253" /></a>Most new computers today comes with pre-installed Windows and bundled software. These licenses or programs does not come with an installation disk, package or user-manuals. Instead the setup files (or recovery disk) is stored in a hidden partition on your hard-drive, together with various extra drivers and tweak files. At the end of this article I will show you where to look for the files and how to retrieve them, but first lets unhide the partition.  To unlock or get access to this hidden partition we need to unhide it. This can be achieved using the built-in DiskPart Tool. You can choose to get access to the disk on a one-time basis or permanently assigning a drive letter for it. In most cases you are able to assign a drive letter using the Windows Disk management tool. The Recovery Partition is normally set to have no drive letter by default. We can override this feature by using Diskpart.</p><h2>Diskpart</h2><p>Diskpart is a Command Line Utility which allows us to control every disk and partition on our system. We have shown you different uses for this tool on occasion, and this time we will use it to get access to the hidden partition. To make a hidden partition available we need to assign a drive letter, and this is how:</p><ol><li>Click Start-button and type <code>DISKPART</code> and press Enter.</li><li>Click OK when the UAC prompt you</li><li>In the Diskpart Dialogue Window, type:<code> list disk</code> This will show you a list of the disks  installed on your computer.</li><li>Type <code>Select Disk 0 </code>(where zero is the disk we want to use, if you have more that one disk you might want to try accessing one by one until you find the right one)</li><li>Type <code>List Partition.</code> You will see a list of all partitions on the drive, in my case there are two. One large and one small. The small one is the one we want to change. You can also identify the hidden partition by the fact that there are no drive letter assigned to it.</li><li>Type <code>Select Partition 1</code> (Where 1 represent your partition)</li><li>Type <code>Assign</code> If successful you should get an Auto-run dialogue.</li><li>Type <code>Exit </code>to close the Diskpart Tool.</li></ol><h3>Hidden on reboot&#8230;</h3><p>On some computers the partition will be hidden again on the next boot. This is due to a setting called &#8220;nodefaultdriveletter&#8221;, which tells windows that the partition is to be hidden by default. If you would like to keep the partition visible,  you will have to change the setting.</p><ol><li>Open the Diskpart tool</li><li>Type <code>Select Disk 0</code></li><li>Type <code>List Partition</code></li><li>Type <code>Select Partition 1 </code>(Replace 1 with the corresponding letter)</li><li>Type <code>Detail Partition</code> This will display the settings for your partition. If the Type is set to 27 the partition is set as hidden.</li><li>Try one of the following commands: <code>Set ID=07 OVERRIDE</code> <code>attributes volume clear hidden</code></li><li>Type <code>Assign</code> to assign a drive letter.</li><li>Type <code>Exit </code>to close the Diskpart Tool.</li></ol><p>The next time you boot your computer the partition will still be visible.</p><h2>Looking through the Recovery Partition Folder</h2><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/wim-folder.jpg?c3a98b"><img class="alignnone size-full wp-image-8849" title="wim-folder" src="http://mintywhite.com/wp-content/uploads/2011/03/wim-folder.jpg?c3a98b" alt="wim folder Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="457" height="73" /></a> <a href="http://mintywhite.com/wp-content/uploads/2011/03/wim-folder.jpg?c3a98b"></a></p><p>Now it&#8217;s time to do a bit of digging inside the Folders. The location of drivers and software will vary depending on your brand or computer type. In my case, everything I need is  hidden inside the ACER-HQ1 folder. You will see many different folders containing everything from Windows Recovery or setup-files, drivers and the licensed software that came bundled with your computer. The content of these folders will most likely be WIM-files or images.  The Windows Imaging Format (WIM) is a file-based disk image format (like ISO, RAR and ZIP). It was developed by Microsoft to deploy its latest Windows operating system releases, Windows 7 and Windows Server 2008, which use it as part of their standard installation procedure. It works equally well with older versions of Windows.</p><div id="attachment_8852" class="wp-caption alignnone" style="width: 510px"><a href="http://mintywhite.com/wp-content/uploads/2011/03/WINpe.jpg?c3a98b"><img class="size-medium wp-image-8852" title="WINpe" src="http://mintywhite.com/wp-content/uploads/2011/03/WINpe-500x266.jpg?c3a98b" alt="WINpe 500x266 Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="500" height="266" /></a><p class="wp-caption-text">Windows Setup Files Found in the Recovery Partition</p></div><h3>Accessing WIM-Images</h3><p>To access the contents the WIM-files you need a WIM capable reader. I suggest you use <a title="Winmount" href="http://www.winmount.com/" target="_blank">WinMount</a> which works similar to WinRAR, but allow you to mount WIM-images temporarily.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/wim2.jpg?c3a98b"><img class="size-full wp-image-8850 alignnone" title="wim2" src="http://mintywhite.com/wp-content/uploads/2011/03/wim2.jpg?c3a98b" alt="wim2 Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="500" height="307" /></a> <a href="http://mintywhite.com/wp-content/uploads/2011/03/wim2.jpg?c3a98b"></a></p><p>Inside a WIM-image you will usually find 2 folders and a xml-file (it may vary). Usually the content you seek is within the folder named 1 (one). After mounting you might need to copy the contents to a new folder before installing the program or driver. Once you have done that, you can install the software as you please.</p><h3>Bundled software licenses</h3><p>In order to make sure you don&#8217;t install the bundled software onto other computers most setup files have a CMD-file attached to it. This is a scriptfile that will check the identity of your computer before allowing the setup to start. Delete this file to avoid it from running.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/WIM-bundle.jpg?c3a98b"><img class="alignnone size-full wp-image-8851" title="WIM-bundle" src="http://mintywhite.com/wp-content/uploads/2011/03/WIM-bundle.jpg?c3a98b" alt="WIM bundle Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" width="500" height="243" /></a> <a href="http://mintywhite.com/wp-content/uploads/2011/03/WIM-bundle.jpg?c3a98b"></a></p><p>The serial is usually found inside an INI-file or a XML-file.  And that should be all you need to know. Good Luck</p><h2>Download WinMount</h2><table border="0"><tbody><tr><td><a title="Download WinMount" href="http://www.winmount.com/"><img src="http://mintywhite.com/images/icons/download64.png?c3a98b" alt="download64 Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]"  title="Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]" /></a></td><td><h3><a style="text-decoration: none;" title="Download WinMount" href="http://www.winmount.com/">Download WinMount</a></h3></td></tr></tbody></table><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/unlock-hidden-recovery-partition-harddrive/">Copy Windows Setup, Drivers or Bundled Software from the Recovery Partition [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7security/unlock-hidden-recovery-partition-harddrive/feed/</wfw:commentRss> <slash:comments>5</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/47 queries in 0.019 seconds using apc
Object Caching 2576/2678 objects using apc

Served from: mintywhite.com @ 2012-02-09 07:08:52 -->
