<?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 7</title>
	<atom:link href="http://www.bahramov.com/tag/windows-7/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>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>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>
	</channel>
</rss>

