<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>GoogleThem &#187; Windows Tips</title>
	<atom:link href="http://googlethem.com/category/windows-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://googlethem.com</link>
	<description>Google Search tips and tricks</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:40:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Google tips and tricks</itunes:summary>
	<itunes:author>GoogleThem</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://googlethem.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:owner>
		<itunes:name>GoogleThem</itunes:name>
		<itunes:email>wordpressmu_on_hostnine@liquidwebsite.com</itunes:email>
	</itunes:owner>
	<managingEditor>wordpressmu_on_hostnine@liquidwebsite.com (GoogleThem)</managingEditor>
	<copyright>2006-2007</copyright>
	<itunes:subtitle>Google Search tips and tricks</itunes:subtitle>
	<image>
		<title>GoogleThem &#187; Windows Tips</title>
		<url>http://googlethem.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://googlethem.com/category/windows-tips/</link>
	</image>
		<item>
		<title>Hard faults/sec in Windows 7 Resource Manager too many!</title>
		<link>http://googlethem.com/hard-faultssec-in-windows-7-resource-manager-too-many/</link>
		<comments>http://googlethem.com/hard-faultssec-in-windows-7-resource-manager-too-many/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 08:38:16 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=556</guid>
		<description><![CDATA[Hard faults per second on Windows are not hard drive errors like you may think. They are simple pagefile accesses instead of RAM access. You may see from 0 to more than 100 and it&#8217;s actually ok&#8230;well if you&#8217;re getting more than 50 or so, you&#8217;re system is running much slower than it can and [...]]]></description>
			<content:encoded><![CDATA[<p>Hard faults per second on Windows are not hard drive errors like you may think. They are simple pagefile accesses instead of RAM access.</p>
<p>You may see from 0 to more than 100 and it&#8217;s actually ok&#8230;well if you&#8217;re getting more than 50 or so, you&#8217;re system is running much slower than it can and most likely rattling the heck out of your hard drive.</p>
<p>Remedy:</p>
<ul>
<li>More ram</li>
<li>Less hoggy programs running at once (easy to do with the new bloated software suites) just run the older lean and fast ones you remember and like if you can.</li>
<li>Look in windows resource manager, find the memory hog and replace it with either an upgrade, downgrade, or another program. (Like I replace Adobe Reader with Foxit Reader which helps for memory use and security improvements)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/hard-faultssec-in-windows-7-resource-manager-too-many/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unpredictable drive errors</title>
		<link>http://googlethem.com/unpredictable-drive-errors/</link>
		<comments>http://googlethem.com/unpredictable-drive-errors/#comments</comments>
		<pubDate>Fri, 13 May 2011 07:36:36 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Linux tips and tricks]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=539</guid>
		<description><![CDATA[from my favorite disk imaging program support website, a very helpful guide to fixing disk read or write errors due to glitchy items like bad IDE cables: http://www.terabyteunlimited.com/kb/article.php?id=152 Image Validation Fails with Image Stream Corrupt or Byte-for-Byte Validation Failure Message This problem can be caused by overclocking, overheating, a hardware problem, or a BIOS or [...]]]></description>
			<content:encoded><![CDATA[<p>from my favorite disk imaging program support website, a very helpful guide to fixing disk read or write errors due to glitchy items like bad IDE cables: http://www.terabyteunlimited.com/kb/article.php?id=152</p>
<h2>Image Validation Fails with Image Stream Corrupt or Byte-for-Byte Validation Failure Message</h2>
<p>This problem can be caused by overclocking, overheating, a hardware problem, or a BIOS or firmware bug or configuration issue.</p>
<p>To determine if the mainboard, memory, or CPU is at fault:</p>
<ul>
<li>Download and run either the <a href="http://oca.microsoft.com/en/windiag.asp" target="_blank">Microsoft Windows Memory Diagnostic</a> or <a title="memtest86" href="http://www.memtest86.com/" target="_blank">memtest86</a> (or try both of them).
<ul>
<li>If you use the Windows Memory Diagnostic, run the extended tests overnight. </li>
<li>If you use memtest86, run all seven of the default tests and allow it to run overnight. </li>
</ul>
</li>
</ul>
<p>If the memory diagnostic does not report any errors, check the following:</p>
<ul>
<li>Run <strong>chkdsk /f</strong> on both the source drive and the drive holding the backup image. <strong><span style="color: #ff0000">Important:</span></strong> Only run <strong>chkdsk</strong> if the memory diagnostic did not report any errors. Running <strong>chkdsk</strong> on a system with bad memory can result in data corruption.
<p>Start a Command Prompt and then run <strong><span style="color: #ff0000">chkdsk x: /f</span></strong> where<strong> x</strong>: is the drive to check. <br />
 For example: <strong><span style="color: #ff0000">chkdsk c: /f<br />
 </span></strong><br />
 <strong>Note:</strong> If running Windows Vista or Windows 7, you must run <strong>chkdsk</strong> from an Administrator Command Prompt.</p>
</li>
<li>If the problem is occurring when saving images to an <a>optical drive</a>, try burning at a slower speed and/or updating the drive&#8217;s firmware, if possible. Also, please refer to the article <a href="http://www.terabyteunlimited.com/kb/article.php?id=087" target="_blank"><strong>Message &#8220;Unable to read from file&#8221; when Performing Image Validation or Restore</strong></a>, if applicable. </li>
<li>If you are overclocking, revert your settings to the defaults and determine if the problem goes away. </li>
<li>If you are using a non-standard, third-party system BIOS or  device firmware, switch to the latest final version of the  manufacturer-supported BIOS or firmware, reset all BIOS settings to the  defaults (referred to as a &#8220;clearing the CMOS&#8221; procedure by some  mainboard manufacturers) and determine if the problem goes away. </li>
<li>If you have recently flashed to a different version of your system BIOS <em>or</em> the firmware of the controller to which your drive is connected (even  if you the version used is a manufacturer-supported version), try  reverting to the BIOS or firmware version you were using before (or the  latest version) and determine if the problem goes away. </li>
<li>If you are having the problem with an <a>IDE</a> drive and you are using an <a>IDE</a> cable that is greater than 18 inches in length, replace the cable with one that is 18 inches or shorter in length. </li>
<li>Switch to an 80-conductor <a>IDE</a> cable. </li>
<li>If you have an <a>IDE</a> drive that is set to master (and/or is the only device on the <a>IDE</a> cable) ensure that it is connected to the <em>end</em> of the <a>IDE</a> cable. </li>
<li>If you are using a USB drive, please see the following KB article:<br />
 <strong><a href="http://www.terabyteunlimited.com/kb/article.php?id=407" target="_blank">Troubleshooting USB Drive Connection and Performance Issues</a></strong></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
</li>
<li>Ensure that your system, including any applicable drives, are  not running at temperatures that exceed the manufacturer  specifications.  If any temperatures are high, addtional case fans may  be needed. </li>
<li>The drive may have weak sectors.  Try a thorough test with a utility provided by the drive manufacturer, with <a href="http://www.spinrite.com/" target="_blank">SpinRite</a>, or with a similar utility. </li>
</ul>
<p><br class="spacer_" /></p>
<p>If none of the above helps, the problem may be due to weak sectors  on the drive surface. If the issue you are having involves a hard drive,  download and run the hard drive manufacturer&#8217;s diagnostic utility or a  third-party utility designed to scan and repair hard disk  surfaces. Below are links to some major hard drive manufacturer&#8217;s home  pages:</p>
<p><a href="http://www.excelstor.com/" target="_blank">ExcelStor</a><br />
 <a href="http://www.fel.fujitsu.com/" target="_blank">Fujitsu</a><br />
 <a href="http://www.hgst.com/" target="_blank">Hitachi</a><br />
 <a href="http://www.maxtor.com/" target="_blank">Seagate/Maxtor</a><br />
 <a href="http://www.samsung.com/" target="_blank">Samsung</a><br />
 <a href="http://www.seagate.com/" target="_blank">Seagate</a><br />
 <a href="http://www.sonystyle.com/" target="_blank">Sony</a><br />
 <a href="http://sdd.toshiba.com/" target="_blank">Toshiba</a><br />
 <a href="http://www.wdc.com/" target="_blank">Western Digital</a></p>
<p>If you still have not narrowed down the problem, try adjusting the  system BIOS parameters below, for the drive(s) with which you are  experiencing the problem. These settings, if available, are typically  found under &#8220;Integrated Peripherals&#8221; or in the &#8220;Drive Configuration&#8221;  section.</p>
<ul>
<li>Disable &#8220;Block mode&#8221; </li>
<li>Disable &#8220;32-bit access&#8221; </li>
<li>Switch to a different <a>PIO</a> mode </li>
<li>Switch to a lower <a>UDMA</a> mode, if using <a>UDMA</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/unpredictable-drive-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 taking too much space, how to cleanup the winsxs folder and reduce hard drive usage</title>
		<link>http://googlethem.com/windows-7-taking-too-much-space-how-to-cleanup-the-winsxs-folder-and-reduce-hard-drive-usage/</link>
		<comments>http://googlethem.com/windows-7-taking-too-much-space-how-to-cleanup-the-winsxs-folder-and-reduce-hard-drive-usage/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 07:29:55 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=530</guid>
		<description><![CDATA[from: http://answers.microsoft.com/en-us/windows/forum/windows_7-files/please-help-winsxs-is-growing-fast-and-i-have-a/cd8af1dc-946b-e011-8dfc-68b599b31bf5 The winsxs folder bloats as you uninstall apps! This is counter-intuitive to gaining hard drive space huh? Within a week of running Windows 7 many people report a windows/winsxs folder to be 5 Gigs and as much as 10 to 12 Gigs. What is the winsxs folder? A complicated mess that microsoft made, [...]]]></description>
			<content:encoded><![CDATA[<p>from: http://answers.microsoft.com/en-us/windows/forum/windows_7-files/please-help-winsxs-is-growing-fast-and-i-have-a/cd8af1dc-946b-e011-8dfc-68b599b31bf5</p>
<p>The winsxs folder bloats as you uninstall apps! This is counter-intuitive to gaining hard drive space huh? Within a week of running Windows 7 many people report a windows/winsxs folder to be 5 Gigs and as much as 10 to 12 Gigs.</p>
<p>What is the winsxs folder? A complicated mess that microsoft made, like the registry but even more of a black box space hog.</p>
<p>It contains manifests, dll backups, service pack backups, libraries for executables and other serious sounding junk. So many MS guys advise not to touch it that even I&#8230;windows modder and tinkerer from the win3.1 days have not dared delete any of the jillion little folders which turns out to the the bulk of my 5.5 Gigs of use.</p>
<p>My advice is to image your hard drive fairly often and when you want to uninstall stuff, go back to your image instead, of course after you&#8217;ve made sure you&#8217;ve copied your docs and bookmarks etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/windows-7-taking-too-much-space-how-to-cleanup-the-winsxs-folder-and-reduce-hard-drive-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Hotkeys for Windows 7:</title>
		<link>http://googlethem.com/my-favorite-hotkeys-for-windows-7/</link>
		<comments>http://googlethem.com/my-favorite-hotkeys-for-windows-7/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 06:31:02 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/my-favorite-hotkeys-for-windows-7/</guid>
		<description><![CDATA[My Favorite Hotkeys for Windows 7: Windows Explorer (file manager): Alt+Up: Goes up a folder level in Windows Explorer. Backspace: is like back button (may be forward, may be back) Alt-Right:is like back button (may be forward, may be back) Win+Space: All windows become transparent so you can see through to the desktop. Shift+Win+Up arrow: [...]]]></description>
			<content:encoded><![CDATA[<p>My Favorite Hotkeys for Windows 7:</p>
<p>Windows Explorer (file manager): <strong>Alt+Up:</strong> Goes up a folder level in Windows Explorer.</p>
<p><strong>Backspace: </strong>is like back button (may be forward, may be back)</p>
<p><strong>Alt-Right</strong>:is like back button (may be forward, may be back)</p>
<p><strong>Win+Space:</strong> All windows become transparent so you  can see through to the desktop.</p>
<p><strong>Shift+Win+Up arrow:</strong> Maximize the active window  vertically.</p>
<p><strong>Shift+Win+Left/Right arrows:</strong> Move the window to the  monitor on the left or right.</p>
<p><strong>Double-Click Top Window Border (edge):</strong> <a href="http://lifehacker.com/5283027/maximize-windows-vertically-with-a-double+click-in-windows-7">Maximize  window vertically</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/my-favorite-hotkeys-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu error splicing file permission denied</title>
		<link>http://googlethem.com/ubuntu-error-splicing-file-permission-denied/</link>
		<comments>http://googlethem.com/ubuntu-error-splicing-file-permission-denied/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 20:36:37 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Linux tips and tricks]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=497</guid>
		<description><![CDATA[If you have the error on a linux system: &#8220;error splicing file permission denied&#8221; while trying to move, copy or delete a file, most likely you are trying to copy a windows encrypted file. It will not show as encrypted in linux and the permissions will look exactly as your others that do copy properly. The best way to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have the error on a linux system: &#8220;error splicing file permission denied&#8221; while trying to move, copy or delete a file, most likely you are trying to copy a windows encrypted file. It will not show as encrypted in linux and the permissions will look exactly as your others that do copy properly.</p>
<p>The best way to take care of this is to boot into windows that encrypted the file in the first place, and right click &#8220;properties&#8221;, then uncheck &#8220;encrypted&#8221;. The files will decrypt if you logged in the windows that originally encrypted it.</p>
<p>I had accidentally done this and the only way I noticed was the file copy error in Ubuntu, then when booting to windows, the particular folder full of files were all in green text instead of black. If they were in blue, that would mean that they are compressed.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/ubuntu-error-splicing-file-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Restore &#8211; How to run a system restore from the command line or prompt</title>
		<link>http://googlethem.com/system-restore-how-to-run-a-system-restore-from-the-command-line-or-prompt/</link>
		<comments>http://googlethem.com/system-restore-how-to-run-a-system-restore-from-the-command-line-or-prompt/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 22:34:08 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=457</guid>
		<description><![CDATA[from:microsoft Start System Restore from a command prompt You can start System Restore from a command prompt window if you can&#8217;t start your computer in any mode other than safe mode with command prompt. Start your computer in safe mode with command prompt. For more information, see Start your computer in safe mode. At the [...]]]></description>
			<content:encoded><![CDATA[<p>from:microsoft</p>
<h1>Start System Restore from a command prompt</h1>
<p>You can start System Restore from a command prompt  window if you can&#8217;t start your computer in any mode other than safe mode  with command prompt.</p>
<ol>
<li>
<p>Start your computer in safe mode with command prompt. For more information, see <a id="pageContainer0_ID0EYAAC" href="http://windows.microsoft.com/en-US/windows-vista/Start-your-computer-in-safe-mode">Start your computer in safe mode</a>.</p>
</li>
<li>
<p>At the command prompt, type rstrui.exe, and then press ENTER.        <img title="Administrator permission required" src="http://res1.windows.microsoft.com/resbox/en/Windows%20Vista/main/1/8/18abb370-ac1e-4b6b-b663-e028a75bf05b/18abb370-ac1e-4b6b-b663-e028a75bf05b.png" alt="Administrator permission required" width="16" height="16" /> If you are prompted for an administrator password or confirmation, type the password or provide confirmation.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/system-restore-how-to-run-a-system-restore-from-the-command-line-or-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot, MBR, and Partition fix</title>
		<link>http://googlethem.com/boot-mbr-and-partition-fix/</link>
		<comments>http://googlethem.com/boot-mbr-and-partition-fix/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:29:15 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=367</guid>
		<description><![CDATA[Windows 7 fixmbr: from: http://www.planetmy.com/blog/how-to-fixmbr-using-windows-vista-bootable-disk/ This is a Malaysian computer blog which I find interesting, visit it if you like the tutorial below! The following tutorial will teach you &#8220;How to fixmbr using Windows Vista bootable disk&#8220;. Boot up your computer using Microsoft Windows Vista Bootable disk. (Check your BIOS setup) When you see the [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 fixmbr:</p>
<p>from: http://www.planetmy.com/blog/how-to-fixmbr-using-windows-vista-bootable-disk/<br />
 This is a Malaysian computer blog which I find interesting, <a rel="nofollow" href="http://www.planetmy.com/blog/how-to-fixmbr-using-windows-vista-bootable-disk/" target="_blank">visit it</a> if you like the tutorial below!<br />
 The following tutorial will teach you &#8220;<strong>How to <strong>fixmbr</strong> using <strong>Windows</strong> Vista bootable disk</strong>&#8220;.</p>
<ul>
<li>Boot up your computer using Microsoft <strong>Windows</strong> Vista Bootable disk. (Check your BIOS setup)</li>
<li>When you see the 1st <a href="http://www.planetmy.com/blog/microsoft-cbt-collections/" target="_blank"><strong>Windows</strong></a> <a href="http://www.planetmy.com/blog/windows-vista-ultimate/" target="_blank">Vista</a> installation screen appear, please configure your &#8216;<strong>language</strong>&#8216; preferences.</li>
<li>When prompted, click <strong>&#8216;Repair your computer&#8217;</strong>.</li>
<li>Startup Repair will automatically detect a problem. When prompted, click<strong> &#8216;Repair and restart&#8217;</strong>, and then restart your computer from the <a href="http://www.planetmy.com/blog/microsoft-cbt-collections/" target="_blank"><strong>Windows</strong></a> <a href="http://www.planetmy.com/blog/windows-vista-ultimate/" target="_blank">Vista</a> bootable disk. If Startup Repair does not automatically detect a problem, continue to the next step.</li>
<li>click <strong>&#8216;Repair Your Computer&#8217;</strong>.</li>
<li>Click <strong>Command Prompt </strong>from the System Recovery Options.</li>
<li><em><strong>BootRec.exe</strong></em> provides the following command-line options:</li>
</ul>
<p><br class="spacer_" /></p>
<ul>
<li><em><strong>/<strong>FixMbr</strong></strong>. Re-writes the master boot record (MBR) of the system partition to start <a href="http://www.planetmy.com/blog/microsoft-cbt-collections/" target="_blank"><strong>Windows</strong></a> <a href="http://www.planetmy.com/blog/windows-vista-ultimate/" target="_blank">Vista</a>. This won’t overwrite the existing partition table.</em></li>
</ul>
<ul>
<li><em><strong>/FixBoot</strong>. Writes a boot sector onto the system partition to start <strong>Windows</strong> Vista.</em></li>
</ul>
<ul>
<li><em> <strong>/ScanOs</strong>. Scans all disks for <strong>Windows</strong> Vista installations and displays them to you. Oddly, this didn’t work for me, even on a test system that was starting just fine.</em></li>
</ul>
<ul>
<li><em> <strong>/RebuildBcd</strong>. Scans all disks for <strong>Windows</strong> Vista installations and prompts you to pick the ones you want to add to the BCD.</em></li>
</ul>
<ul>
<li>Type  &#8216;<em><strong>BootRec.exe /<strong>fixmbr</strong>&#8216; </strong></em>and press<em><strong> </strong></em><strong>Ente</strong>r.</li>
<li>Congratulations! You&#8217;re done. </li>
</ul>
<p><strong>To fix grub after installing windows destroyed your boot sector:</strong><br />
from: ubuntuforums.org</p>
<p>&#8230;any time you install a copy of <strong>windows</strong> it will erase grub</p>
<p> its a simple fix..</p>
<p> 1. boot live cd<br />
 2. open terminal<br />
 3. sudo grub <br />
 4.from grub prompt do this<br />
 find /boot/grub/stage1<br />
 it will give you something like this (hd0,0) <br />
 5.use the disk that you found with the command above for this next command<br />
 root (hd0,0) <br />
 (remember to change the numbers to correspond to whatever you got in the previous step)<br />
 6.setup (hd0)  (notice how i left out the ,0)  thats not a typo!<br />
 it should give you some type of confirmation that it worked<br />
 then you can just quit grub<br />
 quit<br />
 then exit the terminal<br />
 exit<br />
 reboot!<br />
 (you will need to add <strong>windows</strong> to your /boot/grub/menu.lst)</p>
<p>&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/boot-mbr-and-partition-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Windows Tips</title>
		<link>http://googlethem.com/my-windows-tips/</link>
		<comments>http://googlethem.com/my-windows-tips/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 21:31:42 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Networking Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://googlethem.com/?p=205</guid>
		<description><![CDATA[Hard Drive Maintenance and Hard Disk File Structure Repair: Three tips for Hard drive health in Windows: 1) Scandisk 2) &#8220;Disk Cleanup&#8221; 3) Defragment When you defragment a hard drive, you should have deleted all the files that you want to first, because every file that you delete creates a hole in the file structure, [...]]]></description>
			<content:encoded><![CDATA[<h2>Hard Drive Maintenance and Hard Disk File Structure Repair:</h2>
<h3>Three tips for Hard drive health in Windows:</h3>
<p>1) Scandisk<br />
 2) &#8220;Disk Cleanup&#8221;<br />
 3) Defragment<br />
 When you defragment a hard drive, you should have deleted all the files that you want to first, because every file that you delete creates a hole in the file structure, and Windows insists on filling that hole (no matter how small) with a piece of the very next file written to the hard disk.</p>
<p>&#8211;</p>
<h2>Memory and Virtual Memory Management:</h2>
<pre>From: http://www.techbargains.com/hottips/hottip12/index.cfm</pre>
<p>Virtual Memory</p>
<p>Windows uses your Hard      Drive as swap memory but its default configuration can cause a major loss      of performance with the memory swap file getting moved around.</p>
<p>Select System icon from the Control Panel &#8211; Performance and Maintenance, select Advanced Tab,  select Performance areas, and click on Settings Under virtual Memory click Change. The Initial and Maximum size should be      equal otherwise Windows will keep resizing the file. The optimal memory setting      for users with 128 MB+ is approximately 1.5-2 times the RAM size, users with      64 MB should use a 2 times multiple. You should also locate Virtual Memory on your fastest drive or striped      RAID volume, placing it on the non-boot drive, can help increase performance.      Defragment after setting this to minimize fragmentation and force the swap      file to get located on the fastest part of your disk. Third party defragmentaters 	can optimize the swap file.</p>
<p>Always make sure your system has enough RAM.  128MB is the absolute minimum, 512MB is preferred. 	You can bring up the Performance Tab of the Task Manager to ensure that 	Total Commit Charge is lower than your Total Physical Memory. If not, add ram.</p>
<h3>Memory Tweaks</h3>
<p><span style="font-size: x-small;font-family: ARIAL,HELVETICA,SANS-SERIF"><span style="font-size: x-small;font-family: Arial,Helvetica,sans-serif"> </span></span></p>
<p>There are 2 tweaks you can make to change how XP uses memory.<br />
 Open Regedit and Find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\</p>
<h3>Disable Paging Executive:</h3>
<p>XP pages data from RAM memory to the hard drive. We can stop this happening and keep  more data in RAM, resulting in better performance. Users with a large amount of RAM (256MB+)   should use this setting. The setting we change to disable the ’Paging Executive’,  is DisablePagingExecutive. Changing the value of this key from 0 to 1 will de-activate memory paging.<br />
 <span class="TableCode">[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session  					Manager\Memory Management]</span><span class="TableMSText"><br />
 </span></p>
<h3>System Cache Boost:</h3>
<p>Changing the value of the key LargeSystemCache from 0 to 1 will tell XP to allocate all but 4MB  of system memory to the file system cache, allowing the XP Kernel to run in memory. The 4MB of memory left   is used for disk caching,  if more is needed, XP allocates more. Generally, this tweak improves performance   by a fair bit but can, in some intensive applications, degrade performance. As with the previous tweak,   you should have at least 256MB of RAM before attempting to enable LargeSystemCache.<br />
 <span class="TableMSText"><span class="TableCode">[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session  					Manager\Memory Management]</span></span></p>
<p><strong>How to use extra memory in Windows XP</strong> which doesn&#8217;t like more than 1 Gigabyte of Ram, in other words, a benchmark study indicated that XP actually slows down (slightly) when you run more than a Gig of installed memory. So here&#8217;s what to do with large amounts of RAM:</p>
<pre>from: www.planetamd64.com/index.php?showtopic=38005</pre>
<p>The answer to this question is so simple, it begs the question how so many <em>intelligent</em> people who all spout technical jargon like a second language, haven&#8217;t figured it out yet.</p>
<p>The performance benefits are pretty severe, and immediate. So lets see.. with the danger of sounding unintelligent by explaining this so anyone can understand, forgive the layman terminology.</p>
<p>1) Microsoft 32bit systems like XP have a limit on how much RAM they can utilize.<br />
 2) Get (www.superspeed.com/desktop/ramdisk.php) Ramdisk Plus for $34.95 (otherwise you&#8217;re throwing money out by not using your extra RAM anyway <img src='http://googlethem.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )<br />
 3) If like me, you have 8GB RAM, the BIOS should register around 8192MB.. 1MB allocated to BIOS, 2900MB for Windows.. that leaves 4-5GB available to set as a Ramdisk &#8211; eg. Z:\<br />
 * In Ramdisk Plus you have to allocated &#8216;unmanaged&#8217; RAM otherwise it will try to use the RAM Windows is using.<br />
 4) Open System Properties (right-click My Computer on Desktop) &#8211;&gt; Advanced &#8211;&gt; Performance [Settings] &#8211;&gt; Advanced tab &#8211;&gt; Virtual Memory [Change] &#8211;&gt;Click your Hard Drives and check &#8220;No Paging File&#8221; then &#8220;set&#8221; .. Click Z:\ (Ram Disk) and choose Custom Size &#8212; Initial Size 5000, Maximum Size 5000 (can&#8217;t be bigger than your Ram Disk) or choose &#8216;System Managed Size&#8217;<br />
 * When you exit it may ask you to restart the computer. You can do this after step 5.<br />
 5) Start &#8212; Run &#8212; Regedit [open] goto HKEY_LOCAL_MACHINE &#8211;&gt; SYSTEM &#8211;&gt; CurrentControlSet &#8211;&gt; Control &#8211;&gt; Session Manager &#8211;&gt; Memory Management &#8211;&gt; [doubleclick] ClearPageFileAtShutdown and change option to &#8220;1&#8243; and click OK. The reason being the RAM will be purged when you power off, and there&#8217;s no point with the system thinking the Pagefile will be available cached at boot.</p>
<p>You can set Z:\ to be used for temporary files, like Winrar, Firefox, Photoshop etc. It&#8217;s up to you to decide how big the Swap File should be, if at all you want to use it. I just did this the other day, and the performance increase is amazing. And I&#8217;m using my extra RAM that all the [i]experts<a href="http://en.kioskea.net/i">/i</a> said I &#8216;couldn&#8217;t&#8217;.</p>
<p>&#8211;</p>
<h2>General Windows XP performance tweaks and tips:</h2>
<p>I like this guy&#8217;s performance advice:</p>
<p>http://kadaitcha.cx/performance.html</p>
<p>This one is good too:</p>
<pre>From: http://www.techbargains.com/hottips/hottip12/index.cfm</pre>
<p>Hard Drive Port</p>
<p>Make sure your hard drive is not      connected to the same IDE port as your CD/DVD-ROM. Each IDE port is programmed      to operate at the slower of the two devices on the port, so you could be slowing      down access to your primary hard drive by leaving a CD-ROM on the same channel.      Put your CD/DVD-ROM on the Secondary IDE port.  <a href="http://www.intel.com/support/chipsets/iaa/" target="_blank">Intel</a> Application accelerator  lets you independently set tranfer rates for devices on the same cable.</p>
<p>IDE DMA</p>
<p>Windows does not automatically      utilize faster DMA IDE data transfer modes on IDE slave drives. Programmed I/O 	mode is the default setting.</p>
<p>1)) Right click on &#8220;My Computer&#8221;, select the Hardware tab, and Select Device Manager.<br />
 2) Expand &#8220;IDE ATA/ATAPI Controller&#8221; and double-click on &#8220;Primary IDE Channel&#8221;<br />
 3) Under &#8220;Advanced Settings&#8221; tab, check the &#8220;Device 1&#8243; setting. Set it to &#8220;DMA if available&#8221;<br />
 4) Repeat the step for the &#8220;Secondary IDE Channel&#8221; if devices are present there.<br />
 Remember, we can only get so much performance out of old hardware. It might be time to upgrade to a your hard drive to a faster Serial ATA model. Check our <a href="http://www.techbargains.com/catsearch.cfm/0_11_5">hard drive</a> page for the latest deals</p>
<p>SCSI Write Cache</p>
<p>Many SCSI drives do not      have their write caches enabled. Use a Mode Page Editor such as the one built      into EZ-SCSI to enable Write Caching on all your hard drives. Windows XP 	allows you to enable Write Caching in the Properties page of a SCSI Drive.</p>
<p>Minimize Background      Applications and Services</p>
<p>Press CTRL-ALT-DEL while      in Windows and bring up the Task Manager. Notice how many programs are running in the background. Each program steals memory and CPU cycles. Offenders include: Adobe Gamma Loader, Fast Find, msmsgs (Messenger), Office Startup, qttask (Quicktime), System Agent, Real Player, Norton. To stop programs from automatically starting, remove the file from the Programs &#8211; Startup folder, left click on the icons in the System tray and turn off automatic loading, or consult the help file of each program to turn it off. Run MSCONFIG to get a list of programs that run on startup and remove unnecessary ones.</p>
<p>Disable Alerter, File and Print, FTP Publishing, Indexing Service, World Wide Web Publisher, Messenger,  Computer Browser, Routing and Remote Access, Smart Card, Smart Card Helper, Terminal services, Uninterruptible Power Supply  if they are not being used. You can always turn them  off and test your machine, before setting them to be disabled on startup.  Run &#8220;services.msc&#8221; from the Run.. menu and Disable any services that are unncessary. <a href="http://www.blackviper.com/" target="_blank">BlackViper</a> has additional information on services.</p>
<p>You can also Configure Virus scanning to only scan incoming files.</p>
<p>Removed Unused Programs,      Protocols, and Fonts</p>
<p>Uninstall any Programs that you      do not use. Also remove any Fonts that are not used. This will free up disk      space and make the machine boot faster. You should also remove any temporary      files located in the C:\TEMP, c:\windows\prefetch, or C:\WINDOWS\TEMP      directories. Also remove any unused Network Protocols such as NetBEUI or IPX.</p>
<p>Unload DLLs</p>
<p>Windows does not unload dll files a program has used after it has    been closed, to speed up a possible restart of the program.</p>
<p>Use Regedit to edit:  HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer Add the DWORD value named: AlwaysUnloadDLL and set it to 1</p>
<p>Network Performance</p>
<p><a href="http://www.tweakxp.com/tweakxp/display.asp?id=282" target="_blank">Tweak XP</a> has a nice tip on adjusting how much network bandwidth is reserved for different programs.</p>
<p>Offload processor tasks to network adapter&#8217;s with intelligent processors.<br />
 Open Regedit and Find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters<br />
 Edit or Create the REG_DWORD key &#8220;DisableTaskOffload&#8221; and set it to 0 to Enable the Task Offload. By default, if this key is present, it&#8217;s set to 1 to disable the task offload.<br />
 <a href="http://www.microsoft.com/windows2000/techinfo/reskit/en-us/default.asp?url=/windows2000/techinfo/reskit/en-us/regentry/94176.asp" target="_blank">Details</a> from Microsoft.</p>
<p>Drive Performance</p>
<p>Some drives have configurable acoustic levels.  They sacrifice   performance for quiet.  You can always turn off acoustic management for maximum performance.</p>
<p><strong>Shortening Menu Delay:</strong></p>
<p>You can shorten the delay when menus open up by using Regedit to   edit:  HKEY_CURRENT_USER / Control Panel / Desktop / MenuShowDelay  By default, the value is 400, but changing it to a smaller value, such as 100, will speed it up. I shorten it to 0 and then assign a slight &#8220;tick&#8221; sound to &#8220;Menu Popup&#8221; in Control Panel-&gt;Sounds, then when you roll over a series of popout menus you&#8217;ll get a nice, fast &#8220;ttttt&#8221; sound.</p>
<p><strong>Turn off Autoplay on Windows XP, disable autorun on all drives including CDs:<br />
 </strong></p>
<p>from:  http://www.windowsnetworking.com/kbase/WindowsTips/WindowsXP/UserTips/Customization/DisableCDautoplayinWindowsXPPro.html<br />
 It is safest to disable CD autoplay in XP using either local group policy or, for an enterprise, an Active Directory group policy. The local group policy editor method:</p>
<p>* Click Start<br />
 * Click Run<br />
 * Enter GPEDIT.MSC<br />
 Group Policy mmc will popup. On left panel:<br />
 * Double-click Computer Configuration to open submenu<br />
 * Double-click Administrative Templates to open submenu<br />
 * Double-click System to open submenu<br />
 * Double-click Turn autoplay off option which will be near the bottom of the list in the right panel.</p>
<p>The default is the Not configured . Set it to Enabled.</p>
<p>&#8211;</p>
<p><strong>Windows Explorer hanging when trying to view files:</strong></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">from: Microsoft TechNet Forum (a posting on the Windows 7 forum), http://social.technet.microsoft.com/Forums/en/w7itproui/thread/8d2b1e38-003a-4d8f-b6cf-586a330d1560<br />
 </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">This issue may be related to Windows Explorer hanging, to troubleshoot this kind of issue, I would like to propose the following website:</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">1.</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Check for any errors in Event Viewer. They will be easy to spot as they are Red with a White Exclamation Mark. To view, go to: Start &#8211;&gt;Control Panel &#8211;&gt; System and Maintenance &#8211;&gt; Administrative Tools &#8211;&gt; View Event Logs. You can review the Summary Page for any errors. </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">2.</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Run Disk Cleanup to release more space.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">3.</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Run sfc/scannow to see if there are any corrupt system files, the sfc /scannow command scans all protected system files and replaces incorrect versions with correct Microsoft versions. Please take the following steps.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 42.3pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">a)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Click the Start button, and click All programs, then click Accessories.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 42.3pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">b)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Right click Command Prompt, and click Run as administrator.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 42.3pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">c)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Type sfc /scannow, and press &#8216;Enter&#8217;.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">4.</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">I noticed that Windows Explorer takes a long time to display disks, in this situation, I may need to suggest that you rebuild Windows Search Index.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 42pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">a)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Open Indexing and Search Options by clicking the Start button, clicking Control Panel, clicking System and Maintenance, and then clicking Indexing Options.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 42pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">b)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Click Advanced, click the Index Settings tab, and then click Rebuild.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">5.</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Open Task Manager to see if any abnormal process is running. </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">If it is the process of an application, please note the name of this application and reinstall it. If you can’t reinstall this application, you need to uninstall it and reboot the computer to see if the issue persists.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Otherwise, if the process is SVCHOST.EXE, it may be related to a service. In this case, you can use the following steps to find out what applications are using most of the CPU: </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 39pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">a)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">Right click the taskbar, and click Task Manager to open.</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 39pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span><span style="font-size: small">b)</span><span> </span></span></span><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">In Task Manager, click on the Processes tab, and look for the process that is using abnormal CPU and note its PID (Process ID). </span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-size: small"><strong><span style="font-family: 'Verdana','sans-serif'" lang="EN-US">Note</span></strong><span style="font-family: 'Verdana','sans-serif'" lang="EN-US">: You may need to go to the &#8220;View&#8221; -&gt; &#8220;Select Columns&#8221; menu and check PID (Process Identifier) first.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small"> </span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">c)Once you have the PID, please run the following command line from a command prompt:<span> </span>tasklist /svc</span></span></p>
<p class="MsoListParagraph" style="margin: 0cm 0cm 0pt 21pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">d)Please check the output item of the related SVCHOST.EXE process (with the recorded PID), and uninstall these services to see if the problem can be taken care of.</span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 'Verdana','sans-serif'" lang="EN-US"><span style="font-size: small">&#8211;<br />
 </span></span></p>
<h1>My Windows Networking Tips:</h1>
<h2>If all of your network computers cannot see each other, including the ones connected through an ethernet wire:</h2>
<p>Make sure you don&#8217;t have a Windows computer that is set to be your <strong>Master Browser</strong> and is wireless or offline. Look on any Windows computers that are connected to your network with wireless under Control Panel -&gt;Administrative Tools-&gt;Services-&gt;Computer Browser should be set to &#8220;Disabled&#8221; and not currently running. This is a setting to make your computer a &#8220;Master Browser&#8221; on your network which keeps a list of available computers, only one computer is defined as a Master Browser and that is determined at the time your network goes up, there may be several computers that are set to be Master Browser and only one will win. It is best to set your one or two most reliably available ethernet connected computers to be the Master Browser, they can be Mac or Linux or Windows.</p>
<p>&#8211;</p>
<p>This is not my Windows tip, it&#8217;s the How-To Geek&#8217;s, from: http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-system-file-in-windows-vista/</p>
<h2><a title="Permanent Link: How to Delete a System File in  Windows 7 or Vista" rel="bookmark" href="http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-system-file-in-windows-vista/">How to Delete a System File in Windows 7 or Vista</a></h2>
<p><!-- google_ad_section_start --></p>
<p>Warning: Do not delete system files. Bad things will probably  ensue.</p>
<p>If you need to delete or overwrite a system file in Windows 7 or  Vista, you’ll quickly notice that you cannot delete system files, even  as administrator. This is because Windows system files are owned by the  TrustedInstaller service by default, and Windows File Protection will  keep them from being overwritten.</p>
<p>Thankfully, there’s a way that you can get around this. You need to  take ownership of the files, and then assign yourself rights to delete  or modify the file. For this, we’ll use the command line.</p>
<p>Open an administrator command prompt by typing <em>cmd</em> into the  start menu search box, and hit the Ctrl+Shift+Enter key combination.</p>
<p>To take ownership of the file, you’ll need to use the takeown  command. Here’s an example:</p>
<blockquote><p>takeown /f C:\Windows\System32\en-US\winload.exe.mui</p>
</blockquote>
<p>That will give you ownership of the file, but you still have no  rights to delete it. Now you can run the cacls command to give yourself  full control rights to the file:</p>
<blockquote><p>cacls C:\Windows\System32\en-US\winload.exe.mui /G geek:F</p>
</blockquote>
<p>Note that my username is geek, so you will substitute your username  there.</p>
<p>At this point, you should be able to delete the file. If you still  can’t do so, you may need to reboot into Safe Mode and try it again. For  the filename in the example, I was able to overwrite it without safe  mode, but your mileage may vary.</p>
<p>&#8211;</p>
<h2>Remove Windows hibernation file hiberfil.sys:</h2>
<p>In a Run window, type powercfg.exe -h off and press Enter. To turn it back on, type powercfg.exe -h on and press Enter.</p>
<p>The system will not hibernate when the file is missing, it still will go into suspend though.</p>
<p>&#8211;</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://googlethem.com/my-windows-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

