<?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>Techie&#039;s Blog</title>
	<atom:link href="http://techiecomputersolutions.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://techiecomputersolutions.com/blog</link>
	<description>Windows XP, Vista &#38; Seven troubleshooting tips</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:49:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure Internet Mail Flow Directly Through Hub Transport Server</title>
		<link>http://techiecomputersolutions.com/blog/?p=50</link>
		<comments>http://techiecomputersolutions.com/blog/?p=50#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:40:07 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=50</guid>
		<description><![CDATA[If you have a small establishment and are not configuring an Edge Transport Server in your environment then you will have to configure your Hub Transport Server (which could also be your Client Access Server as well as Mailbox Server) to allow internet mail flow from your Hub Transport Server.
Before you proceed with these instructions [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a small establishment and are not configuring an Edge Transport Server in your environment then you will have to configure your Hub Transport Server (which could also be your Client Access Server as well as Mailbox Server) to allow internet mail flow from your Hub Transport Server.<br />
Before you proceed with these instructions you got to make sure that you have registered MX resource records for all accepted domains in a public Domain Name System (DNS) server. Second thing that you need to do is to make sure that you configure your gateway (Or firewall) to allow SMTP traffic to your Hub Transport Server.<br />
Step 1 is to create a send connector on the Hub Transport Server to send email to internet.<br />
Steps needed to create a send connector to do that is explained in a different article named, <a href="http://techiecomputersolutions.com/blog/?p=28">Configuring Exchange 2010 For Sending Emails To External Domains</a>.<br />
This send connector will allow you to send emails to external domains on the internet.<br />
Step 2 is to modify default receive connector to allow unanimous connections.<br />
Following are the steps to modify receive connector through EMC.</p>
<ul>
<li>Expand Server Configuration, click Hub Transport, and in the work pane under the Receive Connectors tab, select the Default  connector. In the action pane, click Properties.</li>
<li>In  Properties, select the Permissions tab.</li>
<li>Select Anonymous Users to add anonymous permissions. Click OK.</li>
</ul>
<div id="attachment_53" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/modify_default_receive.png"><img class="size-medium wp-image-53" title="modify_default_receive" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/modify_default_receive-300x186.png" alt="Modifying Default Receive Connector" width="300" height="186" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p>This will modify your default receive connector to receive connections from the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot Access Default Website while installing Exchange 2010</title>
		<link>http://techiecomputersolutions.com/blog/?p=42</link>
		<comments>http://techiecomputersolutions.com/blog/?p=42#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:32:30 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=42</guid>
		<description><![CDATA[Another issue that I had before I got the Exchange 2010 installed and working on my Windows Server 2008 R2 Enterprise edition was that it would keep giving me an error saying cannot access default website.
After making sure that all prerequisites for installing Exchange 2010 was met (like installing IIS, .NET etc) I proceeded to install the [...]]]></description>
			<content:encoded><![CDATA[<p>Another issue that I had before I got the Exchange 2010 installed and working on my Windows Server 2008 R2 Enterprise edition was that it would keep giving me an error saying cannot access default website.</p>
<p>After making sure that all prerequisites for installing Exchange 2010 was met (like installing IIS, .NET etc) I proceeded to install the Exchange server, but it will fail every-time with an error saying it cannot access the default website, make sure IIS was properly installed and stuff. Even reinstalling the IIS would not make it happy and it wouldn&#8217;t let me go any further. Finally after doing some research and looking at logs, it seemed like the Exchange server was also looking for IIS 6.0 management compatibility role services (which by the way is additional role service that can be added even after IIS installation). After adding that role services (and make sure that you have application server installed, not just .NET) I started Exchange server install wizard and this time it surely passed all the tests and it was a go.</p>
<div id="attachment_43" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/iis6_management_compatibility.png"><img class="size-medium wp-image-43" title="iis6_management_compatibility" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/iis6_management_compatibility-300x220.png" alt="IIS 6.0 Management Compatibilty" width="300" height="220" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Exchange 2010 for Sending Emails to External Domains</title>
		<link>http://techiecomputersolutions.com/blog/?p=28</link>
		<comments>http://techiecomputersolutions.com/blog/?p=28#comments</comments>
		<pubDate>Wed, 07 Apr 2010 03:27:25 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=28</guid>
		<description><![CDATA[Finally got the Exchange 2010 installed on Windows Server 2008 R2 Enterprise Edition. Yep thats correct, Exchange 2010, will come back for 2007 later on the following weekend. Here is the screenshot of Exchange Management Console.
If you have worked with previous versions of Exchange, like 2000 or 2003 then you would remember that, out of [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got the Exchange 2010 installed on Windows Server 2008 R2 Enterprise Edition. Yep thats correct, Exchange 2010, will come back for 2007 later on the following weekend. Here is the screenshot of Exchange Management Console.</p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/exchange2010_console.png"><img class="size-medium wp-image-30 " title="exchange2010_console" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/exchange2010_console-300x189.png" alt="Exchange 2010 Management Console" width="300" height="189" /></a><p class="wp-caption-text">Click on the image for larger size</p></div>
<p>If you have worked with previous versions of Exchange, like 2000 or 2003 then you would remember that, out of box, you are able to send emails to outside world, right after installation. But such is not the case in Exchange 2010 and also Exchange 2007. It will not send emails to outside world just like that. You will have to manually configure it to be able to talk to outside world. This is done by creating a send connector by either using PowerShell or Exchange Management Console (EMC). Send connector represents logical gateway through which outbound emails are sent. As default no send connectors are created when a Hub Transport Server role or Edge Transport Server role is installed. The instructions on how to create send connector is as follows:</p>
<ol>
<li>Open the EMC and navigate to the next location: Organization Configuration &gt; Hub Transport &gt; Send Connectors &gt; New Send Connector.</li>
<li>Name the Send connector, select Internet under the “Select the intended use for this connector” and click Next:
<p><div id="attachment_34" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/1_send_connector.png"><img class="size-medium wp-image-34" title="1_send_connector" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/1_send_connector-300x260.png" alt="Send Connector 1" width="300" height="260" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div></li>
<li>In order to send emails outside the organization to the Internet, click the Add option and fill * (asterisk) under the Domain field, click OK and Next:
<p><div id="attachment_35" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/2_send_connector.png"><img class="size-medium wp-image-35" title="2_send_connector" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/2_send_connector-300x261.png" alt="Send Connector 2" width="300" height="261" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div></li>
<li>If you want to route the emails to Smart Host, choose Route mail through the following smart hosts, if not – click Next:
<p><div id="attachment_36" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/3_send_connector.png"><img class="size-medium wp-image-36" title="3_send_connector" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/3_send_connector-300x260.png" alt="Send Connector 3" width="300" height="260" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div></li>
<li>You can associate the new send connector to any Exchange 2007 server that holds the Hub Transport roles in your Exchange organization, just by clicking Add in the next screen:
<p><div id="attachment_37" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/4_send_connector.png"><img class="size-medium wp-image-37" title="4_send_connector" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/4_send_connector-300x261.png" alt="Send Connector 4" width="300" height="261" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div></li>
<li>If you have only one Hub Transport or you don’t want to add other server, click Next. Now click New:
<p><div id="attachment_38" class="wp-caption alignleft" style="width: 310px"><a href="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/5_send_connector.png"><img class="size-medium wp-image-38" title="5_send_connector" src="http://techiecomputersolutions.com/blog/wp-content/uploads/2010/04/5_send_connector-300x261.png" alt="Send Connector 5" width="300" height="261" /></a><p class="wp-caption-text">Click on the image to enlarge</p></div></li>
<li>In order to finish the connector installation, click Finish:</li>
</ol>
<p>In the end the wizard does give you the summary of PowerShell commands it ran to complete the configuration. It can be copied by pressing Ctrl-C. You can use it to analyze the commands.</p>
<p>In the end some lessons learnt about Exchange 2010. I will keep posting about my new adventures with Exchange 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 not Compatible with Server 2008 R2</title>
		<link>http://techiecomputersolutions.com/blog/?p=21</link>
		<comments>http://techiecomputersolutions.com/blog/?p=21#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:29:25 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server 2008 R2]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=21</guid>
		<description><![CDATA[Had been thinking of exploring Exchange Server 2007 on my VMware machine. I have a network setup with a dummy domain and 2 domain controllers, one file server and 2 vista client machines. All of them were running Windows Server 2008 R2 Enterprise edition except the member server which had Server 2008 Enterprise edition, which [...]]]></description>
			<content:encoded><![CDATA[<p>Had been thinking of exploring Exchange Server 2007 on my VMware machine. I have a network setup with a dummy domain and 2 domain controllers, one file server and 2 vista client machines. All of them were running Windows Server 2008 R2 Enterprise edition except the member server which had Server 2008 Enterprise edition, which incidentally was 32 bit edition.</p>
<p>Downloaded Exchange 2007 trial from Microsoft’s website and then started the install process. Exchange 2007 requires that IIS has to be installed. So made sure that required server roles were installed prior to starting the installation. Bt despite all that it would keep giving me an error when installing the Exchange server. Read somewhere that the Domain functional level needs to be native. Checked it in my Active Directory domains and sites and it was mixed environment so tried raising level to Windows Server 2008 and re tried the install but still got same error message. </p>
<p>Did some more research on the web and came to know that Exchange 2007 is not compatible with Windows Server 2008 R2 edition. Seems like Microsoft was busy working on Exchange 2010 and they were in no mood to fix the issue. Instead they wanted to release Exchange 2010. So if you are planning to install Exchange 2007, better make sure that you have Windows Server 2008 or Windows Server 2003 and not the Server 2008 R2 version.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code 39 error and keyboard wont work</title>
		<link>http://techiecomputersolutions.com/blog/?p=14</link>
		<comments>http://techiecomputersolutions.com/blog/?p=14#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:41:41 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=14</guid>
		<description><![CDATA[To repair this error:
1)Run regedit Click on Edit -&#62; Find kbdclass
2) Search through for as many &#8220;Upperfilters&#8221; you can find.
Mine was under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}
3) They most likely have 2 lots of drivers associated with it eg &#8216;tphclhs kbdclass&#8217; , usually comes if you have installed VMWARE previously
4) Double click the &#8216;Upperfilter&#8217; and delete the other entry [...]]]></description>
			<content:encoded><![CDATA[<p>To repair this error:<br />
1)Run regedit Click on Edit -&gt; Find kbdclass</p>
<p>2) Search through for as many &#8220;Upperfilters&#8221; you can find.<br />
Mine was under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}</p>
<p>3) They most likely have 2 lots of drivers associated with it eg &#8216;tphclhs kbdclass&#8217; , usually comes if you have installed VMWARE previously</p>
<p>4) Double click the &#8216;Upperfilter&#8217; and delete the other entry except &#8216;kbdclass&#8217;</p>
<p>5) Search for all instances of this and change them<br />
6) Go to device manager and uninstall your keyboard &#8211; then &#8217;scan for hardware changes&#8217;</p>
<p>7) You will most likely need to restart Keyboard should now be working fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing access to conents of selected drives:</title>
		<link>http://techiecomputersolutions.com/blog/?p=15</link>
		<comments>http://techiecomputersolutions.com/blog/?p=15#comments</comments>
		<pubDate>Sat, 26 Jul 2008 23:20:47 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=15</guid>
		<description><![CDATA[Open your registry and find or create the key (new  REG_DWORD value) below.
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: NoViewOnDrive
Data Type: REG_DWORD (DWORD Value)
Value Data: 32-bit bitmask
The &#8220;NoViewOnDrive&#8221; value uses a 32-bit bitmask to define local and network drive access for each logical drive in the computer. The lower 26 bits of the 32-bit word [...]]]></description>
			<content:encoded><![CDATA[<p>Open your registry and find or create the key (new  REG_DWORD value) below.</p>
<p>User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\<br />
Explorer]<br />
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\<br />
Explorer]<br />
Value Name: NoViewOnDrive<br />
Data Type: REG_DWORD (DWORD Value)<br />
Value Data: 32-bit bitmask</p>
<p>The &#8220;NoViewOnDrive&#8221; value uses a 32-bit bitmask to define local and network drive access for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.</p>
<p>If your not happy working in Hex, add these decimal numbers to hide the drive(s):</p>
<p>A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863</p>
<p>For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to &#8220;9&#8243;.</p>
<p>To disable all the drives set the value to &#8220;67108863&#8243;.</p>
<p>Restart Windows for the change to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SP3 installation fails with Access Denied!! error..</title>
		<link>http://techiecomputersolutions.com/blog/?p=13</link>
		<comments>http://techiecomputersolutions.com/blog/?p=13#comments</comments>
		<pubDate>Mon, 19 May 2008 18:51:06 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=13</guid>
		<description><![CDATA[If you get an access denied error while installing Windows XP sp3 then these steps might be of help to you.
First method:
Try downloading full install package from microsoft website and install it. It can be obtained by going to the link http://support.microsoft.com/kb/322389/.
Second method:
Restart the computer and disable any anti virus or anti spy ware program [...]]]></description>
			<content:encoded><![CDATA[<div style=''>If you get an access denied error while installing Windows XP sp3 then these steps might be of help to you.</p>
<p>First method:</p>
<p>Try downloading full install package from microsoft website and install it. It can be obtained by going to the link <a href="http://support.microsoft.com/kb/322389/" target="_self">http://support.microsoft.com/kb/322389/</a>.</p>
<p>Second method:</p>
<p>Restart the computer and disable any anti virus or anti spy ware program that you have on your computer. They can be disabled from the system tray icon. Just right click on the icon and click on close or disable. Then install the sp3 and then after finishing the install enable the anti virus again.</p>
<p>Third method:</p>
<p>This method is for advanced users only, because it involves steps to<br />modify the registry. Serious problems might occur if you modify the<br />registry incorrectly.
<ol>
<li>Download and install the Subinacl.exe file. To do this visit the following Microsoft web site: http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&amp;displaylang=en</li>
<li>Start notepad.</li>
<li>Copy and paste the following text into notepad.<br />cd /d &#8220;%ProgramFiles%\Windows Resource Kits\Tools&#8221;<br />subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f<br />subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f<br />subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f<br />subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f<br />subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f<br />secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose</li>
<li>Save this Notepad file as Reset.cmd.</li>
<li>Double click the Reset.cmd file to run the script.
<p>Note: Script may take long time and should be run as administrator.</li>
<li>Install Windows XP sp3.</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot Update Windows using WindowsUpdate ?</title>
		<link>http://techiecomputersolutions.com/blog/?p=9</link>
		<comments>http://techiecomputersolutions.com/blog/?p=9#comments</comments>
		<pubDate>Wed, 30 Apr 2008 20:19:18 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=9</guid>
		<description><![CDATA[In the event that you are not able to install updates usign WindowsUpdate you can follow any of the following procedures&#160;:
Use a utility like ccleaner clear up PC Junk. Also flush the Software Distribution Folder and then&#160;reboot. If you are using WindowsUpdate try using MicrosoftUpdates and vice versa.If you still cannot Update Windows Vista (or [...]]]></description>
			<content:encoded><![CDATA[<p>In the event that you are not able to install updates usign WindowsUpdate you can follow any of the following procedures&nbsp;:</p>
<p>Use a utility like <a href="http://www.ccleaner.com/" target="_blank">ccleaner</a> clear up PC Junk. Also flush the Software Distribution Folder and then&nbsp;reboot. If you are using WindowsUpdate try using MicrosoftUpdates and vice versa.<br />If you still cannot Update Windows Vista (or WinXP/SP2) using windowsupdate, try this :<br />Open Internet Explorer &gt; Tools &gt;Internet Options &gt; Security &gt; Click &#8216;trusted sites&#8217; icon &gt;Click Sites &gt; uncheck &#8216;require server verification&#8217;.<br />Then add following sites :<br /><a href="http://*.windowsupdate.microsoft.com/">http://*.windowsupdate.microsoft.com</a><br /><a href="http://*.windowsupdate.com/">http://*.windowsupdate.com</a><br /><a href="http://update.microsoft.com/">http://update.microsoft.com</a><br /><a href="http://update.microsoft.com/microsoftupdate/v6/default.aspx">http://update.microsoft.com/microsoftupdate/v6/default.aspx</a><br />Click Close &gt; Apply &gt; OK. This is known to help the GenuineValidated Windows, in some cases, but not always. <br />Try to re-register the following dll&#8217;s individually. Open Notepad. Copy-Paste the following command lines into it and save the file using a .bat or .cmd extension.<br />regsvr32 /s wuapi.dll<br />regsvr32 /s wuaueng.dll<br />regsvr32 /s wups.dll<br />regsvr32 /s wups2.dll<br />regsvr32 /s wuwebv.dll<br />regsvr32 /s wucltux.dll<br />regsvr32 /s wudriver.dll<br />Double-click the icon of the .bat or .cmd file; command window will open. Run the commands, and then close. Reboot, and see if Windows Updates is working OK. Also Open IE &gt; Tools &gt; Internet Options &gt; Advanced &gt; Security Settings &gt; Ensure that the two boxes &#8220;Enable SSL 2&#8243; or &#8220;Enable SSL 3&#8243; are checked. Hopefully, this should help !<br />Else, note your error code and visit this excellent Microsoft Resource : <a href="http://support.microsoft.com/default.aspx/ph/6527/" target="_blank">Windows Update Support: Error Codes</a>. Search for the solution against your error Code. If you receive Windows Update error 80246008 while downloading updates, you might need to change the Background Intelligent Transfer Service (BITS) or Windows Event Log service settings, and then restart each service. Click <a href="http://windowshelp.microsoft.com/Windows/en-US/Help/5f3f02f4-69bc-47a5-9e40-8c9b86ffb2fd1033.mspx" target="_blank">here</a> for more on it. <a href="http://support.microsoft.com/kb/943144" target="_blank">KB943144</a> is another helpful link.<br />If you are recovering from a malware attack, you may also want to have a look at your Hosts file. Some malware programs may modify the hosts file to control DNS name resolution. Remove ALL entries for Windows Update and Microsoft Update from your Hosts file situated at C\Windows\system32\drivers\etc\hosts. You can either remove any lines that contain entries for Windows Update or for Microsoft Update OR you can just place the number sign # before or in front of any line that contains &#8220;microsoft&#8221; and &#8220;update&#8221;. <a href="http://www.abelhadigital.com/" target="_blank">HostsMan</a> is a good freeware utility to help you manage your hosts file.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista Update Fails To Install</title>
		<link>http://techiecomputersolutions.com/blog/?p=8</link>
		<comments>http://techiecomputersolutions.com/blog/?p=8#comments</comments>
		<pubDate>Mon, 28 Apr 2008 03:48:05 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=8</guid>
		<description><![CDATA[If you find that a particular Windows Vista Update does not install, here are some suggestions: 
First clear up your Temp File/Cache, Reboot and try again. Best and easier to use CCleaner. Disable your Firewall and try ! In many cases, the update may fail to install in the first instance, but for some inexplicable [...]]]></description>
			<content:encoded><![CDATA[<p>If you find that a particular Windows Vista Update does not install, here are some suggestions: </p>
<p>First clear up your Temp File/Cache, Reboot and try again. Best and easier to use CCleaner. Disable your Firewall and try ! In many cases, the update may fail to install in the first instance, but for some inexplicable reason, succeeds in the 2nd or 3rd try. So try a couple of times. It it doesn&#8217;t help, search on <a href="http://support.microsoft.com/" target="_blank">Microsoft</a>, for the patch / update KB number, and download its Stand-alone Installer. Now apply the patch manually. Search for just the number; don&#8217;t include KB ! </p>
<p>If it still doesn&#8217;t help, try this : Rt Click Computer &gt; Manage &gt; Services &gt; Stop the &#8220;Cryptographic Service&#8221; and rename the &#8220;Catroot2&#8243; folder situated in C:\Windows\System32\Catroot to something like say Catroot2X. Reboot. Now run the update/hotfix installers again. This action will re-generate a new Catroot2 folder and the updates/hotfixes, should hopefully install OK. If still you have a problem then, go to C:\Windows\Windows Update.log and look for the most recent entry. Any failed updates will have error code/s written next to them. Note them down. If you find just too many entries too confusing delete this WindowsUpdate.log and try installing the updates again. Now open the newly re-created WindowsUpdate log file and have a look at its contents. </p>
<p>Now Rt-click Computer &gt; Manage &gt; Event Viewer &gt; Applications and Service Logs &gt; Microsoft &gt; Windows &gt; WindowsUpdateClient &gt; Operational . Check out for any Critical Message or Warning. Now refer the <a href="http://inetexplorer.mvps.org/archive/wuc.htm" target="_blank">Windows Update Error Codes</a> . This will give you the direction in which you may have to look for the solution. Or check out <a href="http://support.microsoft.com/default.aspx/ph/6527/" target="_blank">Microsofts Windows Update Solution Center</a>. There is some nice info here too at <a href="http://www.updatexp.com/0x8007007E.html" target="_blank">UpdateXP</a> some of which may find relevance to Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool To Repair Windows Updates</title>
		<link>http://techiecomputersolutions.com/blog/?p=6</link>
		<comments>http://techiecomputersolutions.com/blog/?p=6#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:09:46 +0000</pubDate>
		<dc:creator>Kulbir</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://techiecomputersolutions.com/blog/?p=6</guid>
		<description><![CDATA[System resources, such as file data, registry data, and even in-memory data, can develop inconsistencies during the lifetime of the operating system. These inconsistencies may be caused by various hardware failures or by software issues. In some cases, these inconsistencies can affect the Windows Servicing Store, and they can cause a Windows Vista update to [...]]]></description>
			<content:encoded><![CDATA[<p>System resources, such as file data, registry data, and even in-memory data, can develop inconsistencies during the lifetime of the operating system. These inconsistencies may be caused by various hardware failures or by software issues. In some cases, these inconsistencies can affect the Windows Servicing Store, and they can cause a Windows Vista update to fail. When the update fails, it blocks the user from installing updates and service packs. Microsoft&#8217;s CheckSUR addresses this issue. These updates contain the Check for System Update Readiness (CheckSUR) tool. CheckSUR will try to fix certain Windows Update installation failures. The following are the installation errors, CheckSUR van potentially address. These errors are typically listed in the %systemroot%\Logs\CBS\CBS.log file or in the CBS.persist.log file. More at <a target="_blank" href="http://support.microsoft.com/kb/947821">KB947821</a>.</p>
<p>0&#215;80070002 ERROR_FILE_NOT_FOUND<br />0&#215;8007000D ERROR_INVALID_DATA<br />0&#215;800F081F CBS_E_SOURCE_MISSING<br />0&#215;80073712 ERROR_SXS_COMPONENT_STORE_CORRUPT<br />0&#215;800736CC ERROR_SXS_FILE_HASH_MISMATCH<br />0&#215;800705B9 ERROR_XML_PARSE_ERROR<br />0&#215;80070246 ERROR_ILLEGAL_CHARACTER<br />0&#215;8007370D ERROR_SXS_IDENTITY_PARSE_ERROR<br />0&#215;8007370B ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME<br />0&#215;8007370A ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE<br />0&#215;80070057 ERROR_INVALID_PARAMETER<br />0&#215;800B0100 TRUST_E_NOSIGNATURE<br />0&#215;80092003 CRYPT_E_FILE_ERROR<br />0&#215;800B0101 CERT_E_EXPIRED<br />0&#215;8007371B ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE</p>
]]></content:encoded>
			<wfw:commentRss>http://techiecomputersolutions.com/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
