<?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>Tech Prognosis &#187; Windows</title>
	<atom:link href="http://blog.techprognosis.com/category/computer-operating-systems/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.techprognosis.com</link>
	<description>Allowing You to Focus on Work</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Fix Windows Update Error 0&#215;80070424</title>
		<link>http://blog.techprognosis.com/2011/07/11/how-to-fix-windows-update-error-0x80070424.html</link>
		<comments>http://blog.techprognosis.com/2011/07/11/how-to-fix-windows-update-error-0x80070424.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:53:53 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software Patches]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Error 80070424]]></category>
		<category><![CDATA[Windows Update Error 0x80070424]]></category>
		<category><![CDATA[WindowsUpdate_80070424]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1875</guid>
		<description><![CDATA[When you run the Windows Update service, you may sometimes discover that you are not able to install any windows updates or even use the windows update website. Instead, you get a message like: The website has encountered a problem and cannot display the page you are trying to view. The options provided below might [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-816 alignleft" style="margin-left: 8px; margin-right: 8px;" title="windows-logo" src="http://blog.techprognosis.com/wp-content/uploads/2009/07/windows-logo.jpg" alt="" width="97" height="85" />When you run the Windows Update service, you may sometimes discover that you are not able to install any windows updates or even use the windows update website. Instead, you get a message like:</p>
<blockquote><p>The website has encountered a problem and cannot display the page you are trying to view. The options provided below might help you solve the problem</p></blockquote>
<p>Then there is an <strong>error code 0&#215;80070424</strong>. It could also show up as error 80070424.</p>
<p>This could be a symptom of one or more of the following problems:<span id="more-1875"></span></p>
<ul>
<li><strong>The Automatic Updates feature is turned off</strong> in Security Center and you cannot turn this feature on.</li>
<li><strong>The Automatic Updates service is missing from the Services snap-in.</strong></li>
<li><strong>The registry is missing one or both of the following registry subkeys:</strong><br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_WUAUSERV</li>
</ul>
<p>What this simply means is that<strong> Windows thinks the update service does not exist on your computer</strong> either because it was accidentally de-registered or was not installed properly. So you get error 0&#215;80070424.</p>
<p>The fastest way to fix Windows Update Error 0&#215;80070424 is to re-register the Windows Update and Automatic Update services by running the following commands either using command prompt or the &#8220;Run&#8221; option.</p>
<p><strong>Option 1:</strong></p>
<ul>
<li>Go to Start&gt;Run</li>
<li>Type<strong> regsvr32 wuaueng.dll</strong></li>
<li>Click on OK wait a few seconds, then click on OK in the RegSvr32 dialog box.</li>
<li>Click on Start&gt;Run key in regedit then click on OK<br />
Navigate to:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv<br />
Look for a <strong>DeleteFlag</strong> value and, if it exists, right-click on it and select<br />
Delete.</li>
</ul>
<p><strong>Option 2:</strong></p>
<p>Open the command prompt, or the &#8220;<strong>Run</strong>&#8221; box and type, or cut and paste the following:</p>
<p><strong>%systemroot%\system32\regsvr32.exe %systemroot%\system32\wuaneng.dll</strong></p>
<p>This will register the Windows Update service and a dialog box should display to say the commands were executed successfully. You can then retry the Windows Update service again.</p>
<p>It may also help to make sure that required Windows Update services like the Background Intelligent Transfer Service, Windows Update and Workstation services are running. If they are not, start those services.</p>
<p><strong>To check and start required Windows Update services:</strong></p>
<ul>
<li>Click on Start, select &#8220;Run&#8221; and type in &#8220;<strong>Services.msc</strong>&#8220;. You may be prompted for an administrator password or confirmation.</li>
<li>In the Services dialog box, click Background Intelligent Transfer Service</li>
<li>Note the status of the selection. If it shows Stopped, right-click the service and click &#8220;Start&#8221;.</li>
</ul>
<p>Do the same for Windows Update and the Workstation services.</p>
<p>In some weird instances, when you look in the &#8220;Services&#8221; section under Administrative tools, the Windows Update service may not appear at all. If that is the case, see this <a href="http://go.microsoft.com/fwlink/?LinkId=153562">article</a> about installing the Windows Update agent.</p>
<p>Additionally, Microsoft has also made version 7.4.7600.226 of the Windows Update Agent available and you can get the files <a href="http://support.microsoft.com/kb/949104">here</a>.</p>
<p><strong>You must know which kind of processor platform</strong> (x86-based, x64-based, or Itanium-based) that you have. Most users have x86-based processors [http://support.microsoft.com/kb/949104]</p>
<p><strong>To learn which version of Windows that you are running</strong>, or to learn whether it is a 32-bit version or 64-bit version, open System Information (Msinfo32.exe). Then, review the value that is listed for System Type. To do this, follow these steps:</p>
<p><strong>Step 1:</strong><br />
Click Start, and then click Run, or click Start Search.<br />
Type msinfo32.exe, and then press ENTER.<br />
In System Information, review the value for System Type.<br />
For 32-bit editions of Windows, the System Type value is x86-based PC.<br />
For 64-bit editions of Windows, the System Type value is x64-based PC.</p>
<p><strong>Step 2:</strong><br />
Download Windows Update Agent for Windows Vista, Windows Server 2008, Windows XP, Windows Server 2003, and Windows 2000 Service Pack 4</p>
<p>To automatically obtain the latest Windows Update Agent,  we recommend that you visit the Windows Update Web site. When you visit this Web site, the latest version of the Windows Update Agent will automatically be installed. For Windows 7 and Vista, Windows Update is integrated with the Operating System and can be accessed through the Control Panel.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+To+Fix+Windows+Update+Error+0%C3%9780070424+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1875" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=How+To+Fix+Windows+Update+Error+0%C3%9780070424+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1875" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/07/11/how-to-fix-windows-update-error-0x80070424.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Windows 7 update error code 8007000D</title>
		<link>http://blog.techprognosis.com/2011/06/18/how-to-fix-windows-7-update-error-code-8007000d.html</link>
		<comments>http://blog.techprognosis.com/2011/06/18/how-to-fix-windows-7-update-error-code-8007000d.html#comments</comments>
		<pubDate>Sat, 18 Jun 2011 17:25:18 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software Patches]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[0x8007000D]]></category>
		<category><![CDATA[8007000D]]></category>
		<category><![CDATA[error code 8007000D]]></category>
		<category><![CDATA[Windows 7 update error code 8007000D]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1764</guid>
		<description><![CDATA[Recently, I have been having all kinds of problems with Windows update, especially after the release of Windows 7 SP1. One of the frustrating things about Windows errors is the silly &#8220;Get help with this error&#8221; message that tells you absolutely nothing about how to fix the errors. Rants aside, here&#8217;s how to fix one [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-787" style="margin-left: 8px; margin-right: 8px;" title="windows_7" src="http://blog.techprognosis.com/wp-content/uploads/2009/08/windows_7logo.jpg" alt="" width="106" height="100" />Recently, I have been having all kinds of problems with Windows update, especially after the release of Windows 7 SP1. One of the frustrating things about Windows errors is the silly &#8220;Get help with this error&#8221; message that tells you absolutely nothing about how to fix the errors. Rants aside, here&#8217;s how to fix one of those cryptic errors, specifically error code <strong>8007000D</strong> also represented by its hex variant <strong>0x8007000D</strong>.<span id="more-1764"></span><br />
Sometimes this error will read as ERROR_INVALID_DATA Suggestion: 8007000D. What it means is that there is some form of corruption in the SoftwareDistribution folder.</p>
<p>The simplest fix is to rename the folder at this location &#8220;%windir%/Softwaredistribution &#8211; normally, that should be Computer | C Drive | Windows |Softwaredistribution.</p>
<p><img class="aligncenter size-full wp-image-1768" title="tp_softdist" src="http://blog.techprognosis.com/wp-content/uploads/2011/06/tp_softdist.png" alt="" width="270" height="156" /></p>
<p>To be able to rename the folder, you should first stop the Window Update service like this:</p>
<ul>
<li>Make sure you are logged on as an Administrator</li>
<li>Stop the Windows Update service</li>
</ul>
<p>For the long-winded folks do this: Press the Start button | Control Panel | System and Security | Administrative Tools</p>
<p>Double click &#8220;Services&#8221;</p>
<p>For the shortcut-minded, go to Start | Run  or press the Windows logo + R on your keyboard and type <em>services.msc</em> in the &#8220;Open&#8221; box to access the services console:</p>
<p><img class="aligncenter size-full wp-image-1766" title="tp_winupdate" src="http://blog.techprognosis.com/wp-content/uploads/2011/06/tp_winupdate.png" alt="" width="350" height="216" /></p>
<ul>
<li>Scroll to and select the Windows Update service, then click the &#8220;Stop&#8221; button on top (see image). This will stop the Windows Update services and allow you to rename the folder.</li>
</ul>
<p>After renaming the folder, restart the Windows Update service and try updating your system again. The update service should recreate the SoftwareDistribution folder and repopulate it with update data including missing updates and you should be able to install updates. It worked for me but as usual, your experience may be different.</p>
<p><img class="aligncenter size-full wp-image-1767" title="tp_chkupdate" src="http://blog.techprognosis.com/wp-content/uploads/2011/06/tp_chkupdate.png" alt="" width="281" height="115" /></p>
<p>After installing the failed updates, check for updates again, and you will most like get a &#8220;No important updates available&#8221; message like the one above.</p>
<p>You could also try the <a title="System Update Readiness Tool" href="http://support.microsoft.com/kb/947821">System Update Readiness Tool</a> from Microsoft &#8211; this is normally installed by Windows update, but can be downloaded and installed manually.</p>
<p>The System Update Readiness Tool tries to resolve inconsistencies  in system resources like file data, registry data, in-memory data etc. which can develop &#8220;during the lifetime of the operating system&#8221;. These inconsistencies might be caused by various hardware failures or might be caused by software issues.</p>
<p>According to Microsoft, &#8220;In some cases, these inconsistencies can affect the Windows servicing store, and they can cause software updates not to work.&#8221; Bottom-line, such inconsistencies can mess up the Windows Update services and prevent your computer from installing updates.</p>
<p>The System Update Readiness Tool verifies the integrity of the following resources:</p>
<ul>
<li>Files that are located under the following directories:<br />
%SYSTEMROOT%\Servicing\Packages<br />
%SYSTEMROOT%\WinSxS\Manifests</li>
</ul>
<ul>
<li>Registry data that is located under the following registry subkeys:<br />
HKEY_LOCAL_MACHINE\Components<br />
HKEY_LOCAL_MACHINE\Schema<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing</li>
</ul>
<p>When the System Update Readiness Tool detects incorrect manifests, files, or registry data, it might replace the incorrect data with a corrected version.</p>
<p><strong>Shameless Plug:</strong></p>
<p>If you own a small business in the Austin area and have less than 20 employees, see how you can refresh your network without upfront or out-of-pocket cost <a title="Refresh Your Network with Upfront Cost" href="http://www.techprognosis.com/refresh">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Fix+Windows+7+update+error+code+8007000D+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1764" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Fix+Windows+7+update+error+code+8007000D+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1764" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/06/18/how-to-fix-windows-7-update-error-code-8007000d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Windows license locked&#8221;: Ransomware Targets Windows</title>
		<link>http://blog.techprognosis.com/2011/04/12/windows-license-locked-ransomware-targets-windows-users.html</link>
		<comments>http://blog.techprognosis.com/2011/04/12/windows-license-locked-ransomware-targets-windows-users.html#comments</comments>
		<pubDate>Tue, 12 Apr 2011 23:08:04 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[ransomware]]></category>
		<category><![CDATA[reactivate windows]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[windows license locked]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1456</guid>
		<description><![CDATA[&#8220;Windows license locked!&#8221; &#8220;This copy of Windows is locked. You may be a victim of fraud or there may be an internal system error&#8221; &#8211; malware message Mikko Hyppönen of F-Secure has warned of a new variant of what he calls &#8220;Ransomware&#8221; or ransom trojans. These are attacks by malware that takes a computer hostage [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1464 alignleft" style="margin-left: 8px; margin-right: 8px;" title="Ransomware_thumb" src="http://blog.techprognosis.com/wp-content/uploads/2011/04/Ransomware_thumb.jpg" alt="" width="102" height="83" />&#8220;<strong>Windows license locked!</strong>&#8221;<br />
&#8220;This copy of Windows is locked. You may be a victim of fraud or there may be an internal system error&#8221; &#8211; malware message</p>
<p>Mikko Hyppönen of F-Secure has <a href="http://www.f-secure.com/weblog/archives/00002139.html">warned</a> of a new variant of what he calls &#8220;Ransomware&#8221; or ransom trojans. These are attacks by malware that takes a computer hostage and then tries to extort a payment in return for returning control of the computer or its files to the owner. Sometimes, the malware will encrypt files (using AES &#8211; Advanced Encryption Standard, for example) until  some &#8220;ransom&#8221; is paid by buying a key to unlock the hostage computer. <span id="more-1456"></span></p>
<p>The attack tries to extort money from users by pretending to be Microsoft and convincing the victims to dial international telephone numbers to&#8221; reactivate&#8221; Windows. The initial stage of the attack displays a message claiming that Windows is &#8220;locked&#8221; and must be reactivated. At this stage, the victims are unable to boot their computers into normal or even safe mode.</p>
<p><img class="aligncenter size-full wp-image-1462" title="Randomware" src="http://blog.techprognosis.com/wp-content/uploads/2011/04/Randomware.jpg" alt="" width="508" height="414" /></p>
<p>&#8220;To regain control of the PC, users are told to reactivate Windows online or via a phone call. The former, however, is not available; a follow-up message instructs users to dial one of six telephone numbers, then enter a six-digit code to reactivate the operating system.&#8221; The telephone numbers actually lead to an automated call center where users are kept on hold for several minutes, racking up long-distance charges.</p>
<p><img class="aligncenter size-full wp-image-1463" title="ransom_Trojan2" src="http://blog.techprognosis.com/wp-content/uploads/2011/04/ransom_Trojan2.png" alt="" width="511" height="414" /></p>
<p>While  these numbers may look like generic service numbers, they aren&#8217;t.<br />
•  002392216368<br />
•  002392216469<br />
•  004525970180<br />
•  00261221000181<br />
•  00261221000183<br />
•  00881935211841</p>
<p>The numbers  go to various countries (&#8220;00&#8243; is the prefix for international dialing).  The countries are: <strong>São Tomé and Principe</strong> (239), <strong>Denmark</strong> (45), <strong>Madagascar</strong> (261) and <strong>Globalstar Mobile Satellite Service</strong> (8819).</p>
<p>The  trojan claims that the call is &#8220;free of charge&#8221; but it isn&#8217;t, and the  trojan author will earn money from the call via a technique known as <strong>short stopping</strong>. This method involves rogue phone operators who route the expensive calls to cheaper countries.</p>
<p>After three minutes or so, the caller is given this unlock code: <strong>1351236</strong> and the unlock code appears to be the same every time the number is called. Mikko believes that this number will unlock any affected computer. As he put it, &#8220;I hate the idea of paying money to these clowns, just enter that code.&#8221;</p>
<p>He explains that it is a pretty clever bit of social engineering and that some victims may never even realize that they&#8217;ve been scammed. The scammers make money through &#8220;short stopping,&#8221; or the practice of billing a call at a rate higher than the actual destination.</p>
<p>F-Secure detect this trojan as <strong> Trojan.Generic.KDV.153863</strong> (with a hash of md5: 9a6f87b4be79d0090944c198a68012b6).</p>
<p>You can watch Mikko&#8217;s video of the malware <a title="Ransomware Video" href="http://blog.techprognosis.com/videos">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=%E2%80%9CWindows+license+locked%E2%80%9D%3A+Ransomware+Targets+Windows+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1456" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=%E2%80%9CWindows+license+locked%E2%80%9D%3A+Ransomware+Targets+Windows+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1456" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/04/12/windows-license-locked-ransomware-targets-windows-users.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 SP1 Nightmare</title>
		<link>http://blog.techprognosis.com/2011/02/25/windows-7-sp1-nightmare.html</link>
		<comments>http://blog.techprognosis.com/2011/02/25/windows-7-sp1-nightmare.html#comments</comments>
		<pubDate>Sat, 26 Feb 2011 00:55:09 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[Windows 2008 SP1 and Error 80070057]]></category>
		<category><![CDATA[Windows 7 SP1]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1139</guid>
		<description><![CDATA[So Microsoft recently released Service Pack 1 for Window 7 and Windows Server 2008 R2. Knowing that I will soon be getting calls to update computers, I decided to give SP1 a spin. I have attempted to install SP1 on three computers so far without much luck. First, using automatic update did not work. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.techprognosis.com/2011/02/25/windows-7-sp1-nightmare.html"><img class="alignleft size-full wp-image-1140" style="margin-left: 8px; margin-right: 8px;" title="windows7" src="http://blog.techprognosis.com/wp-content/uploads/2011/02/windows7.jpg" alt="" width="86" height="86" /></a>So Microsoft recently released <a title="Windows 7 SP1" href="http://windows.microsoft.com/en-US/windows7/learn-how-to-install-windows-7-service-pack-1-sp1">Service Pack 1 for Window 7</a> and Windows Server 2008 R2. Knowing that I will soon be getting calls to update computers, I decided to give SP1 a spin. I have attempted to install SP1 on three computers so far without much luck. First, using automatic update did not work. The download always got stuck at 90 or 91 percent complete.<span id="more-1139"></span></p>
<p>One computer sat there for a whole day at 91 percent. I opened the SoftwareDistribution\Download folder and noticed multiple sub-folders with anywhere from 384MB to 548MB of content and judging by the time stamp, it looked like multiple iterations of Windows aborting and restarting the SP1 download. I booted into safe mode and cleaned out the download folder and restarted the update with the same result. I then downloaded the 2GB combo file from Microsoft Download Center and tried that with no luck. The thing just sits there at &#8220;Installing Service Pack for Microsoft Windows (KB976932). One laptop has fallen victim because it got too hot and I had to turn it off. Long story short, I am re-installing Windows on that laptop.</p>
<p>Windows server 2008 R2 did not fare better as it kept throwing up error 80070057. Turning off WinHTTP Web Proxy Auto-Discovery Service did not resolve the 80070057 error. It was the same pattern as the Windows 7 issue &#8211; download will go up to 90-91 percent and crap out.</p>
<p>We&#8217;ve been waiting for SP1 for almost a year now and it&#8217;s a little surprising that there is not much to be happy about with this SP release. Obviously, if you are on a large network, this Service Pack demands thorough testing and cautious release to production. Even small business and home users should hold off on trying to update to this service pack until the kinks are worked out.</p>
<p>And for good measure, keep in mind that the failed or aborted update will completely hose the  system restore files. For example, on one of the computers that had the stalled download, going to system restore has this scary message  &#8220;No restore points have been created on your computer&#8217;s system drive&#8221;.</p>
<p>One good things I must say is that Microsoft did not make this an automatic installation. Users have to manually select it in Windows update, at least for now. Also, there are lot of stories of successful updates so it could be an issue of slow downloads, time-out etc.</p>
<p>&nbsp;</p>
<p>Update:</p>
<p>It looks like some antivirus software could be affecting the successful installation of Windows 7 SP1. In my test with three AV software &#8211; Microsoft Security Essentials, AVG 2011 Free and Comodo Internet Security, I had to completely remove AVG before I could do anything. The computer was so slow, I almost dashed it against the wall. After uninstalling AVG, it became Hussein Bolt. The one with MSE installed without a hitch &#8211; go figure. The computer with Comodo took a while, but it went well also.</p>
<p>On another computer, I kept getting &#8220;error 80080100&#8243; and had to run repair aka &#8220;upgrade&#8221; on Windows 7 before I could install service pack 1.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+SP1+Nightmare+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1139" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+SP1+Nightmare+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1139" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/02/25/windows-7-sp1-nightmare.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Reset A Windows Server 2008 Domain Password</title>
		<link>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html</link>
		<comments>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html#comments</comments>
		<pubDate>Sun, 20 Feb 2011 00:26:17 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Domain Password]]></category>
		<category><![CDATA[Forgot Windows Server 2008 Password]]></category>
		<category><![CDATA[Linux Livecd]]></category>
		<category><![CDATA[Reset Windows Domain Admin Password]]></category>
		<category><![CDATA[Reset Windows Server 2008 Password]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1101</guid>
		<description><![CDATA[I recently got a desperate call from a friend I helped to set up a domain running Windows server 2008. Apparently, something happened and nobody could log on to the server. My first thought was password expiration so I told them to just log on as domain admin and reset the passwords of the affected [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html"><img class="alignleft size-full wp-image-1107" style="margin-left: 8px; margin-right: 8px;" title="head_scratcher2" src="http://blog.techprognosis.com/wp-content/uploads/2011/02/head_scratcher2.png" alt="" width="89" height="144" /></a>I recently got a desperate call from a friend I helped to set up a domain running Windows server 2008. Apparently, something happened and nobody could log on to the server. My first thought was password expiration so I told them to just log on as domain admin and reset the passwords of the affected users.</p>
<p>Things got interesting when the next question was, &#8220;What is the password?&#8221;. Now, this was a year after the initial installation and I did not have the password &#8211; as a matter of principle, I encourage clients to change the initial password after an installation is completed so they have the assurance that I will not &#8220;sneak in&#8221;. They took my advise.<span id="more-1101"></span></p>
<p>The problem now was, nobody knew what the password was. We gave it a few guesses and it became apparent that a reset of the domain admin password was needed. There are a few tools in the market, both free, commercial and pseudo-commercial tools (favorably called bait &amp; switch &#8220;demo&#8221; software) that were very limited, to say the least, since most of these tools only allow you to reset the password of the local administrator, not the domain administrator&#8217;s password.</p>
<p>I came upon a solution that is beautiful in its simplicity. It turns out that the main tool for us is the Utilman program in Windows. Now be aware that you need physical access to the server and if you are  like my friend Charles, the server is locked down tight, literally. He  has his server bolted to the rack! Not only that, USB ports are  disabled, there is no DVD/CD-ROM drive anywhere on the box and there is a  BIOS and hard drive password, plus, the boot option is set to hard  disk. You actually need a key to access the case. Nice.</p>
<p>So here:</p>
<ol>
<li>Boot up the server using the install DVD, or a Linux LiveCD. If you are using  the Windows server 2008 DVD, you want to use the &#8220;Repair your computer&#8221; option when setup starts.</li>
<li>Gain access to the command line by doing the following<br />
1. rename the Utilman.exe file,  to Utilman.old or .bak<br />
2. Make a copy of Cmd.exe  and rename it Utilman.exe (if you are a domain admin, surely you would not embarrass yourself by asking me where Utilman.exe is located or how to rename or copy a file using the command line)</li>
<li>Restart the server and press the superkey+U (that is, press the key with the Windows logo and the &#8220;U&#8221; key at the same time) at the login screen. This will bring up the command line window.</li>
<li>Reset the domain admin password using the &#8220;NET USER&#8221; option (NET USER &lt;admin account&gt; &lt;new password&gt;<br />
(where admin account is whatever you renamed the administrator account to and password is the new password for the account. If you did not rename the administrator account, then it is NET USER administrator &lt;new password&gt;)</li>
<li>Exit out of the command line and try logging in. That should do it.</li>
<li>Reboot the server with the Windows Server 2008 DVD/LiveCD and undo the changes.</li>
</ol>
<p>Note, if you decide to go the LiveCD route, your job is easier. Make sure your distro has ntfs-3g support built in and boot into the desktop. Access the NTFS drive, rename Utilman.exe. Then make a copy of Cmd.exe and rename the copy Utilman.exe. Reboot (don&#8217;t forget to remove the LiveCD when you reboot) and follow steps 3-6.</p>
<p>That&#8217;s about it.</p>
<p>It goes without saying that you should have/make a backup of your system before doing any of this, and more importantly, I bear absolutely no responsibility if you mess up your system. Then again, you are a domain admin, right?</p>
<p>Remember, we are not trying to access a box we have no business accessing in the first place &#8211; take the hint or risk going to jail.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Reset+A+Windows+Server+2008+Domain+Password+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1101" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Reset+A+Windows+Server+2008+Domain+Password+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1101" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

