<?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>Sys Admin Tales &#187; XP</title>
	<atom:link href="http://www.meltivore.com/category/windows/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Adding Windows XP Media Center to a Domain</title>
		<link>http://www.meltivore.com/2012/adding-windows-xp-media-center-to-a-domain/</link>
		<comments>http://www.meltivore.com/2012/adding-windows-xp-media-center-to-a-domain/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:53:26 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=859</guid>
		<description><![CDATA[During another domain migration yesterday, I came across a Windows XP Media Center PC in the workplace. This is certainly common with small companies, especially when they&#8217;re bootstrapping. You buy what you can afford and that usually means Home and Media editions of Windows. Those work great for a small network, but of course can&#8217;t be added to [...]]]></description>
			<content:encoded><![CDATA[<p>During another domain migration yesterday, I came across a <a title="Windows XP Media Center Edition" href="http://en.wikipedia.org/wiki/Windows_XP_Media_Center_Edition" target="_blank">Windows XP Media Center</a> PC in the workplace. This is certainly common with small companies, especially when they&#8217;re <a title="Bootstrapping Your Startup" href="http://www.entrepreneur.com/article/55776" target="_blank">bootstrapping</a>. You buy what you can afford and that usually means Home and Media editions of Windows. Those work great for a small network, but of course can&#8217;t be added to a domain, at least Home can&#8217;t. Luckily Windows XP Media Center can be hacked into joining a domain, because unlike XP Home Edition, <a title="Windows XP MCE - No Upgrades" href="http://support.microsoft.com/kb/292607" target="_blank">it won&#8217;t upgrade to XP Professional</a>.</p>
<p>So here&#8217;s the hack:</p>
<ol>
<li>If you haven&#8217;t already, <a title="How to install the Recovery Console " href="http://support.microsoft.com/kb/307654" target="_blank">install the Windows Recovery Console</a> (you&#8217;ll need your Windows XP disk for this)</li>
<li>Boot into the <strong>Microsoft Windows Recovery Console</strong> when prompted
<ol>
<li>Select the proper OS (usually <strong>1</strong>) and enter the <strong>Administrator</strong> password (if prompted)</li>
</ol>
</li>
<li>Copy the SYSTEM registry hive to C:\ <strong><span style="color: #800000;">copy c:\windows\system32\config\SYSTEM c:\</span></strong></li>
<li>Type <strong><span style="color: #800000;">exit</span></strong> and boot into your Windows XP Media Center system as an administrator</li>
<li>Open Registry Editor (<strong>Start</strong> &gt; <strong>Run&#8230;</strong> type <strong>regedit</strong>, click <strong>OK</strong>
<ol>
<li>Highlight <strong>HKEY_LOCAL_MACHINE</strong></li>
<li>Click <strong>File</strong> &gt; <strong>Load Hive&#8230;</strong></li>
<li>Browse and select <span style="color: #800000;">C:\SYSTEM</span></li>
<li>Enter your <strong><em>PC-name</em></strong> or anything really</li>
<li>Drill down to <strong>HKEY_LOCAL_MACHINE\<span style="color: #800000;"><em><span style="color: #000000;">PC-name</span></em></span>\WPA\MedCtrUpg</strong></li>
<li>Change the <strong>IsLegacyMCE</strong> key in the right pane to the number <strong>1</strong> (default is 0)</li>
<li>Highlight the <strong><em>PC-name</em></strong> under <strong>HKEY_LOCAL_MACHINE</strong> and click <strong>File</strong> &gt; <strong>Unload Hive&#8230;</strong>, click <strong>Yes</strong></li>
</ol>
</li>
<li>Reboot into the <strong>Microsoft Windows Recovery Console</strong> as in step 2
<ol>
<li>Copy the SYSTEM registry hive back <strong><span style="color: #800000;">copy c:\SYSTEM c:\winsows\system32\config\system</span></strong> enter <span style="color: #000000;"><strong>Y </strong></span>to overwrite</li>
<li>Rename the old SYSTEM hive on C:\ <span style="color: #800000;"><strong>ren c:\SYSTEM SYSTEM_old</strong></span></li>
<li>Type <strong><span style="color: #800000;">exit</span></strong> and reboot back into your Windows XP Media Center system as an administrator</li>
</ol>
</li>
<li>Now you should be able to add the system to the domain</li>
<li><em>Optional: delete c:\SYSTEM_old and </em><a title="Changing time for display of boot choices" href="http://vlaurie.com/computers2/Articles/bootini.htm" target="_blank"><em>change the boot selection time</em></a><em> from 30 seconds to 2 or 3 (now that the Recovery Console has been added)</em></li>
</ol>
<p>Thanks to Aaron Tiensivu, who&#8217;s <a title="Aaron Tiensivu's Blog Archive" href="http://blog.tiensivu.com/aaron/archives/29-Join-a-domain-with-Windows-Media-Center-Edition.html" target="_blank">article</a> helped me yesterday. I decided to make an abridged post here since I&#8217;m getting annoyed at having to find this hack every time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/adding-windows-xp-media-center-to-a-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Windows Settings for SSD</title>
		<link>http://www.meltivore.com/2012/optimize-windows-settings-for-ssd/</link>
		<comments>http://www.meltivore.com/2012/optimize-windows-settings-for-ssd/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 21:03:26 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=745</guid>
		<description><![CDATA[So you got a shiny new SSD for your Windows system. As you may or may not know, there is only a finite number of writes to each sector before it becomes unusable, eventually causing the disk to be unusable. So what can you go to make sure it lasts as long as it can? I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>So you got a shiny new SSD for your Windows system. As you may or may not know, there is only a <a title="SSD Endurance (and more)" href="http://www.storagesearch.com/ssd-jargon.html" target="_blank">finite number of writes</a> to each sector before it becomes unusable, eventually causing the disk to be unusable.</p>
<p>So what can you go to make sure it lasts as long as it can? I&#8217;ve gathered a few tips from around the web to help.</p>
<ul>
<li><a title="Stop paging!" href="http://techgage.com/article/disabling_windows_pagefile_hibernation_to_reclaim_ssd_space/" target="_blank">Go without a pagefile</a> (if you have at least 2GB of RAM)</li>
<li><a title="Turn off auto-defrag" href="http://malektips.com/vista-disable-automatic-defragmenter.html" target="_blank">Disable automatic disk defragmentation</a> (only Vista and Win 7)</li>
<li><a title="Same page as Going w/o a Pagefile" href="http://techgage.com/article/disabling_windows_pagefile_hibernation_to_reclaim_ssd_space/" target="_blank">Turn off hibernation</a></li>
<li><a title="Turning off prefetching (all Win versions)" href="http://www.tomshardware.com/forum/19542-45-turn-prefetch" target="_blank">Put a halt to prefetching</a></li>
<li>If this is a system with two drives move the location of your <a title="Move your Temp directory (all Windows versions)" href="http://www.ghacks.net/2007/07/11/speed-up-windows-by-moving-the-temp-folder/" target="_blank">Temp directory path</a> (and<a title="Move the Pagefile (all Windows versions)" href="http://windowsdevcenter.com/pub/a/windows/2004/04/27/pagefile.html" target="_blank"> move the pagefile</a> rather than disabling it as above).</li>
</ul>
<p>Versions after Windows XP actually do make some changes to optimize, but it doesn&#8217;t hurt to check. And have fun with your new found (or bought) speed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2012/optimize-windows-settings-for-ssd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMIC to the Rescue</title>
		<link>http://www.meltivore.com/2011/wmic-to-the-rescue/</link>
		<comments>http://www.meltivore.com/2011/wmic-to-the-rescue/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 21:21:14 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=529</guid>
		<description><![CDATA[A recent project had me trying to script the retrieval of the Dell Service Tag. Luckily there&#8217;s WMI Command-line to the rescue. From a command line or in a script wmic bios get serialnumber will display or grab the Dell Service Tag. Furthermore, you can use the WMI Command-line to retrieve all kinds of system data and even make [...]]]></description>
			<content:encoded><![CDATA[<p>A recent project had me trying to script the retrieval of the Dell Service Tag. Luckily there&#8217;s <a title="WMIC Info" href="http://technet.microsoft.com/en-us/library/bb742610.aspx" target="_blank">WMI Command-line</a> to the rescue.</p>
<p>From a command line or in a script <strong><em>wmic bios get serialnumber</em></strong> will display or grab the Dell Service Tag.</p>
<p>Furthermore, you can use the WMI Command-line to retrieve all kinds of system data and even make configuration changes. <a title="RVDW" href="http://www.robvanderwoude.com/" target="_blank">Rob van der Woude</a>&#8216;s great site on scripting has a great primer and examples on using WMIC. <a title="TechNet Magazine" href="http://technet.microsoft.com/en-us/magazine/default.aspx" target="_blank">TechNet Magazine</a> also has a <a title="WMIC for System Info" href="http://technet.microsoft.com/en-us/magazine/2006.09.wmidata.aspx" target="_blank">very useful article</a> on gathering system data using WMIC in your environment.</p>
<p>Finally, checkout the <a title="WMI Admin Tools Download" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=24045" target="_blank">WMI Admin Tools</a> pack. It contains more than I want to type about here, but it gives you the ability to browse the various objects, classes and properties, plus a custom event viewer and much more. Check it out and make your (administrative) life better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2011/wmic-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft offers Security Essentials to (very) Small Businesses</title>
		<link>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/</link>
		<comments>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 21:45:00 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=464</guid>
		<description><![CDATA[Since Microsoft announced its own anti-malware product, Microsoft Security Essenstials, back in late 2008, the product has been steadily getting better. When asked what I use for anti-virus, I always answer MSE or AVG Free. Both cost my favorite price, free, and are well regarded in the security community. The big news of course, is [...]]]></description>
			<content:encoded><![CDATA[<p>Since Microsoft announced its own anti-malware product, <a title="Microsoft Security Essentials" href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essenstials</a>, back in <a title="New MS Security Software" href="http://www.microsoft.com/Presspass/press/2008/nov08/11-18NoCostSecurityPR.mspx" target="_blank">late 2008</a>, the product has been steadily getting better. When asked what I use for anti-virus, I always answer <a title="Microsoft Security Essentials" href="http://www.microsoft.com/security_essentials/" target="_blank">MSE</a> or <a title="AVG Free" href="http://free.avg.com" target="_blank">AVG Free</a>.</p>
<p>Both cost my favorite price, free, and are <a title="PC Advisor" href="http://www.pcadvisor.co.uk/news/index.cfm?newsid=3209444" target="_blank">well regarded in the security community</a>.</p>
<p>The <a title="MSE News" href="http://community.winsupersite.com/blogs/paul/archive/2010/09/22/microsoft-to-expand-free-security-to-very-small-businesses.aspx" target="_blank">big news</a> of course, is that MSE is now free to small businesses with 10 or less PCs. I&#8217;ve actually been recommending it to smaller businesses for a while and now they&#8217;ll be in compliance. (Now if only it was okay for servers&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/microsoft-offers-security-essentials-to-very-small-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paychex Preview Upgrade to Mapped Drive</title>
		<link>http://www.meltivore.com/2010/paychex-preview-upgrade-to-mapped-drive/</link>
		<comments>http://www.meltivore.com/2010/paychex-preview-upgrade-to-mapped-drive/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:14:43 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=453</guid>
		<description><![CDATA[This was actually too simple, but unless you speak with support, how is one to know? I was recently tasked with upgrading a server installation of Paychex Preview software, which according to documentation cannot be done on the host server, it has to be upgraded from one of the workstations via mapped drive. It seemed simple [...]]]></description>
			<content:encoded><![CDATA[<p>This was actually too simple, but unless you speak with support, how is one to know?</p>
<p>I was recently tasked with upgrading a server installation of <a title="Paychex Preview Payroll Software" href="http://largebusiness.paychex.com/payroll/preview.aspx" target="_blank">Paychex Preview</a> software, which according to documentation cannot be done on the host server, it has to be upgraded from one of the workstations via mapped drive. It seemed simple enough, until the point of the install &#8220;wizard&#8221; where it prompts for installation directory. It listed <strong>C:\RAPID</strong>, and had a dropdown menu so I could choose one of the mapped drives; but instead of listing mapped drives it only offered the local <strong>C:\</strong> drive. No problem, the instructions on the screen said reboot if it doesn&#8217;t list your mapped drive. Wait a few minutes for the reboot&#8230; and no good, just <strong>C:\RAPID</strong> again; time to call support.</p>
<p>After starting a <a title="WebEx Remote Support" href="http://www.webex.com/product-overview/support-center/remote-support.html" target="_blank">WebEx</a> session, so the tech could see what I was saying was true, we copied the <strong>RAPID</strong> directory from the mapped drive to <strong>C:\</strong>, then ran the Paychex Preview software upgrade on<strong> C:\RAPID</strong>. When the upgrade was complete, it was just a copy and replace over the <strong>RAPID</strong> directory on the mapped drive and the deed was done. Oh yeah, don&#8217;t forget to run <strong>WS_Setup.exe</strong> from each workstation to create appropriate shortcuts to the mapped drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/paychex-preview-upgrade-to-mapped-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Printer Offline</title>
		<link>http://www.meltivore.com/2010/network-printer-offline/</link>
		<comments>http://www.meltivore.com/2010/network-printer-offline/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 06:10:18 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=423</guid>
		<description><![CDATA[Yesterday I was at a client site where everyone prints directly to the printers, rather than sharing via a print server. One of the PCs kept showing a printer as offline, even though everyone else was printing to it. From the PC you could ping the printer and even browse to the builtin web server [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was at a client site where everyone prints directly to the printers, rather than sharing via a print server. One of the PCs kept showing a printer as offline, even though everyone else was printing to it. From the PC you could ping the printer and even browse to the builtin web server to see that it was low on cyan.</p>
<p>After chewing on this for quite a while, I found the issue: a checkbox on the Ports tab &#8220;SNMP Status Enabled&#8221;, which when checked (along with SNMP turned off on the print device) will result in the printer being listed as Offline. Once the box was unchecked, it was back online and the customer was back to printing once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/network-printer-offline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Control Panel Applets from Command Line</title>
		<link>http://www.meltivore.com/2009/control-panel-applets-from-command-line/</link>
		<comments>http://www.meltivore.com/2009/control-panel-applets-from-command-line/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:51:44 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=380</guid>
		<description><![CDATA[One of my customers doesn&#8217;t allow user accounts to be in the local Administrators group,  something I wish more companies would do. In fact over 90% of infections could be stopped by not logging in as an administrator; but I&#8217;ll save that &#8220;soapbox&#8221; topic for another post. Many times I need to change settings or [...]]]></description>
			<content:encoded><![CDATA[<p>One of my customers doesn&#8217;t allow user accounts to be in the local Administrators group,  something I wish more companies would do. In fact over 90% of infections could be stopped by not logging in as an administrator; but I&#8217;ll save that &#8220;soapbox&#8221; <a title="Don't run as admin" href="http://www.computerworld.com/s/article/9127318/Removing_admin_rights_stymies_92_of_Microsoft_s_bugs?source=rss_news" target="_blank">topic</a> for another post.</p>
<p>Many times I need to change settings or install/remove software on someones PC without logging them out of the system, in which case I will go to %windir%\system32, shift+right-click CMD.exe and choose <a title="Run As..." href="http://support.microsoft.com/kb/305780" target="_blank">Run As&#8230;</a></p>
<p>Once I&#8217;ve opened a Command window with an account in the administrators group, I can start the Services <a title="Microsoft Management Console" href="http://en.wikipedia.org/wiki/Microsoft_Management_Console" target="_blank">MMC</a> (services.msc), Device Manager (devmgmt.msc) or Computer Manager (compmgmt.msc), plus many more useful consoles from the command line. Often times I need to remove software or make a change to network settings which involves Control Panel Applets. These also can be run at the command-line (or Run&#8230; prompt if you&#8217;re already logged in as an administrator), some of my favs are listed below.</p>
<p>Appwiz.cpl &#8211; Add/Remove Programs (or Programs and Features in Vista or Windows 7)<br />
Ncpa.cpl &#8211; Network Connections (for changing IPs and DNS)<br />
Powercfg.cpl &#8211; Power Options (perhaps for turning off Standby or enabling the Performance setting)<br />
Sysdm.cpl &#8211; System Properties (lots to find here: Remote Desktop, Pagefile, System Restore settings, etc.)<br />
Wscui.cpl &#8211; Security Center (change Automatic Updating, the Firewall and Malware monitoring)</p>
<p>Want more? Check out the <a title="List of Windows Control Panel Applets" href="http://en.wikipedia.org/wiki/List_of_Control_Panel_applets_%28Windows%29" target="_blank">Wiki page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/control-panel-applets-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Free Utilities</title>
		<link>http://www.meltivore.com/2009/three-free-utilities/</link>
		<comments>http://www.meltivore.com/2009/three-free-utilities/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:02:29 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=301</guid>
		<description><![CDATA[Everyone carries around a USB drive these days with a variety of utilities, these three have been very useful in the recent past. CPU-Z &#8211; A great utility to find out what kind of memory is installed in a system. This is especially useful when a system is a plain box with out a service [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone carries around a USB drive these days with a variety of utilities, these three have been very useful in the recent past.</p>
<p><a title="CPU-Z" href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z</a> &#8211; A great utility to find out what kind of memory is installed in a system. This is especially useful when a system is a plain box with out a service tag or serial number.  And it&#8217;s <em>really</em> annoying to open a box only to find the memory is without a label.</p>
<p><a title="MJB" href="http://www.magicaljellybean.com/" target="_blank">Magic Jelly Bean</a> &#8211; This little gem has been in my toolbox for a long time. It grabs the key codes for popular software installed on a system (Adobe, VMWare, Office) including the OS. This is very useful if you have a disk, but lost your installation key or have lots of keys and don&#8217;t know which ones were used on a particular system.</p>
<p><a title="Wireless Key Recovery" href="http://www.nirsoft.net/utils/wireless_key.html" target="_blank">Wireless Key View</a> - And finally, this tool grabs the WPA/WEP wireless key(s) from a Windows system (must be using the built-in Windows wireless utility) when you can&#8217;t see the actual text or log into your wireless router.</p>
<p>And while you&#8217;re visiting these sites, check out the other free software they have. You&#8217;ll have your 32GB thumb drive filled up in no time ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/three-free-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Released</title>
		<link>http://www.meltivore.com/2009/internet-explorer-8-released/</link>
		<comments>http://www.meltivore.com/2009/internet-explorer-8-released/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:52:42 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=271</guid>
		<description><![CDATA[Internet Explorer 8 was released today. I&#8217;m sure it&#8217;s already been downloaded a billion times already, but you can get it here. My first impressions have been favorable. I&#8217;ve been using Slim Browser for quite some time, but it still uses the IE7 engine and the performance has been lackluster as of late. I&#8217;ve stuck [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 8 was released today. I&#8217;m sure it&#8217;s already been downloaded a billion times already, but you can get it <a title="IE 8 Downloads" href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">here</a>.</p>
<p>My first impressions have been favorable. I&#8217;ve been using Slim Browser for quite some time, but it still uses the IE7 engine and the performance has been lackluster as of late. I&#8217;ve stuck with Slim Browser over the last couple of years due to features like double-clicking tabs to close sites and not having multiple browser windows open when going from an internal to external site. These items seem to have been addressed in IE8 and so far I&#8217;m impressed with speed and functionality. Try it out (Windows users) it&#8217;s free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/internet-explorer-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lose the Shutdown Event Tracker</title>
		<link>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/</link>
		<comments>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 08:01:56 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=247</guid>
		<description><![CDATA[This tip has been around for a while, but I think it&#8217;s still worth sharing due to its possibly high annoyance factor. On a production machine, I consider the Shutdown Event Tracker worthwhile, especially in environments with multiple administrators. When in a lab situation or testing environment, this prompt before shutdown gets old quickly.  To [...]]]></description>
			<content:encoded><![CDATA[<p>This tip has been around for a while, but I think it&#8217;s still worth sharing due to its possibly high annoyance factor.</p>
<p>On a production machine, I consider the <a title="Shutdown Event Tracker" href="http://technet.microsoft.com/en-us/library/cc783475.aspx" target="_blank">Shutdown Event Tracker</a> worthwhile, especially in environments with multiple administrators. When in a lab situation or testing environment, this prompt before shutdown gets old quickly. </p>
<p>To change the setting go to <strong>Start</strong> &gt; <strong>Run…</strong>, type <strong>gpedit.msc</strong> and press <strong>OK</strong>.</p>
<p>Drill down: <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong> and highlight <strong>System</strong>. In the right pane, double-click the “<strong>Display Shutdown Event Tracker</strong>” and choose <strong>Disabled</strong>.</p>
<p>You&#8217;re done, no more need for a reason to shutdown the system. (BTW, this tip works with Windows Server 2003 and you can even <strong><em>enable</em></strong> the Shutdown Event Tracker for Windows 7, Vista and XP.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/lose-the-shutdown-event-tracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

