<?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>SUMMEYLABS &#187; Windows Server 2008</title>
	<atom:link href="http://summeylabs.com/wordpress/category/how-to/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://summeylabs.com/wordpress</link>
	<description>You mustn&#039;t be afraid to dream a little bigger.</description>
	<lastBuildDate>Thu, 26 Aug 2010 17:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Forgot the administrator password? The Sticky Keys trick</title>
		<link>http://summeylabs.com/wordpress/2010/08/forgot-the-administrator-password-the-sticky-keys-trick/</link>
		<comments>http://summeylabs.com/wordpress/2010/08/forgot-the-administrator-password-the-sticky-keys-trick/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 17:32:19 +0000</pubDate>
		<dc:creator>summey</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://summeylabs.com/wordpress/?p=573</guid>
		<description><![CDATA[// Forgot the administrator password? There are many ways to access a Windows installation if you forgot the administrator password. Today I’ll show you another procedure to reset the Windows password by replacing the Sticky Keys application. This program allows &#8230; <a href="http://summeylabs.com/wordpress/2010/08/forgot-the-administrator-password-the-sticky-keys-trick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="post-content">
<p><script type="text/javascript">// <![CDATA[
GA_googleFillSlot("text-link");
// ]]&gt;</script></p>
<p><!-- authors --></p>
<p>Forgot the administrator password? There are many ways to access a Windows installation if you forgot the administrator password. Today I’ll show you another procedure to reset the Windows password by replacing the Sticky Keys application. This program allows you to use the function keys SHIFT, CTRL, ALT, or the Windows key by typing one key after the other instead of pressing them simultaneously with the second key. The main advantage of this password reset method is that you don’t need third-party software; another plus is that it is easy to carry out because no Registry hack is required, as when you <a href="http://4sysops.com/archives/offline-enable-the-built-in-administrator-account-in-windows-7-and-vista/">offline enable the built-in administrator</a>.</p>
<p><a onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2010/08/forgot.administrator.password.sethc.png','',event,300,75)" href="http://4sysops.com/wp-content/uploads/2010/08/forgot.administrator.password.sethc.png"><img style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="forgot.administrator.password.sethc" src="http://4sysops.com/wp-content/uploads/2010/08/forgot.administrator.password.sethc_thumb.png" border="0" alt="Forgot Administrator Password - Sticky Keys trick" width="604" height="423" /></a></p>
<p><span id="more-4914"> </span>Please note that resetting the password from an account other than the corresponding user account always means that the user loses the credentials stored in the <a href="http://4sysops.com/archives/windows-vault-windows-stored-user-passwords/">Windows Vault</a>, <a href="http://4sysops.com/archives/saved-internet-explorer-passwords/">stored Internet Explorer passwords</a>, and files that you encrypted with the Encrypting File System (EFS). Of course, if you have a backup of these credentials, you can restore them; likewise, if you have exported the private EFS key, you can import it again after you have reset the password.</p>
<p>Like with all other solutions that allow you to reset the Windows password without having an account on the corresponding computer, you have to boot from a second operating system and access the Windows installation while it is offline.</p>
<p>You can do this with a <a href="http://4sysops.com/archives/build-a-bootable-windows-pe-3-0-usb-drive-with-rescue-tools-part-1/">bootable Windows PE USB</a> stick or by using Windows RE. You can start Windows RE by booting the Windows Vista or Windows 7 setup DVD and then selecting “Repair” instead of “Install Windows.”</p>
<p><!-- adman_adcode (middle, 1) --><span style="margin: 10px auto;"><script type="text/javascript">// <![CDATA[
  GA_googleFillSlot("Content-Middle");
// ]]&gt;</script></span><!-- /adman_adcode (middle) --></p>
<p>By the way, you can’t use the Windows XP boot CD for this purpose because its Recovery Console will ask for a password for the offline installation. However, you can use a Vista or Windows 7 DVD to reset a forgotten Windows administrator password on Windows XP.</p>
<p>This works because Windows RE, which is based on Vista or Windows 7, will let you launch a command prompt with access to an offline installation without requiring a password.</p>
<h2>To reset a forgotten administrator password, follow these steps:</h2>
<ol>
<li>Boot from Windows PE or Windows RE and access the command prompt.</li>
<li>Find the drive letter of the partition where Windows is installed. In Vista and Windows XP, it is usually C:, in Windows 7, it is D: in most cases because the first partition contains Startup Repair. To find the drive letter, type C: (or D:, respectively) and search for the Windows folder. Note that Windows PE (RE) usually resides on X:.</li>
<li>Type the following command (replace “c:” with the correct drive letter if Windows is not located on C:):
<p><strong>copy c:\windows\system32\sethc.exe c:\</p>
<p></strong>This creates a copy of sethc.exe to restore later.</li>
<li>Type this command to replace sethc.exe with cmd.exe:
<p><strong>copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe</strong></li>
<li>Reboot your computer and start the Windows installation where you forgot the administrator password.</li>
<li>After you see the logon screen, press the SHIFT key five times.</li>
<li>You should see a command prompt where you can enter the following command to reset the Windows password (see screenshot above):
<p><strong>net user <em>you_user_name new_password</p>
<p></em></strong>If you don’t know your user name, just type <strong>net user </strong>to list the available user names.</li>
<li>You can now log on with the new password.</li>
</ol>
<p>I recommend that you replace sethc.exe with the copy you stored in the root folder of your system drive in step 3. For this, you have to boot up again with Windows PE or RE because you can’t replace system files while the Windows installation is online. Then you have to enter this command:</p>
<p><strong>copy /y c:\sethc.exe c:\windows\system32\sethc.exe</strong></p>
<p><strong>-Summey<br />
</strong></p>
<div style="width: 620px;">
<div style="float: right; margin-right: 70px; margin-left: 20px; margin-top: 50px;">
</div>
<div style="float: left; text-align: left; margin-top: 5px; width: 300px;">
<p><!-- Ad --></p>
<p><script type="text/javascript">// <![CDATA[
&lt;!--
google_ad_client = "pub-2996275411255994";
/* 300x250, created 8/16/10 */
google_ad_slot = "0650688761";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
// ]]&gt;</script></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://summeylabs.com/wordpress/2010/08/forgot-the-administrator-password-the-sticky-keys-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Network Monitor 3.3 Overview</title>
		<link>http://summeylabs.com/wordpress/2010/02/microsoft-network-monitor-3-3-overview/</link>
		<comments>http://summeylabs.com/wordpress/2010/02/microsoft-network-monitor-3-3-overview/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:13:18 +0000</pubDate>
		<dc:creator>summey</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://summeylabs.com/wordpress/?p=398</guid>
		<description><![CDATA[if you like wireshark you should like this. Microsoft Network Monitor 3.3 Overview -Summey]]></description>
			<content:encoded><![CDATA[<p>if you like wireshark you should like this.</p>
<p><a title="Microsoft Network Monitor 3.3 Overview" href="http://channel9.msdn.com/posts/Darryl/Microsoft-Network-Monitor-33-Overview/" target="_blank">Microsoft Network Monitor 3.3 Overview</a></p>
<p>-Summey</p>
]]></content:encoded>
			<wfw:commentRss>http://summeylabs.com/wordpress/2010/02/microsoft-network-monitor-3-3-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP on a Windows Server 2008</title>
		<link>http://summeylabs.com/wordpress/2009/08/snmp-on-a-windows-server-2008/</link>
		<comments>http://summeylabs.com/wordpress/2009/08/snmp-on-a-windows-server-2008/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:05:24 +0000</pubDate>
		<dc:creator>summey</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://summeylabs.com/wordpress/?p=295</guid>
		<description><![CDATA[I needed to set up SNMP on a Windows Server 2008 box so that I could add it to our Whatâ€™s Up Gold monitoring system. As you probably know, Server 2008 relies heavily on the concepts of Roles and Features. &#8230; <a href="http://summeylabs.com/wordpress/2009/08/snmp-on-a-windows-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-296 alignright" title="snmp" src="http://summeylabs.com/wordpress/wp-content/uploads/2009/08/snmp-300x202.jpg" alt="snmp" width="300" height="202" />I needed to set up SNMP on a Windows Server 2008 box so that I could add it to our Whatâ€™s Up Gold monitoring system. As you probably know, Server 2008 relies heavily on the concepts of Roles and Features. Well, SNMP is a Feature. So, in Server Manager I added the SNMP Feature.</p>
<p>Then, like in previous versions of Windows, I went to the Services UI, scrolled down to â€˜SNMP Serviceâ€™, right-clicked, and selected Properties.</p>
<p>I expected to see a nice series of tabs that would allow me to configure the SNMP Service with things like â€˜community namesâ€™ and â€˜trap destinationsâ€™. Instead, I only got the standard tabs you see on most Services. The service was installed and running, but there was no way to configure it.</p>
<p>Turns out, the â€˜fixâ€™ to this is simpleâ€¦ <a href="http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Windows_Server_2008/Q_23817059.html">Log out and log back in.</a> After logging back in, all teh SNMP configuration tabs were there.</p>
<p>You shouldnâ€™t have to do that, but it is only a small inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://summeylabs.com/wordpress/2009/08/snmp-on-a-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
