<?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>Technibble &#187; Microsoft</title>
	<atom:link href="http://www.technibble.com/categories/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technibble.com</link>
	<description>A Resource for Computer Repair Technicians &#38; to get PC tech support help.</description>
	<lastBuildDate>Fri, 19 Mar 2010 14:49:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>In The Trenches &#8211; Troubleshooting a Blue Screen of Death</title>
		<link>http://www.technibble.com/troublehooting-a-blue-screen-of-death/</link>
		<comments>http://www.technibble.com/troublehooting-a-blue-screen-of-death/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:44:34 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[On the Job]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=4117</guid>
		<description><![CDATA[Today while I was onsite, I came across a laptop that was getting a Blue Screen of Death (BSOD) every single time it started Windows. In this article, I&#8217;ll show you how I troubleshooted and solved this particular problem using two past &#8220;Repair Tools of the Week&#8221;.




When booted, this computer would show the Windows XP [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/troublehooting-a-blue-screen-of-death/">In The Trenches &#8211; Troubleshooting a Blue Screen of Death</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today while I was onsite, I came across a laptop that was getting a Blue Screen of Death (BSOD) every single time it started Windows. In this article, I&#8217;ll show you how I troubleshooted and solved this particular problem using two past &#8220;Repair Tools of the Week&#8221;.<br />
<span id="more-4117"></span><br />
<div class="ad-content">
<a href="http://www.technibble.com/rotator/ad.php?token=37"><img src="http://www.technibble.com/rotator/ad.jpg?token=37" /></a>
</div><br />
When booted, this computer would show the Windows XP logo , show the cursor for a second and then suddenly produced a Blue Screen of Death with the following message:</p>
<blockquote><p>IRQL_NOT_LESS_OR_EQUAL<br />
STOP: 0&#215;1000000a (0&#215;49df8170, 0&#215;00000002, 0&#215;00000000, 0&#215;804d9afa)
</p></blockquote>
<p><a href="http://www.technibble.com/articlecontent/2009/11/bsoddriver.gif"><img src="http://www.technibble.com/articlecontent/2009/11/bsoddriver-219x104.gif" alt="BSOD IRQL_NOT_LESS_OR_EQUAL" title="BSOD IRQL_NOT_LESS_OR_EQUAL" width="219" height="104" class="alignnone size-thumbnail wp-image-4118" /></a></p>
<p>In most cases, &#8220;IRQL_NOT_LESS_OR_EQUAL&#8221; either means an incompatible or corrupt driver or bad RAM. I know this from past experience but don&#8217;t be afraid to Google it because you cant remember everything.<br />
I was obviously unable to do anything further now that the computer had BSOD&#8217;d so I rebooted it and tried to see whether I could get into safe mode and luckily for me, I could. This strengthened the argument that this blue screen is probably due to a corrupt or incompatible driver since Windows doesn&#8217;t load many drivers in Safe Mode and bad RAM would probably continue to cause problems even in Safe Mode.</p>
<p>This job was made a little tougher because due to the maximum resolution of the screen I was working on, the information that tells me what driver caused the blue screen was either cut off or simply not there. </p>
<p>So, I loaded the tool <a href="http://www.technibble.com/bluescreenview-repair-tool-of-the-week/">BlueScreenView</a> which we have featured as a Repair Tool of the Week in the past and it showed me all of the previous Windows crash dumps this computer has generated and the information they contain.</p>
<p><a href="http://www.technibble.com/articlecontent/2009/11/bsoddriver21.gif"><img src="http://www.technibble.com/articlecontent/2009/11/bsoddriver21-220x158.gif" alt="BSOD Driver" title="BSOD Driver" width="220" height="158" class="alignnone size-thumbnail wp-image-4122" /></a></p>
<p>I chose the most recent crash dump and in the lower pane the application had highlighted the two files that caused the crash. One was &#8220;ntoskrnl.exe&#8221; which is a key system file. The other one was &#8220;w22n51.sys&#8221; which is an Intel wireless network driver and is most likely the cause of our problem.</p>
<p>Armed with this new knowledge, I closed BlueScreenView and opened up another tool we have featured here called <a href="http://www.technibble.com/repair-tool-of-the-week-autoruns/">Autoruns</a>. Autoruns will show the operator all of the files that will start with Windows such as services, applications and of course &#8211; drivers.<br />
I went to the &#8220;Drivers&#8221; tab and scrolled down until found the offending wireless driver and deselected it. This way, it will no longer load when Windows starts and hopefully not cause a blue screen of death. </p>
<p><a href="http://www.technibble.com/articlecontent/2009/11/bsoddriver3.gif"><img src="http://www.technibble.com/articlecontent/2009/11/bsoddriver3-220x158.gif" alt="BSOD Driver" title="BSOD Driver" width="220" height="158" class="alignnone size-thumbnail wp-image-4124" /></a></p>
<p>I actually tried to uninstall these Intel wireless drivers from within safe mode using the &#8220;Add/Remove Programs&#8221; section. However, the uninstaller makes use of the &#8220;Windows Installer&#8221; service which doesn&#8217;t run in safe mode and while you can do a little registry tweak to get it running (which I tried), it still wouldn&#8217;t uninstall.</p>
<p>I rebooted into normal Windows and it powered up to the desktop without any problems now that the offending driver no longer loads up. I went back into &#8220;Add/Remove Programs&#8221; and removed the old drivers in the proper manner (now that I could) and rebooted the computer. </p>
<p>I then visited the laptop manufacturers site using its wired connection and downloaded the latest wireless drivers for the computer which were about 3 years newer than the previous drivers. My guess was that either the driver had become corrupted or a new Windows update was incompatible with it. In either case, reinstalling the drivers should fix the corruption or perhaps the manufacturer has fixed the compatibly problem in the last 3 years..</p>
<p>Once I installed the new drivers, I connected the laptop to the clients wireless network and browsed around a few websites. Everything seemed to work and I rebooted again for good measure (should the current drivers also cause a BSOD) and everything seems to be working fine. I rebooted the computer once more and ran Memtest86 (which is on <a href="http://www.technibble.com/ubcd/">UBCD</a>) for about 5 minutes to be <em>certain</em> it wasn&#8217;t caused by bad RAM. Memtest86+ will read and write to the RAM to find problems and while a proper test should be run for hours, I have found that most RAM that is bad enough to stop Windows from booting will fail the test within the first 5 minutes. </p>
<p>After 5 minutes, I was confident that the issue was definitely the wireless driver and not the RAM.<br />
I was happy, the client was happy, so I got paid and went back to the office. The End.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/troublehooting-a-blue-screen-of-death/">In The Trenches &#8211; Troubleshooting a Blue Screen of Death</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/troublehooting-a-blue-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Working With Small Business Server 2008</title>
		<link>http://www.technibble.com/working-with-small-business-server-2008/</link>
		<comments>http://www.technibble.com/working-with-small-business-server-2008/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 03:35:10 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=3840</guid>
		<description><![CDATA[Guest Post by Justin. Justin is a small business owner and computer technician with Protocol16, supporting small and mid-sized businesses as well as consumers in the metro area of Portland, Oregon. 
It’s not secret that business customers bring in more money than residential. But, in order to win over some businesses, you need to be [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/working-with-small-business-server-2008/">Working With Small Business Server 2008</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Guest Post by Justin. Justin is a small business owner and computer technician with <a href="http://www.protocol16.com/">Protocol16</a>, supporting small and mid-sized businesses as well as consumers in the metro area of Portland, Oregon. </strong></p>
<p>It’s not secret that business customers bring in more money than residential. But, in order to win over some businesses, you need to be familiar with some of the operating systems they use. For larger shops and those with Enterprise level experience, this is second nature. For those stating out, however, it can be something that scares even the most seasoned small-time business owner.<br />
<span id="more-3840"></span><br />
<!--adsense--><br />
<strong>What Is A Server?</strong><br />
A lot of people hear “Server” and instantly freeze. They see it as some scary thing that’s super-expensive and something to stay away from. Most servers that small shop owners will work on will be of the Small Business Server (SBS) variety. While small, these stinkers are powerful by having a handful of applications pre-installed. For the purpose of being modern and updated, I’ll focus on SBS 2008. Here are the two (2) versions of SBS 2008 and their default software packages:</p>
<ul>
<li>SBS 2008 Standard Edition: Contains the following software packages as a pre-installation, 1 wizard, install: Exchange, SharePoint WSS &#038; IIS, Forefront Security for Exchange and Office Live Small Biz.</li>
<li>SBS 2008 Premium Edition: Contains everything from above, but also has SQL Server 2008, Standard Edition for small businesses.</li>
</ul>
<p>In my experience, nearly all small businesses will use SBS 2008, Standard Edition (at least those that use SBS). Although, there are a few companies here and there that use database driven applications or custom-coded applications inside MSFT Access, you typically won&#8217;t see Premium.</p>
<p>SBS is typically not used by the larger end of mid-sized businesses since it will only support up to 75 users. With that many users on one SBS Server, you&#8217;ll probably receive complaints of the server being slow.</p>
<p><strong>Requirements</strong><br />
The requirements for SBS 2008 are pretty cut and dry:</p>
<ul>
<li>Processor: x64 Single-Core 2GHz or higher OR a Dual-Core 1.5GHz or faster.</li>
<li>Memory: 4GB, at the minimum</li>
<li>Disk Space: 60GB in whatever configuration you like.</li>
</ul>
<p>For actual business use, I’ve learned over the years that the best thing to do is build up an 80GB (or so) partition for the OS to use, in a RAID 1 configuration. All the storage for applications and such should be stored some type of redundant drive configuration like RAID 5 or 10. Your primary goal in this type of configuration is to ensure that the OS has no problems. Your secondary goal is to ensure that your data and storage remains in-tact, but in a faster RAID set for better access. It is always recommended to use Hardware RAID with a battery backup, if you’re custom-building a server for a client.</p>
<p>To test out installs, if you’d like to practice on a decent, but inexpensive server, I’d recommend going with a barebone server off one of the online retailer websites. I put together a dual, Quad-Core XEON server with one 80GB array for the OS and 1 300GB RAID 10 array for data and 12GB of memory for about $1200, a year ago. But, a decent 64-bit home computer will work as well.</p>
<p><strong>Installing SBS 2008</strong><br />
So, now we know what SBS 2008 can do, we know what hardware it runs on, but what about installing it? Some may think that it’s just like installing Server 2008 Standard, which is a bit like installing Vista. It’s not…</p>
<p>SBS 2008 does something out of the box that other Server installs doesn’t. It’s sets up all the programs and Active Directory, all during the initial install. There are two methods to this:</p>
<ul>
<li>Attended install. This means that you walk your way through the install process, answering all the questions and prompts, all while clicking “Next” over and over again while it installs.</li>
<li>Unattended install, with answer file. If you install these servers often, you may want to use this option. It allows you to create the responses to the prompts so that you don’t have to click Next over and over again. You can mix the Unattended, but keep the prompts as well &#8211; this is called creating an Answer File. You are required to create an Answer File if you are joining the SBS server to an existing Domain.</li>
</ul>
<p>There is a downfall to the “install everything at once” option. It’s VERY hard to change the domain name, computer name and other options after you have set the server up, due to the amount of programs installed. It is highly recommended that you have your client think of what they want the domain and computer name to be before you start the install since clients can be picky about what to name the domain and computer. It is also recommended that you print off the screen with the domain and computer name so you can have the client <strong>sign off</strong> on the options since it’s so hard to change the info. It’s so hard to change these options, in fact, that Microsoft pretty much says it can’t be done.</p>
<p>The other thing is, after everything is installed, be prepared for that smokin’ fast server to turn into a slow-as-molasses server. You’ve got to remember that all those applications need to start-up and initialize when Windows starts up. I’ve seen some servers take as long as 20 minutes to do a full restart. This can be very painful when you’re troubleshooting and need to perform many restarts. Fortunately, Windows 2008 requires less restarts than Server 2003 – in most instances. But, at the same time, you need to let your client know why the server can seem slow at times otherwise they can assume that it&#8217;s broke and you broke it.</p>
<p><strong>But Wait, There&#8217;s More</strong><br />
I could go on to show you each step and each program, but are other stories for later. If you’re interested in working on servers, I’d recommend that you at least get yourself a cheaper Enterprise Class server to get familiar with the hardware aspect. For software, look into the Microsoft Technet subscription where you can get licensed programs for testing and learning. These two options can help you fill the downtime in your shop to enhance your offerings to clients.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/working-with-small-business-server-2008/">Working With Small Business Server 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/working-with-small-business-server-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Technibble Readers, Lets Talk to the Microsoft Developers</title>
		<link>http://www.technibble.com/technibble-readers-lets-talk-to-the-microsoft-developers/</link>
		<comments>http://www.technibble.com/technibble-readers-lets-talk-to-the-microsoft-developers/#comments</comments>
		<pubDate>Fri, 15 May 2009 15:45:35 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=2814</guid>
		<description><![CDATA[I recently received an email from a company called M80 that is working with Microsoft to help promote Windows 7. The email said:
&#8220;They’ve [Microsoft] created a new site to support Windows 7 and are offering IT  professionals a candid look into the product decisions they’ve made, as well as genuine insight from the engineers [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/technibble-readers-lets-talk-to-the-microsoft-developers/">Technibble Readers, Lets Talk to the Microsoft Developers</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently received an email from a company called M80 that is working with Microsoft to help promote Windows 7. The email said:</p>
<p><em>&#8220;They’ve [Microsoft] created a new site to support Windows 7 and are offering IT  professionals a candid look into the product decisions they’ve made, as well as genuine insight from the engineers themselves. The site will serve as an entirely new forum for Microsoft to interact with the community and actively join the conversation surrounding Windows 7. They’re looking to hear any opinions, answer any questions, and get some real insight from their users on how to make Windows 7 as good as possible. &#8220;</em></p>
<p>At the moment, the website is mostly being used as an advertising tool for Windows 7 where IT Professionals and Microsoft developers talk about how great Windows 7 is. Personally, I am not interested in seeing the commercials but what I am interested in is giving Technicians like ourselves who have seen the worst of Windows, the ability to give the Microsoft developers some feedback on Windows 7 and help make it a better product.<br />
<span id="more-2814"></span><br />
<!--adsense--><br />
There are a handful of videos on the site you can watch and once you select the &#8220;Watch Video&#8221; link of a certain person, you are able to post a comment directly to that person. I have been looking at the past comments are they are responding to them.</p>
<p>The people you would want to listen to and leave feedback for are:</p>
<p>Gabriel Aui &#8211; Microsoft, Director of Program Management<br />
Sharif Farag &#8211; Microsoft, Senior Lead Program Manager<br />
Jon Deveau &#8211; Microsoft, Senior VP Core Operating System<br />
Mark Russinovich &#8211; Microsoft, Technical Fellow.</p>
<p>So, if you have tried Windows 7 (and if you haven&#8217;t, you can download the release candidate from <a href="http://technet.microsoft.com/en-au/evalcenter/dd353205.aspx?ITPID=wcfeed">here</a>), watch their videos and leave some feedback. The whole intention of this site and the reason why I was contacted is for them to <em>&#8220;hear any opinions, answer any questions, and get some real insight from their users on how to make Windows 7 as good as possible.&#8221;</em>. So lets give them just that.  </p>
<p>Of course, post intelligently and respectfully as if they were paying you to professionally consult for them. </p>
<p>The sites URL is: <a href="http://www.TalkingAboutWindows.com">http://www.TalkingAboutWindows.com</a></p>
<p>The site requires the Microsoft Silverlight plugin to run (Microsoft&#8217;s equivalent to Flash)</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/technibble-readers-lets-talk-to-the-microsoft-developers/">Technibble Readers, Lets Talk to the Microsoft Developers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/technibble-readers-lets-talk-to-the-microsoft-developers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Clients with Pirate Software: Should We Do Anything About It?</title>
		<link>http://www.technibble.com/customers-with-pirate-software/</link>
		<comments>http://www.technibble.com/customers-with-pirate-software/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:34:09 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Work Smart]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=2760</guid>
		<description><![CDATA[If you spend any decent amount of time working on clients machines (especially residential ones), it wont take you long until you encounter a computer with pirate software on it. This can sometimes be just a few applications like Microsoft Office or Adobe Photoshop; or the whole operating system itself.
The question was raised in the [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/customers-with-pirate-software/">Clients with Pirate Software: Should We Do Anything About It?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you spend any decent amount of time working on clients machines (especially residential ones), it wont take you long until you encounter a computer with pirate software on it. This can sometimes be just a few applications like Microsoft Office or Adobe Photoshop; or the whole operating system itself.</p>
<p>The question was raised in the Technibble forums about how should we deal with computers that have pirate software on them and there were many different answers. Some said they will flat out refuse to work on a computer that has pirate software on it. Others said its none of our business what a client does with their own machine and will work on it anyway.</p>
<p>Some said they will tell the client that they have pirated software to make them aware of it, but not lecture. Others will recommend freeware alternatives in their place.</p>
<p>Another issue is, what if your competitor is installing pirate copies of Windows on the computers he is selling? Should you report them since they have the price advantage and leave yourself open to revenge tactics? or just let them kill themselves off as more customers find out their copies of Windows are pirate and cannot use them once Windows Genuine Advantage is installed?</p>
<p><strong>What would you do? Would you flat out refuse to work on the machine? Turn a blind eye? Tell them and work on it anyway? Is it our responsibility to tell the client?</p>
<p>How would you deal with a competitor who was selling computers with pirated copies of Windows? Drop us a comment.</strong></p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/customers-with-pirate-software/">Clients with Pirate Software: Should We Do Anything About It?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/customers-with-pirate-software/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Understanding the Different Windows XP Licenses</title>
		<link>http://www.technibble.com/understanding-the-different-windows-xp-licenses/</link>
		<comments>http://www.technibble.com/understanding-the-different-windows-xp-licenses/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 11:29:28 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=2527</guid>
		<description><![CDATA[In a recent article I talked about the essential skills needed for basic residential computer repair work and one of the skills I mentioned was understanding Windows Licensing.
I touched on the topic a little bit in an old article about how to determine what type of license key/cd you have but didn&#8217;t go into it [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/understanding-the-different-windows-xp-licenses/">Understanding the Different Windows XP Licenses</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In a recent article I talked about the <a href="http://www.technibble.com/essential-skills-for-basic-residential-computer-repair-work/">essential skills needed for basic residential computer repair work</a> and one of the skills I mentioned was understanding Windows Licensing.</p>
<p>I touched on the topic a little bit in an old article about <a href="http://www.technibble.com/how-to-tell-what-type-of-windows-xp-cd-or-license-key-you-have/">how to determine what type of license key/cd you have</a> but didn&#8217;t go into it very deeply. In this article, I will tell you the differences between each Windows XP license in greater detail.<br />
<span id="more-2527"></span><br />
<strong>OEM (Original Equipment Manufacturer)</strong><br />
OEM licenses for Windows XP are generally cheaper to buy than the retail version but OEM&#8217;s must be sold in conjunction with <em>internal</em> computer hardware. Typically, you will see OEM copies of Windows XP sold with new computers.<br />
OEM copies usually come in a flat, shrink wrapped paper CD holder with a cardboard backing and will say something like <em>&#8220;Only for distribution with a new PC&#8221;</em> on it. Additionally, OEM versions are intended to be supported by the system manufacturer rather than Microsoft.</p>
<p>Do not sell OEM copies of XP without internal hardware like a motherboard or hard drive. Microsoft do pursue this and often bait computer businesses so they can fine them. </p>
<p>A OEM copy of Windows XP will only accept OEM Windows license keys.</p>
<p><strong>Branded</strong><br />
If the disk is branded with a brand name like HP, Compaq or Dell it is most likely a OEM copy. The Windows XP case will say something like <em>&#8220;For use on new (brand name) computers only&#8221;</em> and the license sticker will usually have the brand name of the manufacturer on it. Other than the visual differences on the CD, license sticker and the &#8220;<a href="http://www.technibble.com/how-to-brand-windows/">System Properties</a>&#8221; area of the computer; They are identical to OEM copies.</p>
<p><strong>Retail</strong><br />
<!--adsense-->There are two licences for Retail versions of Windows XP. One is &#8220;Upgrade&#8221; and the other is &#8220;Full Purchase Product (FPP)&#8221;.<br />
Retail versions of Windows XP are often sold at big box computer stores where anyone can buy one off the shelf. The Full Purchase Product usually cost more than OEM versions and you usually don&#8217;t get a sticker to put on the computer case. Instead, they provide a sticker remains on the Windows XP CD case. Microsoft only provides 90 days of support for the retail version.</p>
<p>To use the &#8220;Upgrade&#8221; version, you must have a working version of Windows to upgrade from. For XP Home it can only be Windows 98, 98 Second Edition or Millennium Edition. For XP Professional it can only be Windows 98, 98 SE, ME, NT or 2000 Professional.</p>
<p>A Windows XP OEM CD key will not work with a Retail CD and vice versa.</p>
<p><strong>Volume License</strong><br />
Volume License versions of Windows XP are provided to businesses under a purchase agreement with Microsoft. Volume Licenses use &#8220;Volume License Keys (VLK)&#8221; and provide the ability to use a single key for multiple systems and it does not require activation for each computer. </p>
<p>Of course, this lead to mass piracy and most pirate versions you will find are most likely be a Volume License version. However, when installing Service Pack 1 or Service Pack 2, it checks your license against a known database of pirate Volume License keys and will not install the service pack if it detects the key to be pirate.</p>
<p>There are three Volume License flavors: Open License, Select License and Enterprise Agreement. You can be an Open License customer with as few as 5 licenses. Select and Enterprise require at least 250 desktops each.</p>
<p>There are versions of Windows XP that are known as a &#8220;Corporate Licenses&#8221;. These still fall under the same rules as a Volume License.<br />
I have heard that Corporate Licenses needs to be activated once, but only once. Meaning you must activate it on the first computer you install it on, but you can then install it on hundreds more without activation. However, I haven&#8217;t been able to confirm this.</p>
<p>Volume License keys are not interchangeable with Retail or OEM versions of Windows XP.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/understanding-the-different-windows-xp-licenses/">Understanding the Different Windows XP Licenses</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/understanding-the-different-windows-xp-licenses/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>An Easy Way to Create a Virtual Machine</title>
		<link>http://www.technibble.com/an-easy-way-to-create-a-virtual-machine/</link>
		<comments>http://www.technibble.com/an-easy-way-to-create-a-virtual-machine/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 09:40:43 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=1896</guid>
		<description><![CDATA[In one of my video podcasts, I showed the viewers how to remove a virus without the use of a virus scanner.
To demonstrate this, I obviously didn&#8217;t want to infect my own computer. While I could have used a test computer as a sacrificial goat but I don&#8217;t want to have to install XP every [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/an-easy-way-to-create-a-virtual-machine/">An Easy Way to Create a Virtual Machine</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In one of my video podcasts, I showed the viewers <a href="http://www.technibble.com/video-podcast-how-to-remove-a-virus-without-an-antivirus-scanner/">how to remove a virus without the use of a virus scanner</a>.<br />
To demonstrate this, I obviously didn&#8217;t want to infect my own computer. While I could have used a test computer as a sacrificial goat but I don&#8217;t want to have to install XP every time I want to test something. So, I used something called a &#8220;Virtual Machine&#8221;.</p>
<p>In this article, I&#8217;ll show you an easy way to create your own virtual machine.<br />
<span id="more-1896"></span><br />
A Virtual machine software is an application that emulates real hardware. A software based test PC if you will. This allows me to install Windows XP as I normally would on a real PC, but within the virtual machine software. Basically, I could run a copy of Windows XP inside my main Windows XP install that I use day to day.</p>
<p>To create a virtual machine, we need to install a Virtual Machine Player. There is a great free one called &#8220;VM Ware Player&#8221; which you can download <a href="http://www.vmware.com/download/player/">here</a> (or <a href="http://download3.vmware.com/software/vmplayer/VMware-player-2.5.1-126130.exe">here</a> if you want to skip the survey stuff, but it may be an older version).</p>
<p>Once you have downloaded and installed the player we need to create a virtual machine environment. You can easily do this by visiting <a href="http://www.easyvmx.com/supersimple.shtml">EasyVMX.com</a>.</p>
<p>Once at the <a href="http://www.easyvmx.com/supersimple.shtml">Easy VMX site</a>, we need to fill in some options. For this example I am going to create a Windows Vista virtual machine that I can run within my Windows XP.</p>
<p><strong>Step 1 &#8211; Virtual Machine Name</strong><br />
I am going to set my virtual machine name as &#8220;Vista&#8221;. You can call it whatever you want but for simplicity&#8217;s sake, I&#8217;m going to just call mine Vista.<br />
<img class="alignnone size-full wp-image-1903" title="Naming the Virtual Machine" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step1.gif" alt="Naming the Virtual Machine" width="425" height="25" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 2 &#8211; Choose an Operating System</strong><br />
Now I need to choose what operating system I am going to install from the list. As you can see there are many different operating systems that you can install. In this case, I will choose the 32bit version of Vista.<br />
<img class="alignnone size-full wp-image-1904" title="Choosing an Operating system" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step2.gif" alt="Choosing an Operating system" width="484" height="24" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 3 &#8211; Virtual Machine Memory Size</strong><br />
<!--adsense-->Now we need to choose the Virtual machines memory size. This is basically setting how much RAM your emulated hardware has. This setting will use up your real RAM so since my real machine has 2 gigs of RAM, I&#8217;m going to allocate 1 gig to my virtual machine.<br />
Keep in mind, although this virtual machine is emulating hardware, the fake hardware must meet the system requirements of what you are installing. In this example, 1 gig should still be enough for Vista.<br />
<img class="alignnone size-full wp-image-1905" title="Setting the Virtual Machine memory size" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step3.gif" alt="Setting the Virtual Machine memory size" width="372" height="24" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 4 &#8211; Virtual Machine Disk Size</strong><br />
Now we need to choose the virtual machine disk size. This is how big the emulated operating system&#8217;s hard drive will be. If I set this to 12 gig and I installed Vista, Vista will show a 12 gig harddrive in the &#8220;My Computer&#8221; area. As I said before, the emulated machine must meet the system requirements of what you are installing. Vista requires 7 gig or more so I am going to choose 12 gig which will be enough to install Vista and also give us a little breathing room. Remember, if you use 12gig of space in your virtual machine, it will use 12gig of space on your real machine.<br />
<img class="alignnone size-full wp-image-1906" title="Setting the Virtual Machine hard disk size" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step4.gif" alt="Setting the Virtual Machine hard disk size" width="419" height="24" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 5 &#8211; Mount ISO (optional)</strong><br />
This part is optional. It allows you to make the virtual machine think you have a CD in the drive when it is really just an ISO. If you want to run an ISO, put the ISO file in the same location the files you are about to download are going to be and put in the files name like &#8220;VistaCD.iso&#8221;</p>
<p>If you don&#8217;t fill in this part, the Virtual Machine will use your real CD rom as a boot device to check for a bootable CD and if you have a real Vista CD in there, it&#8217;ll start the installation process.<br />
<img class="alignnone size-full wp-image-1907" title="Choosing an ISO (optional)" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step5.gif" alt="Choosing an ISO (optional)" width="414" height="43" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 6 &#8211; Create Virtual Machine</strong><br />
Your setup should look something like this:</p>
<p><img title="EasyVMX Layout" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-1-large.gif" alt="EasyVMX Layout" width="525" height="591" align="center" /></p>
<p>Once your done, click the &#8220;Create Virtual Machine&#8221; button and it&#8217;ll take you to the next page where there is a download link for your virtual machine. Save it somewhere you&#8217;ll remember and extract the file.</p>
<p><img class="alignnone size-full wp-image-1908" title="Downloading the Virtual Machine" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step6.gif" alt="Downloading the Virtual Machine" width="162" height="53" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 7 &#8211; Launch Your Virtual Machine</strong><br />
Double click on the .VMX file and your virtual machine environment will launch. You can also open VMWare Player, go to Open and navigate to the VMX file. If you have a CD in your drive or if you specified an ISO file earlier it&#8217;ll try to launch off that. In this example, I&#8217;m using a physical Vista CD.<br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Step 8 &#8211; Installing an OS</strong><br />
If the Operating Systems CD is bootable, it should have been detected during bootup. If you are installing XP you&#8217;ll need to click on the VMWare screen to bring it to focus and press a button on the keyboard when it says <em>&#8220;Press any key to boot from CD or DVD..&#8221;</em> (or something similar). On my Vista install, I didn&#8217;t need to click anything.</p>
<p>It started up and begun the installation process. As you can see, the installer sees a 12 gig drive that I specified earlier so I click Next and let it go though the install process.<br />
<img class="alignnone size-full wp-image-1916" title="Virtual Machine sees a 12 gig drive" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step8-1.jpg" alt="Virtual Machine sees a 12 gig drive" width="572" height="465" /><br />
</p>
<p>&nbsp;</p>
<p></p>
<p><strong>Finished!</strong><br />
Now we have a Vista virtual machine. That&#8217;s all there is to it.<br />
If you like, make a copy of the virtual machine folder to keep as a clean version. That way, you can install viruses and all sorts of things and then when you are done, delete the virus ridden one and make a copy of the clean one.</p>
<p><img class="alignnone size-full wp-image-1918" title="Running Vista within XP via Virtual Machine" src="http://www.technibble.com/articlecontent/2009/01/virtual-machine-step8-2.jpg" alt="Running Vista within XP via Virtual Machine" width="572" height="459" /></p>
<p>Be sure to shut down the virtual machine OS properly because if you just close VMWare Player, it leaves a massive hibernation file on the hard drive.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/an-easy-way-to-create-a-virtual-machine/">An Easy Way to Create a Virtual Machine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/an-easy-way-to-create-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Almost Eliminate the Need To Google</title>
		<link>http://www.technibble.com/almost-eliminate-the-need-to-google/</link>
		<comments>http://www.technibble.com/almost-eliminate-the-need-to-google/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:43:13 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Work Smart]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=1418</guid>
		<description><![CDATA[For the last few weeks I have been posting the tools in my arsenal and there is another one I would like to mention. Its a book called Upgrading and Repairing PCs by Scott Meuller. The book is the reference guide for computer technicians that covers the fine details of the inner workings of a [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/almost-eliminate-the-need-to-google/">Almost Eliminate the Need To Google</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FUpgrading-Repairing-PCs-18th%2Fdp%2F0789736977%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1223875833%26sr%3D8-1&#038;tag=animeforumsco-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325"><img src="http://www.technibble.com/articlecontent/2008/10/upgrading-repairing-pcs.gif" alt="Upgrading and Repairing PCs" title="Upgrading and Repairing PCs" width="210" height="256" align="right" /></a>For the last few weeks I have been posting the tools in my arsenal and there is another one I would like to mention. Its a book called <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FUpgrading-Repairing-PCs-18th%2Fdp%2F0789736977%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1223875833%26sr%3D8-1&#038;tag=animeforumsco-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Upgrading and Repairing PCs</a><img src="http://www.assoc-amazon.com/e/ir?t=animeforumsco-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Scott Meuller. The book is <em>the</em> reference guide for computer technicians that covers the fine details of the inner workings of a computer. I think that Steve from the <a href="http://www.podnutz.com">Podnutz</a> podcast put it best: &#8220;[the] book almost removes a reason to Google&#8221;.</p>
<p>I currently own an older edition and still refer to it regularly. The editions are updated every couple of years and the most recent edition has added the following:</p>
<ul>
<li>Deep coverage of the new Core 2 (8th gen or &#8220;886&#8243;) processors, featuring the new &#8220;Core Microarchitecture&#8221;</li>
<li>Cutting edge coverage of quad-core desktop (Kentsfield) processor versions</li>
<li>Detailed coverage of AMD’s Socket AM2 processors</li>
<li>Coverage of evolutionary changes in chipsets, including new versions of Intel&#8217;s 9xx series chipsets and new 3x series Intel chipsets; coverage of new chipsets from Nvidia, VIA, and SiS has also been added</li>
<li>Coverage of the new DTX and Mini-DTX motherboard form factors from the newly formed alliance between AMD and ATI</li>
<li>Beefed-up coverage of Blu-ray and HD-DVD drives/players</li>
<li>Extensive coverage of new GPUs in addition to heavy-duty coverage of SLI and Crossfire</li>
<li>Building a PC from scratch&#8211;from assembling the hardware to BIOS setup and installing Microsoft Windows XP or Vista</li>
</ul>
<p>If you are a computer technician you need this book. You can get it over at <strong><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FUpgrading-Repairing-PCs-18th%2Fdp%2F0789736977%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1223875833%26sr%3D8-1&#038;tag=animeforumsco-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Amazon for $37.79</a></strong>.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/almost-eliminate-the-need-to-google/">Almost Eliminate the Need To Google</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/almost-eliminate-the-need-to-google/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How To Fix The Windows Registry Hive Error</title>
		<link>http://www.technibble.com/how-to-fix-windows-registry-hive/</link>
		<comments>http://www.technibble.com/how-to-fix-windows-registry-hive/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:25:26 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[On the Job]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=1192</guid>
		<description><![CDATA[Most techs with a few years of experience under their belt have probably come across the Windows XP corrupted registry hive problem at some point in their career. When it happens, Windows wont start and will present one of these messages:

Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
Windows XP [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/how-to-fix-windows-registry-hive/">How To Fix The Windows Registry Hive Error</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Most techs with a few years of experience under their belt have probably come across the Windows XP corrupted registry hive problem at some point in their career. When it happens, Windows wont start and will present one of these messages:</p>
<ul>
<li>Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM</li>
<li>Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SOFTWARE</li>
<li>Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file): \SystemRoot\System32\Config\SOFTWARE or its log or alternate</li>
</ul>
<p>In most cases, Safe mode wont work either. The <a href="http://support.microsoft.com/kb/307545">uniform approach</a> to fixing this is by getting into the Windows XP repair console and manually replacing the file with the copy that was created when the system was first installed. However, any software or drivers (depending on whether it was SOFTWARE or SYSTEM that failed) that was installed after that point may not work since the registries for them hadnt been installed back then.</p>
<p>Here is my method that I have been using to fix this. It reverts the registry to only a few days earlier rather than back to when Windows was first installed.<br />
<span id="more-1192"></span><br />
<!--adsense-->Note: You will need access to a working computer to create a boot CD. You will also need a fairly good knowledge of computers, BIOS and registry editing in order to do this. This article is aimed towards computer technicians.</p>
<p>1. If you don&#8217;t have it already, download UBCD4Win using one of the <a href="http://www.ubcd4win.com/downloads.htm">mirrors here</a>. If you do already have it on a CD, skip to step 3.</p>
<p>To run it, create an ISO and burn it to CD you can read the <a href="http://www.ubcd4win.com/howto.htm">instructions here</a>. I wont write the instructions here because the ones on the previous link are better and this article is more targeted at computer technicians and most of them already have this CD.</p>
<p>2. Once the CD has been created, goto the BIOS and make sure your CDRom is set as the first boot device. Start up the computer with UBCD4Win in the CDRom and you will have some boot options. Choose the &#8220;Launch The Ultimate Boot CD for Windows&#8221; option.</p>
<p>It will take a few minutes to load fully, but when it does you should see a Windows XP like interface like in the picture below:</p>
<p><a href='http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-11.jpg'><img src="http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-11-220x165.jpg" alt="" title="automatic-reboot-ubcd-11" width="220" height="165" class="alignnone size-thumbnail wp-image-963" /></a></p>
<p>3. In the UBCD4Win interface, goto Start > Programs > Registry Tools > Registry Restore Wizard.</p>
<p>4.The program will then ask you which Windows registry you want to repair. In most cases, it&#8217;ll be C:\Windows. Choose the copy of Windows you want to repair and press Next.<br />
<a href='http://www.technibble.com/articlecontent/2008/08/hiverepair-1.gif'><img src="http://www.technibble.com/articlecontent/2008/08/hiverepair-1.gif" alt="Repairing Windows Hive: Select Windows Install" title="Repairing Windows Registry Hive: Select Windows Install" width="352" height="290" class="alignnone size-medium wp-image-1193" /></a></p>
<p>5. Choose &#8220;Fix the system registry to that of a previous state&#8221; and Press Next.<br />
<a href='http://www.technibble.com/articlecontent/2008/08/hiverepair-2.gif'><img src="http://www.technibble.com/articlecontent/2008/08/hiverepair-2.gif" alt="Repairing the Windows Registry Hive" title="Repairing the Windows Registry Hive" class="alignnone size-thumbnail wp-image-1194" /></a></p>
<p>6. You should now see a list registry restore points. Choose one with a date a few days before the issue first occured.<br />
<a href='http://www.technibble.com/articlecontent/2008/08/hiverepair-3.gif'><img src="http://www.technibble.com/articlecontent/2008/08/hiverepair-3.gif" alt="Repairing Windows Registry Hive" title="Repairing Windows Registry Hive" width="350" height="290" class="alignnone size-medium wp-image-1195" /></a></p>
<p>7. Wait a few seconds for it to restore the registry. Press Finish and restart the computer. The issue should now be fixed. If not, it may be a sign of a greater issue like hard drive damage.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/how-to-fix-windows-registry-hive/">How To Fix The Windows Registry Hive Error</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/how-to-fix-windows-registry-hive/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Windows XP Service Pack 3 Resources for Computer Technicians</title>
		<link>http://www.technibble.com/windows-xp-service-pack-3-resources-for-computer-technicians/</link>
		<comments>http://www.technibble.com/windows-xp-service-pack-3-resources-for-computer-technicians/#comments</comments>
		<pubDate>Sat, 17 May 2008 05:04:42 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=1020</guid>
		<description><![CDATA[As most computer technicians should know by now, Windows XP Service Pack 3 has been available via Windows update since the 6th of may so enough time has passed for people to install it and some problems to arise. This article contains information that all computer technicians should know about Windows XP Service Pack 3 [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/windows-xp-service-pack-3-resources-for-computer-technicians/">Windows XP Service Pack 3 Resources for Computer Technicians</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As most computer technicians should know by now, Windows XP Service Pack 3 has been available via Windows update since the 6th of may so enough time has passed for people to install it and some problems to arise. This article contains information that all computer technicians should know about Windows XP Service Pack 3 including what SP3 fixes, whats new, important information and some known problems and solutions.<br />
<span id="more-1020"></span><br />
<strong>Whats New in SP3</strong><br />
Service Pack 3 adds a few new features to Windows XP but the main focus was for it to be a collection of past updates in one package and include some small bug fixes.</p>
<p><strong>The new features are:</strong></p>
<p><!--adsense-->Product-Keyless Install Option &#8211; Similar to the Windows Vista installer, you now have the option to <em>not</em> enter the product key when installing the operating system.</p>
<p>&#8220;Black Hole&#8221; Router Detection Algorithm &#8211; XP gains the ability to detect and ignore network routers that incorrectly drop packets. This too, is a Vista feature.</p>
<p>Network Access Protection Compatibility &#8211; This feature allows Windows XP to interact with the NAP feature in Windows Server 2008.</p>
<p>Kernal Mode Cryptographics Module &#8211; According to Microsoft, this is a new kernel module that &#8220;encapsulates several different cryptographic algorithms&#8221;.</p>
<p>CredSSP Security Service Provider &#8211; Enables an application to delegate the users credentials from the Client to target Server.</p>
<p>Descriptive Security Options User Interface- The Security Options control panel in SP3 now has more descriptive text to explain the settings and prevent incorrect configuration.</p>
<p>Enhanced Security for Administrator and Service policy entries- In System Center Essentials under SP3, Administrator and Service entries will be present by default on any new instance of policy.</p>
<p><strong>What has been taken out:</strong><br />
Due to legal issues, the option for the address bar in the taskbar has been removed. However, there is a third party application to bring it back which you can <a href="http://www.muvenum.com/downloads/freeware/muvenumaddressbarsetup.exe">download here</a>.</p>
<p><strong>What fixes are included in XP SP3:</strong><br />
Microsoft has posted a big list of all the fixes that are included in Service Pack 3 which you can <a href="http://support.microsoft.com/kb/946480/">see here</a>.<br />
However, SP3 does not contain any security updates for Windows Media Player 10.</p>
<p><strong>Downloading Service Pack 3:</strong></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&#038;displaylang=en%22Windows%20XP%20Service%20Pack%203%20stand-alone%20image">Windows XP Service Pack 3 stand-alone version</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D811F258-C95F-479A-BDF1-0D1154D700A5&#038;displaylang=en">Windows XP Service Pack 3 Checked Build Network Installation Package</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D3F8F6AB-84F1-4095-8709-DF509B1BEE22&#038;displaylang=en">Windows XP Service Pack 3 MUI Pack Update</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2FCDE6CE-B5FB-4488-8C50-FE22559D164E&#038;displaylang=en">Windows XP Service Pack 3 CD Image (iso)</a></p>
<p><strong>Important information you should know:</strong></p>
<p><font color="red">SP3 is for x86 editions of Windows XP only.</font> The 64 bit versions of Windows XP were serviced by the Windows Server 2003 SP2 update which you can <a href="http://technet.microsoft.com/en-us/windowsserver/bb229701.aspx">obtain here</a>.</p>
<p>SP3 is cumulative, so you can install SP3 on top of Windows XP SP1 or SP2.</p>
<p>SP3 will run on any edition of Windows XP SP1 or SP2. This includes Media Center Edition. The only exceptions are embedded editions of Windows XP.</p>
<p>SP3 is deployable using Microsoft Systems Management Server 2003, Microsoft System Center Configuration Manager 2007 or many third party solutions since the process has not fundamentally changed.</p>
<p>SP3 is slipstream-able.</p>
<p><strong>Windows XP Problems &#038; Solutions</strong></p>
<p>One of the members on the <a href="http://www.technibble.com/forums/">Technibble forums</a> started a great thread for Service Pack 3 problems and solutions which you can <a href="http://www.technibble.com/forums/showthread.php?t=2429">check out here</a>.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/windows-xp-service-pack-3-resources-for-computer-technicians/">Windows XP Service Pack 3 Resources for Computer Technicians</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/windows-xp-service-pack-3-resources-for-computer-technicians/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Disable Automatic Restart For BSOD If You Are Unable To Get Into Windows</title>
		<link>http://www.technibble.com/how-to-disable-automatic-restart-for-bsod-if-you-are-unable-to-get-into-windows/</link>
		<comments>http://www.technibble.com/how-to-disable-automatic-restart-for-bsod-if-you-are-unable-to-get-into-windows/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 13:39:52 +0000</pubDate>
		<dc:creator>Bryce Whitty</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[On the Job]]></category>

		<guid isPermaLink="false">http://www.technibble.com/?p=1205</guid>
		<description><![CDATA[The other day I came across a clients computer that was getting the infamous Blue Screen of Death (aka BSOD). However, since the computer had the &#8220;Automatically Restart if the event of a bluescreen&#8221; option switched on, the system would restart and the blue screen disappear too quickly for me to read. Most technicians will [...]<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/how-to-disable-automatic-restart-for-bsod-if-you-are-unable-to-get-into-windows/">How To Disable Automatic Restart For BSOD If You Are Unable To Get Into Windows</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The other day I came across a clients computer that was getting the infamous Blue Screen of Death (aka BSOD). However, since the computer had the &#8220;Automatically Restart if the event of a bluescreen&#8221; option switched on, the system would restart and the blue screen disappear too quickly for me to read. Most technicians will just go into Safe Mode and switch this off, but what if you cant get into Safe Mode? What happens if the option to &#8220;Disable Automatic Restart&#8221; doesn&#8217;t show in the F8 menu either?<br />
I had this happen to me and I found a way around it. Read on.<br />
<span id="more-22"></span><br />
<!--adsense-->For those of you who aren&#8217;t familiar with the blue screen of death. It is a screen that shows up when Windows has a critical failure. It has messages of what went wrong with the computer and can greatly help technicians figure out what is causing the error.</p>
<p>Anyway, most of the time this &#8220;automatically restart&#8221; option isn&#8217;t a problem for computer technicians because we can just log into Windows Safe Mode (F8) and turn it off by doing the following:</p>
<p>Right Click on &#8220;My Computer&#8221; and goto &#8220;Properties&#8221;. Then goto the &#8220;Advanced&#8221; tab and under the headline &#8220;Startup and Recovery&#8221;, press the &#8220;Settings&#8221; button. Untick the &#8220;Automatically Restart&#8221; box and press Ok.</p>
<p>However, in this instance Safe Mode wouldn&#8217;t start up either. In most cases if you press F8 after a BSOD crash you will have the option &#8220;Disable Automatic Restart&#8221;. I wasn&#8217;t getting that either. So here is my way to turn off Automatic Restart.</p>
<p>Note: You will need access to a working computer to do these steps. You will also need a fairly good knowledge of computers, BIOS and registry editing in order to do this. This article is aimed towards computer technicians.</p>
<p>1. If you don&#8217;t have it already, download UBCD4Win using one of the <a href="http://www.ubcd4win.com/downloads.htm">mirrors here</a>. To run it, create an ISO and burn it to CD you can read the <a href="http://www.ubcd4win.com/howto.htm">instructions here</a>. I wont write the instructions here because the ones on the previous link are better and this article is more targeted at computer technicians and most of them already have this CD.</p>
<p>2. Once the CD has been created, goto the BIOS and make sure your CDRom is set as the first boot device. Start up the computer with UBCD4Win in the CDRom and you will have some boot options. Choose the &#8220;Launch The Ultimate Boot CD for Windows&#8221; option.</p>
<p>It will take a few minutes to load fully, but when it does you should see a Windows XP like interface like in the picture below:</p>
<p><a href='http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-11.jpg'><img src="http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-11-220x165.jpg" alt="" title="automatic-reboot-ubcd-11" width="220" height="165" class="alignnone size-thumbnail wp-image-963" /></a></p>
<p>3. In the UBCD4Win interface, goto Start > Programs > Registry Tools > RegEdit(Remote)</p>
<p>4. The program will then ask &#8220;Do you wish to load remote user profile(s) for scanning?&#8221;. Choose Yes.</p>
<p>5. It will then ask you to &#8220;Select User Profile&#8221;. Choose the main user account. It may be &#8220;Administrator&#8221; or some other username (but not Local Service, NetworkService or systemprofile). In the instance of the screenshot below, its &#8220;Julia&#8221;.</p>
<p><a href='http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-2.jpg'><img src="http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-2-219x146.jpg" alt="" title="Disable Automatically Reboot apon Blue Screen of Death" width="219" height="146" class="alignnone size-thumbnail wp-image-964" /></a></p>
<p>6. Now you should see a Window named &#8220;Registry Editor&#8221; which is identical to the usual &#8220;regedit&#8221; under Windows. Navigate to the following key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl</p>
<p>7. In here you will find a key named &#8220;AutoReboot&#8221;. Double click on it to edit its DWORD Value and under &#8220;Value Data:&#8221; the current value should be 1, which means AutoReboot is turned on. Change this to 0 (which turns it off) and press OK.</p>
<p><a href='http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-3.jpg'><img src="http://www.technibble.com/articlecontent/2008/04/automatic-reboot-ubcd-3-220x165.jpg" alt="" title="Disable Automatic Reboot upon BSOD" width="220" height="165" class="alignnone size-thumbnail wp-image-965" /></a></p>
<p>8. Restart the machine and try and boot into the normal Windows mode. You should now see the blue screen of death. Write down the &#8220;STOP:&#8221; number and the error message. You can look for the solution up using Google or check out our article on <a href="http://www.technibble.com/troubleshooting-windows-stop-errors-what-they-mean-in-english/">common blue screen error messages</a>.</p>
<p>&copy; Technibble - A Resource for <a href="http://www.technibble.com">Computer Technicians</a> to start or improve their <a href="http://www.technibble.com">computer business</a><br />
To get started with your own computer business, check out our <a href="http://www.technibble.com/products/computer-business-kit/">Computer Business Kit</a>.

If you want to learn how to repair laptops, check out <a href="http://www.technibble.com/want-to-learn-how-to-fix-laptops-check-out-these-videos/#more-3786">these narrated, high definition videos</a>. These would pay for themselves in 1 repair job.<br/><br/><a href="http://www.technibble.com/how-to-disable-automatic-restart-for-bsod-if-you-are-unable-to-get-into-windows/">How To Disable Automatic Restart For BSOD If You Are Unable To Get Into Windows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technibble.com/how-to-disable-automatic-restart-for-bsod-if-you-are-unable-to-get-into-windows/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
