<?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>Bahramov's Personal Blog &#187; Windows</title>
	<atom:link href="http://www.bahramov.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bahramov.com</link>
	<description>Computers, databases, networks and virtualization</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3 Ways to Enable the Built-In Windows 7 Administrator Account</title>
		<link>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 07:59:30 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/</guid>
		<description><![CDATA[Thereâ€™s a great article on Petri IT Knowledgebase â€œ3 Ways to Enable the Built-In Windows 7 Administrator Accountâ€ that presents 2 different ways to enable Administrator account. What I particlarly liked in this article is the third method. 
Method #3 (Advanced Users) &#8211; During the Installation Process
There is a 3rd method which advanced users can [...]]]></description>
			<content:encoded><![CDATA[<p>Thereâ€™s a great article on Petri IT Knowledgebase â€œ<a href="http://www.petri.co.il/enable-the-windows-7-administrator-account.htm?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Petri+%28Petri+IT+Knowledgebase%29" target="_blank">3 Ways to Enable the Built-In Windows 7 Administrator Account</a>â€ that presents 2 different ways to enable Administrator account. What I particlarly liked in this article is the third method. </p>
<h4><a href="http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#more-532#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">Method #3 (Advanced Users) &#8211; During the Installation Process</a></h4>
<p>There is a <strong>3rd method which advanced users can use</strong>. This method can be used during the installation process itself.</p>
<p>During the installation, after being prompted to configure the new user account, you will be able to set the new account&#8217;s password.</p>
<p> <span id="more-532"></span>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_911.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_91"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_91" border="0" alt="install_win7_91" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_91_thumb1.png" width="524" height="394" /></a> </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1012.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_101"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_101" border="0" alt="install_win7_101" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_101_thumb1.png" width="524" height="394" /></a> </p>
</p>
<p>At that phase, press SHIFT and F10 keys together. A Command Prompt window will appear.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_10111.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_1011"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_1011" border="0" alt="install_win7_1011" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1011_thumb1.png" width="524" height="394" /></a> </p>
<p>In the Command Prompt window, type:</p>
<blockquote><p>net user</p>
</blockquote>
<p>Note how the Administrator account is there, yet the new user account has not been yet created.</p>
<p>To set the Administrator&#8217;s account password:</p>
<p><font face="Courier New">net user *</font></p>
<p>Then enter the required password and confirm it.</p>
<p>To enable the Administrator&#8217;s accoun:</p>
<p><font face="Courier New">net user administrator /active:yes</font></p>
</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1021.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_102"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_102" border="0" alt="install_win7_102" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_102_thumb1.png" width="524" height="394" /></a> </p>
<p>Close the Command Prompt window and continue with the installation process.</p>
<p>If you log off you will now see the Administrator&#8217;s account as a valid logon option.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1031.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_103"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_103" border="0" alt="install_win7_103" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_103_thumb1.png" width="524" height="394" /></a> </p>
<p>Read the full article and other two methods <a href="http://www.petri.co.il/enable-the-windows-7-administrator-account.htm?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Petri+%28Petri+IT+Knowledgebase%29" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of online antivirus checking services and misc security tools</title>
		<link>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:15:48 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[AntiVirus]]></category>
		<category><![CDATA[Rootkis]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/</guid>
		<description><![CDATA[Hereâ€™s a categorized list of several online antivirus checks and tools for computer security.
**** VIRUS REMOVAL TOOLS ****     &#160;&#160;&#160; Kaspersky    http://www.kaspersky.com/removaltools    http://www.kaspersky.com/scanforvirus    http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/    http://avptool.virusinfo.info/en/    http://www.viruslist.com/
&#160;&#160;&#160; McAfee    http://home.mcafee.com/store/freeservices.aspx    http://vil.nai.com/vil/stinger/   [...]]]></description>
			<content:encoded><![CDATA[<p>Hereâ€™s a categorized list of several online antivirus checks and tools for computer security.</p>
<p><strong>**** VIRUS REMOVAL TOOLS ****     <br /></strong>&#160;&#160;&#160; <u>Kaspersky</u>    <br /><a href="http://www.kaspersky.com/removaltools">http://www.kaspersky.com/removaltools</a>    <br /><a href="http://www.kaspersky.com/scanforvirus">http://www.kaspersky.com/scanforvirus</a>    <br /><a href="http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/">http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/</a>    <br /><a href="http://avptool.virusinfo.info/en/">http://avptool.virusinfo.info/en/</a>    <br /><a href="http://www.viruslist.com/">http://www.viruslist.com/</a></p>
<p>&#160;&#160;&#160; <u>McAfee</u>    <br /><a href="http://home.mcafee.com/store/freeservices.aspx">http://home.mcafee.com/store/freeservices.aspx</a>    <br /><a href="http://vil.nai.com/vil/stinger/">http://vil.nai.com/vil/stinger/</a>    <br /><a href="http://vil.nai.com/vil/averttools.aspx">http://vil.nai.com/vil/averttools.aspx</a>    <br /><a href="http://vil.nai.com/vil/stinger/rkstinger.aspx">http://vil.nai.com/vil/stinger/rkstinger.aspx</a></p>
<p> <span id="more-520"></span>
<p>&#160;&#160;&#160; <u>Trend-Micro</u>    <br />HouseCall&#160;&#160;&#160;&#160; <a href="http://housecall.trendmicro.com/">http://housecall.trendmicro.com/</a>    <br />HijackThis&#160;&#160;&#160;&#160; <a href="http://free.antivirus.com/hijackthis/">http://free.antivirus.com/hijackthis/</a>    <br />CWShredder&#160;&#160;&#160; <a href="http://free.antivirus.com/cwshredder/">http://free.antivirus.com/cwshredder/</a>    <br />RootkitBuster&#160;&#160;&#160; <a href="http://free.antivirus.com/rootkit-buster/">http://free.antivirus.com/rootkit-buster/</a>    <br />RUBotted&#160;&#160;&#160; <a href="http://free.antivirus.com/rubotted/">http://free.antivirus.com/rubotted/</a></p>
<p>&#160;&#160;&#160; <u>Avast</u>    <br /><a href="http://www.avast.com/free-antivirus-download">http://www.avast.com/free-antivirus-download</a>    <br /><a href="http://www.avast.com/eng/down_cleaner.html">http://www.avast.com/eng/down_cleaner.html</a>    <br /><a href="http://www.avast.com/free-virus-cleaner">http://www.avast.com/free-virus-cleaner</a> or <a href="http://files.avast.com/files/eng/aswclnr.exe">http://files.avast.com/files/eng/aswclnr.exe</a></p>
<p>&#160;&#160;&#160; <u>BitDefender</u>    <br /><a href="http://www.bitdefender.com/site/Downloads/browseFreeRemovalTool">http://www.bitdefender.com/site/Downloads/browseFreeRemovalTool</a>    <br /><a href="http://www.bitdefender.com/site/VirusInfo/realTimeReporting/">http://www.bitdefender.com/site/VirusInfo/realTimeReporting/</a>    <br /><a href="http://www.bitdefender.com/site/VirusInfo/browseVirusEnciclopedia/">http://www.bitdefender.com/site/VirusInfo/browseVirusEnciclopedia/</a></p>
<p>&#160;&#160;&#160; <u>AVZ &#8211; 4.3</u>    <br /><a href="http://www.z-oleg.com/secur/avz/download.php">http://www.z-oleg.com/secur/avz/download.php</a>    <br /><a href="http://avz-antiviral-toolkit.softonic.it/download">http://avz-antiviral-toolkit.softonic.it/download</a></p>
<p>&#160;&#160;&#160; <u>SYMANTEC</u>    <br /><a href="http://www.symantec.com/business/security_response/removaltools.jsp">http://www.symantec.com/business/security_response/removaltools.jsp</a>    <br />Norton Security Scan: <a href="http://security.symantec.com/sscv6/DownloadInstructions.asp">http://security.symantec.com/sscv6/DownloadInstructions.asp</a></p>
<p>&#160;&#160;&#160; <u>PANDA</u>    <br /><a href="http://www.pandasecurity.com/homeusers/downloads/repair-utilities/">http://www.pandasecurity.com/homeusers/downloads/repair-utilities/</a></p>
<p>&#160;&#160;&#160; <u>F-SECURE</u>    <br /><a href="https://analysis.f-secure.com/portal/sampleStatus.html">https://analysis.f-secure.com/portal/sampleStatus.html</a> [zaurb] </p>
<p>&#160;&#160;&#160; <u>F-PROT</u>    <br /><a href="http://www.f-prot.com/virusinfo/submission_form.html">http://www.f-prot.com/virusinfo/submission_form.html</a></p>
<p>&#160;&#160;&#160; <u>Spyware Terminator</u>    <br /><a href="http://www.spywareterminator.com/download/download.aspx">http://www.spywareterminator.com/download/download.aspx</a></p>
<p><strong>**** VIRUSES AND ROOTKITS ****     <br /></strong><a href="http://www.eicar.com">www.eicar.com</a> (av test file)    <br /><a href="http://www.rootkit.com">www.rootkit.com</a> </p>
<p><strong>**** VIRUS SUBMISSION SITES ****</strong>    <br /><a href="http://www.kaspersky.com/scanforvirus">http://www.kaspersky.com/scanforvirus</a>    <br /><a href="http://www.virustotal.com/">http://www.virustotal.com/</a>    <br /><a href="http://www.symantec.com/business/security_response/submitsamples.jsp">http://www.symantec.com/business/security_response/submitsamples.jsp</a>    <br /><a href="https://www.webimmune.net">https://www.webimmune.net</a> [zbakhramov@gmail]    <br /><a href="https://www.webimmune.net/scanfile.asp">https://www.webimmune.net/scanfile.asp</a>    <br /><a href="http://online.us.drweb.com/">http://online.us.drweb.com/</a>    <br /><a href="http://onlinescan.avast.com/">http://onlinescan.avast.com/</a>    <br /><a href="http://virusscan.jotti.org/en-gb">http://virusscan.jotti.org/en-gb</a>    <br /><a href="http://scanner.virus.org/">http://scanner.virus.org/</a>    <br /><a href="http://www.anti-virus.by/check/">http://www.anti-virus.by/check/</a>    <br /><a href="http://www.fortiguard.com/antivirus/virus_scanner.html">http://www.fortiguard.com/antivirus/virus_scanner.html</a></p>
<p><strong>**** ONLINE SCANNERS ****</strong>    <br /><a href="http://housecall.trendmicro.com/">http://housecall.trendmicro.com/</a>    <br /><a href="http://onlinescan.avast.com/">http://onlinescan.avast.com/</a>    <br /><a href="http://virusinfo.info/showthread.php?t=2502">http://virusinfo.info/showthread.php?t=2502</a>    <br /><a href="http://www.pandasecurity.com/activescan/index/">http://www.pandasecurity.com/activescan/index/</a>    <br /><a href="https://www.grc.com/x/ne.dll?bh0bkyd2">https://www.grc.com/x/ne.dll?bh0bkyd2</a> [ShieldsUP!] </p>
<p><strong>**** HOSTS ****     <br /></strong><a href="http://www.funkytoad.com/">http://www.funkytoad.com/</a> &#8211; software    <br /><a href="http://www.raymarron.com/hostess/">http://www.raymarron.com/hostess/</a>    <br /><a href="http://www.mvps.org/winhelp2002/hosts.htm">http://www.mvps.org/winhelp2002/hosts.htm</a>    <br /><a href="http://www.hosts-file.net/">http://www.hosts-file.net/</a></p>
<p><strong>**** SECURITY TOOLS ****</strong>    <br /><a href="http://www.grc.com">http://www.grc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free e-book: Windows 7 troubleshooting tips</title>
		<link>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:08:48 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/</guid>
		<description><![CDATA[Mitch Tulloch, a Microsoft Most Valuable Professional and lead author of the just-published (and hot-selling) Windows 7 Resource Kit (Microsoft Press, 2010; ISBN: 9780735627000; 1760 pages), has created a short e-book called â€œWhat You Can Do Before You Call Tech Support.â€ Here are the opening paragraphs: 
Your sound card has stopped working, your computer seems [...]]]></description>
			<content:encoded><![CDATA[<p>Mitch Tulloch, a Microsoft Most Valuable Professional and lead author of the just-published (and hot-selling) <a href="http://blogs.msdn.com/microsoft_press/archive/2009/10/07/new-book-windows-7-resource-kit.aspx"><i>Windows 7 Resource Kit</i></a> (Microsoft Press, 2010; ISBN: 9780735627000; 1760 pages), has created a short e-book called â€œWhat You Can Do Before You Call Tech Support.â€ Here are the opening paragraphs: </p>
<blockquote><p>Your sound card has stopped working, your computer seems sluggish, the network is down, your hard drive is clicking, you canâ€™t view a website, your monitor is hard to read, your new webcam isnâ€™t working, your favorite program wonâ€™t run, and a funny burning smell is coming from your computer. What can you do on your own to try to troubleshoot the issue before you pick up the phone to call tech support?     <br />If youâ€™re running Windows 7, quite a lot. Microsoft has included a lot of self-support tools in Windows 7 that you can try using before you seek the help of others, and weâ€™ll examine these in a moment&#8230;.</p></blockquote>
<p> You can download the e-book in <a href="http://download.microsoft.com/download/3/3/B/33B1D927-2B38-4379-A843-3214EF220A6F/Before%20You%20Call%20Tech%20Support.xps">XPS format here</a> and in <a href="http://download.microsoft.com/download/3/3/B/33B1D927-2B38-4379-A843-3214EF220A6F/Before%20You%20Call%20Tech%20Support.pdf">PDF format here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font too small when browsing pages with FireFox</title>
		<link>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:04:01 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/</guid>
		<description><![CDATA[Anyone ever had difficulties with small font size when browsing some web pages (this happens to me especially when I browse TechNet) with Mozilla FireFox and noticed that some parts of text are extremely small like in the bellow image?
 This can be easily fixed in FireFox as follows:

Select Tools =&#62; Options
Click on â€˜Contentâ€™ tab [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone ever had difficulties with small font size when browsing some web pages (this happens to me especially when I browse TechNet) with Mozilla FireFox and noticed that some parts of text are extremely small like in the bellow image?</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image8.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb8.png" width="632" height="163" /></a> This can be easily fixed in FireFox as follows:</p>
<ol>
<li>Select Tools =&gt; Options</li>
<li>Click on â€˜Contentâ€™ tab =&gt; Advanced
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image9.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb9.png" width="513" height="288" /></a> </li>
<li>Now change the minimum font size to a desired value.
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image10.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb10.png" width="483" height="529" /></a> </li>
</ol>
<ol></ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Explorer Old Style view</title>
		<link>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:28:58 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Explorer tricks]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/</guid>
		<description><![CDATA[When you pass to Windows 7 from Windows XP you will notice that the Windows Explorer doesnâ€™t explode by default the folder youâ€™re currently browsing in the left pane. 
 
To bring back this functionality you can do the following:

Click ALT button on your keyboard to bring the menu.     
 
Click [...]]]></description>
			<content:encoded><![CDATA[<p>When you pass to Windows 7 from Windows XP you will notice that the Windows Explorer doesnâ€™t explode by default the folder youâ€™re currently browsing in the left pane. </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image5.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb5.png" width="567" height="270" /></a> </p>
<p>To bring back this functionality you can do the following:</p>
<ol>
<li>Click ALT button on your keyboard to bring the menu.     </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image6.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb6.png" width="394" height="179" /></a> </li>
<li>Click Tools =&gt; Folder optionsâ€¦
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image7.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb7.png" width="399" height="484" /></a> </li>
<li>Enable â€˜Show all foldersâ€™ and â€˜Automatically expand to current folderâ€™.      </li>
<li>Enjoy!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active X error when opening SharePoint library in DataSheet view</title>
		<link>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:07:36 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WindowsXP]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[DataSheet view]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/</guid>
		<description><![CDATA[
Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:
&#34; The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, [...]]]></description>
			<content:encoded><![CDATA[<ul>
<p>Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:</p>
<p>&quot; <em><font color="#ff0000">The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled.</font></em> &quot; </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image001"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001_thumb.png" width="502" height="162" /></a></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image002"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002_thumb.png" width="644" height="130" /></a></p>
<p>All of our office computers have: </p>
<p>- Windows XP SP3</p>
<p>- Microsoft Office 2003 Professional SP3 </p>
<p>- Microsoft Office 2007 Compatibility Pack</p>
<p>Poking around on the Web, I found several solutions for folks who were using Office 2003. Here&#8217;re the most common solutions I found for Office 2003: </p>
</ul>
<p> <span id="more-498"></span>
<ul><strong><font size="2">Solution 1:</font></strong></ul>
<ul>1) Make sure you have a Microsoft Office 2003 <strong><u>Professional</u></strong> edition. Microsoft says: â€œSupport for Windows SharePoint Services list data is available only in Microsoft Office 2003 <strong><u>Professional</u></strong> editions.â€ See the <a href="http://support.microsoft.com/kb/909506" target="_blank">KB909506</a> for more information (<a title="http://support.microsoft.com/kb/909506" href="http://support.microsoft.com/kb/909506" target="_blank">http://support.microsoft.com/kb/909506</a>)</ul>
<ul>2) Make sure that ActiveX support is enabled in Internet Explorer. </ul>
<p>&#160;&#160;&#160; <a href="http://blogs.technet.com/heyscriptingguy/archive/2005/11/14/how-can-i-tell-if-activex-is-enabled-in-internet-explorer.aspx" target="_blank">How Can I Tell if ActiveX is Enabled in Internet Explorer?</a>    <br />&#160;&#160;&#160; <a href="http://www.b2knet.com/" target="_blank">Browser test page</a>    <br />&#160;&#160;&#160; </p>
<p>3) Reset Internet Explorer to itâ€™s default settings:</p>
<p>&#160;&#160;&#160; <a href="http://support.microsoft.com/kb/923737/en-us" target="_blank">How to reset Internet Explorer settings</a>    <br />&#160;&#160;&#160; <a href="http://www.malwarehelp.org/how-to-reset-internet-explorer-6-to.html" target="_blank">Reset Internet Explorer 6 settings</a> or <a href="http://support.uakron.edu/wiki/index.php/Reset_Internet_Explorer_6" target="_blank">here</a>     <br />&#160;&#160;&#160; <a href="http://blogs.msdn.com/ie/archive/2006/06/12/628499.aspx" target="_blank">Reset Internet Explorer 7 settings</a> or <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-7-settings" target="_blank">here</a>    <br />&#160;&#160;&#160; <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-8-settings" target="_blank">Reset Internet Explorer 8 settings</a></p>
<p>4) Add your SharePoint site to Trusted Zone.</p>
<p>2) Run â€œDetect and Repairâ€ tool. (See <a title="http://support.microsoft.com/kb/821593" href="http://support.microsoft.com/kb/821593">http://support.microsoft.com/kb/821593</a> or <a title="http://office.microsoft.com/en-us/help/HA010548851033.aspx" href="http://office.microsoft.com/en-us/help/HA010548851033.aspx">http://office.microsoft.com/en-us/help/HA010548851033.aspx</a> for more information)</p>
<ul><strong><font size="2">Solution 2:</font> </strong></ul>
<ol>
<li>Close Internet Explorer </li>
<li>Go to Start =&gt; Run =&gt; &quot;regedit&quot; </li>
<li>Navigate to the following key and delete it:     <br />&#160;&#160;&#160; <strong><font face="Courier New">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility</font></strong></li>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Sub-Key: <font face="Courier New"><strong>{65bcbee4-7728-41a0-97be-14e1cae36aae}</strong></font></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image0031.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image003"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image003_thumb1.png" width="640" height="225" /></a></p>
<li>Re-register Microsoft Office List DataSheet Component (STSLIST.DLL and STSLISTI.DLL):&#160; <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\STSLIST.DLL&quot;</font> =&gt; OK      <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\1040\STSLISTI.DLL&quot;</font> =&gt; OK      </li>
<p>   <strong><font size="2">Solution 3:</font></strong></ol>
<p>1. Completely uninstall any Office 2007 products using â€˜Add or Remove Programsâ€™ if you have any.</p>
<p>2. Uninstall Microsoft Office 2003 (fix or repair options are not likely to help out here)</p>
<p>3. Install Microsoft Office 2003 Professional. Select a Custom install and <u>make sure Windows SharePoint Services Support is installed with Office 2003</u>.</p>
<ol>
<p>3. Reinstall your Office 2007 products by running a custom installation with Windows SharePoint Services Support <strong><u>not</u></strong> being installed.</p>
<p><a href="http://blogs.sharepointhosting.com/Lists/Posts/Post.aspx?List=399ed944-72d2-4932-bc13-de0586abf2d1&amp;ID=81" target="_blank">This link</a> might help you to resolve the problem if you have <strong><u>Microsoft Office 2007</u></strong>.</p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move virtual hard disk of XP Mode virtual  machine</title>
		<link>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:14:20 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[Windows 7 XP Mode]]></category>
		<category><![CDATA[XP Mode]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/</guid>
		<description><![CDATA[When you install XP Mode on Windows 7 by default all the virtual machine files are saved under â€œ%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\â€. The file that has *.vhd extension is a virtual hard disk file. Recently, I had to move the vhd file to another drive and I accomplished it this way:
1) Run Windows XP Mode [...]]]></description>
			<content:encoded><![CDATA[<p>When you install XP Mode on Windows 7 by default all the virtual machine files are saved under â€œ<font face="Courier New">%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\</font>â€. The file that has *.vhd extension is a virtual hard disk file. Recently, I had to move the vhd file to another drive and I accomplished it this way:</p>
<p>1) Run Windows XP Mode virtual machine and go to Tools â€“&gt; Settings</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb.png" width="441" height="124" /></a> </p>
<p>2) Then select Close and in the right side click â€œPrompt for actionâ€</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image1.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb1.png" width="509" height="343" /></a></p>
<p>3) Click OK and close virtual machine. This time when you close it the following window will appear:</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image2.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb2.png" width="401" height="199" /></a> </p>
<p>4) Select Shut down and click OK. The virtual machine will shutdown.</p>
<p>5) Now, click Start button, enter the following path:â€œ<font face="Courier New">%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\</font>â€ without quotation marks and hit Enter.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image3.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb3.png" width="258" height="123" /></a> </p>
<p>6) This will open the folder where the virtual machine file reside. Move the vhd file to desired location by cutting and pasting.</p>
<p>7) Once done moving the file, open the â€˜vmcâ€™ file with Notepad, which is a configuration file of the virtual machine. VMC file is an xml formatted file containing configuration of the virtual machine. Find the line that refers to vhd file location. For example â€œXP Mode.vhdâ€ with the full path in front of it. Modify the path accordingly to point to a new location:</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image4.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb4.png" width="567" height="100" /></a> </p>
<p>Now you may start the XP mode virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to access HP LaserJet 2600n from web interface</title>
		<link>http://www.bahramov.com/2009/09/07/unable-to-access-hp-laserjet-2600n-from-web-interface/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/09/07/unable-to-access-hp-laserjet-2600n-from-web-interface/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 10:19:58 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[laserjet 2600n]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/09/07/unable-to-access-hp-laserjet-2600n-from-web-interface/</guid>
		<description><![CDATA[&#160;
 Problem: After installing Internet Explorer 7 or 8 the web management interface of HP LaserJet 2600n printer is no more accessible.

Solution: Install latest firmware. Firmware download.
&#160;
&#160;
&#160;
See the entire thread on HP support:
http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1212128&#38;admit=109447627+1252318317348+28353475
]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><strong><a href="http://www.bahramov.com/wp-content/uploads/2009/09/laseret2600n.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="laseret2600n"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="laseret2600n" border="0" alt="laseret2600n" align="left" src="http://www.bahramov.com/wp-content/uploads/2009/09/laseret2600n_thumb.gif" width="170" height="190" /></a> Problem</strong>: After installing Internet Explorer 7 or 8 the web management interface of HP LaserJet 2600n printer is no more accessible.</p>
<p><strong></strong></p>
<p><strong>Solution</strong>: Install latest firmware. <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=446154&amp;lang=en&amp;cc=us&amp;taskId=135&amp;prodSeriesId=446153&amp;prodTypeId=18972" target="_blank">Firmware download</a>.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>See the entire thread on HP support:</p>
<p><a title="http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1212128&amp;admit=109447627+1252318317348+28353475" href="http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1212128&amp;admit=109447627+1252318317348+28353475">http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1212128&amp;admit=109447627+1252318317348+28353475</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/09/07/unable-to-access-hp-laserjet-2600n-from-web-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix MetaFrame I/O Error</title>
		<link>http://www.bahramov.com/2009/07/21/citrix-metaframe-io-error/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/07/21/citrix-metaframe-io-error/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:56:18 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Citrix Metaframe Input/Output Error]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/07/21/citrix-metaframe-io-error/</guid>
		<description><![CDATA[Today I have received a call from one of our users saying that she canâ€™t open an application published on our Citrix MetaFrame Server. Iâ€™ve connected to this userâ€™s PC and noticed the following error:




For search engines:


Cannot connect to the Citrix MetaFrame server.
An I/O (Input/Output) error occurred while your request was being processed.
Try to connect [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have received a call from one of our users saying that she canâ€™t open an application published on our Citrix MetaFrame Server. Iâ€™ve connected to this userâ€™s PC and noticed the following error:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="21-07-2009 9.48" src="http://www.bahramov.com/wp-content/uploads/2009/07/210720099.48.png" border="0" alt="21-07-2009 9.48" width="538" height="151" /></p>
<table border="1" cellspacing="0" cellpadding="2" width="603">
<tbody>
<tr>
<td width="601" valign="top">For search engines:</td>
</tr>
<tr>
<td width="601" valign="top">Cannot connect to the Citrix MetaFrame server.<br />
An I/O (Input/Output) error occurred while your request was being processed.</p>
<p>Try to connect again. If you continue to receive this message, contact your Citrix administrator.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.bahramov.com/wp-content/uploads/2009/07/image22.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" src="http://www.bahramov.com/wp-content/uploads/2009/07/image_thumb22.png" border="0" alt="image" width="244" height="200" align="right" /></a></p>
<p>The problem seems to be related to the old network card (NIC). Iâ€™ve opened the network connections window and â€œrepairedâ€ the network connection.</p>
<p>The error didnâ€™t occur after that and I could open the published application without any problem.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/07/21/citrix-metaframe-io-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to fix error with start up of AU and BITS (EventID 7023 and 7024)</title>
		<link>http://www.bahramov.com/2009/06/30/script-to-fix-the-error-with-start-up-of-automatic-updates-and-bits-services-eventid-7023-and-eventid-7024/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/06/30/script-to-fix-the-error-with-start-up-of-automatic-updates-and-bits-services-eventid-7023-and-eventid-7024/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:39:13 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/?p=330</guid>
		<description><![CDATA[This script detects and tries to fix the error related to start up of Automatic Updates and BITS services on network computers. Such error is related to security identifier (EventID 7023 and EventID 7024). Â This problem is usually observed on network computers after applying changes to group policies. In such cases the script will reset [...]]]></description>
			<content:encoded><![CDATA[<p>This script detects and tries to fix the error related to start up of Automatic Updates and BITS services on network computers. Such error is related to security identifier (EventID 7023 and EventID 7024). Â This problem is usually observed on network computers after applying changes to group policies. In such cases the script will reset a security identifier as per Microsoft KB 555336Â (<a href="http://support.microsoft.com/kb/555336">http://support.microsoft.com/kb/555336</a>) and start Automatic Updates and BITS.Â Can be usefull for networks where Windows Server Update Services 3.0 (WSUS) is used.</p>
<p>Script is taken from: <a href="http://forum.vingrad.ru/forum/topic-154708/view-all.html">http://forum.vingrad.ru/forum/topic-154708/view-all.html</a></p>
<p><span id="more-330"></span>
<pre class="brush: vb.net">&#039; This script detects and tries to fix the error related to start up of Automatic Updates and BITS services
&#039; on network computers. Such error is related to security identifier (EventID 7023 and EventID 7024).
&#039; This problem is usually observed on network computers after applying changes to group policies.
&#039; In such cases the script will reset a security identifier as per Microsoft KB 555336
&#039; http://support.microsoft.com/kb/555336 and start Automatic Updates and BITS.
&#039; Can be usefull for networks where Windows Server Update Services 3.0 (WSUS) is used.
&#039; Script source: http://forum.vingrad.ru/forum/topic-154708/view-all.html

&#039; Initialize variables and WMI-moniker
strComputer = &quot;.&quot;
Set objWMIService = GetObject(&quot;winmgmts:&quot; _
Â Â Â  &amp;amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\cimv2&quot;)
Â Â Â 
&#039; Select Automatic Updates and BITS services from the list of services
Set colListOfServices = objWMIService.ExecQuery _
Â Â Â  (&quot;Select * from Win32_Service Where Name = &#039;BITS&#039; or Name = &#039;wuauserv&#039;&quot;)
Â Â Â 
&#039; For each of selected services:
For Each objService in colListOfServices
Â Â Â  isStarted = 0
Â Â Â  &#039; Check its status. If stopped then
Â Â Â  IfÂ  objService.State = &quot;Stopped&quot; Then
Â Â Â Â  &#039; Try to start it.
Â Â Â Â  WScript.Echo (&quot;Service &quot; &amp;amp; objService.Name &amp;amp; &quot; Stopped&quot;)
Â Â Â Â  isStarted = objService.StartService()
Â 
Â Â Â Â  &#039; If when starting we get the same problem try to fix it
Â Â Â Â  &#039; (fix is provided by the Repair function)
Â Â Â Â  If objService.ExitCode &lt;&gt; 0 Then
Â Â Â Â Â Â Â Â  WScript.Echo(&quot;WARNING!!! Error occured, when try to started...&quot;)
Â Â Â Â Â Â Â Â  WScript.Echo (&quot;Try to repair...&quot; &amp;amp; objService.Name)
Â Â Â Â Â Â Â Â Â Â Â  intCode = Repair(strComputer)
Â Â Â Â Â Â Â Â Â Â Â  If intCode = 0 Then
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  WScript.Echo(&quot;Done...&quot;)
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  objService.StartService
Â Â Â Â Â Â Â Â Â Â Â  Else WScript.Echo(&quot;Failed To Repair&quot;)
Â Â Â Â Â Â Â Â Â Â Â  End If
Â Â Â Â  Else If objService.ExitCode = 0 Then WScript.Echo (&quot;Successfully stated...&quot;)
Â Â Â Â  End If
Â Â Â  End If
Next
Function Repair(strComputer)
Â Â Â  strCommandLine = &quot;sc sdset &quot; &amp;amp; objService.Name &amp;amp; &quot; &quot; &amp;amp; Chr(34) &amp;amp; &quot;D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)&quot; &amp;amp; Chr(34)
Â Â Â  Set objWMIService = GetObject(&quot;winmgmts:\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\CIMV2&quot;)
Â Â Â  &#039; Obtain the definition of the class.
Â Â Â  Set objShare = objWMIService.Get(&quot;Win32_Process&quot;)
Â Â Â  &#039; Obtain an InParameters object specific
Â Â Â  &#039; to the method.
Â Â Â  Set objInParam = objShare.Methods_(&quot;Create&quot;). _
Â Â Â Â  inParameters.SpawnInstance_()
Â Â Â  &#039; Add the input parameters.
Â Â Â  objInParam.Properties_.Item(&quot;CommandLine&quot;) = strCommandLine
Â Â Â  &#039; Execute the method and obtain the return status.
Â Â Â  &#039; The OutParameters object in objOutParams
Â Â Â  &#039; is created by the provider.
Â Â Â  Set objOutParams = objWMIService.ExecMethod(&quot;Win32_Process&quot;, &quot;Create&quot;, objInParam)
Â Â Â  &#039; List OutParams
Â Â Â  WScript.Echo &quot;Out Parameters: &quot;
Â Â Â  WScript.echo &quot;ProcessId: &quot; &amp;amp; objOutParams.ProcessId
Â Â Â  Repair = objOutParams.ReturnValue
End Function</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/06/30/script-to-fix-the-error-with-start-up-of-automatic-updates-and-bits-services-eventid-7023-and-eventid-7024/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

