<?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>Developer OneNote &#187; Windows Server 2008</title>
	<atom:link href="http://devonenote.com/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL Server 2005 The full-text search service cannot start</title>
		<link>http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-2005-the-full-text-search-service-cannot-start</link>
		<comments>http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 10:35:40 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/</guid>
		<description><![CDATA[After you install SQL Server 2005 RTM on windows server 2008, the full-text search service cannot start. This is because the full-text search service depends on the NTLMSSP (NTLM Security Support Provider) service but the NTLMSSP service does not exist &#8230; <a href="http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/' rel='bookmark' title='Install Windows Live Messenger on 64bit Windows XP and Server 2003'>Install Windows Live Messenger on 64bit Windows XP and Server 2003</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After you install SQL Server 2005 RTM on windows server 2008, the full-text search service cannot start. This is because the full-text search service depends on the NTLMSSP (NTLM Security Support Provider) service but the NTLMSSP service does not exist on Windows Server 2008. </p>
<p>To resolve this problem, simple install SQL Server 2005 SP3</p>
<p>SQL Server 2005 SP3 can be downloaded from <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4</a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/' rel='bookmark' title='Install Windows Live Messenger on 64bit Windows XP and Server 2003'>Install Windows Live Messenger on 64bit Windows XP and Server 2003</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run IIS in 32-bit mode on a 64 bit machine</title>
		<link>http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=run-iis-in-32-bit-mode-on-a-64-bit-machine</link>
		<comments>http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 14:10:32 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/</guid>
		<description><![CDATA[To configure ASP.NET to run in 32 bit mode on a 64 bit server. On IIS6, open a command prompt and type following command and press ENTER. cscript //nologo %SYSTEMDRIVE%\InetPub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 On IIS7/7.5, open a command prompt and &#8230; <a href="http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/' rel='bookmark' title='Enabling Virtualization in Your BIOS'>Enabling Virtualization in Your BIOS</a></li>
<li><a href='http://devonenote.com/2010/09/grant-permission-to-defaultapppool-identity/' rel='bookmark' title='Grant Permission to DefaultAppPool Identity'>Grant Permission to DefaultAppPool Identity</a></li>
<li><a href='http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/' rel='bookmark' title='Enable DotNet 3.5 from command line'>Enable DotNet 3.5 from command line</a></li>
<li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To configure ASP.NET to run in 32 bit mode on a 64 bit server.</p>
<p>On IIS6, open a command prompt and type following command and press ENTER.</p>
<p class="textborder">cscript //nologo %SYSTEMDRIVE%\InetPub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1</p>
<p>On IIS7/7.5, open a command prompt and type following command and press ENTER.</p>
<p class="textborder">apppool /apppool.name:MyAppPool32bit /enable32BitAppOnWin64:true</p>
<p>You can set the same in IIS 7 Manager UI by opening the &#8216;Advanced Settings&#8217; for the app pool and change Change the Enable 32-bit Applications to True</p>
<p><a href="http://devonenote.com/wp-content/uploads/2011/03/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px; padding-top: 0px" title="Enable 32 bit applications in IIS 7" border="0" alt="Enable 32 bit applications in IIS 7" align="left" src="http://devonenote.com/wp-content/uploads/2011/03/image_thumb.png" width="394" height="480" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/' rel='bookmark' title='Enabling Virtualization in Your BIOS'>Enabling Virtualization in Your BIOS</a></li>
<li><a href='http://devonenote.com/2010/09/grant-permission-to-defaultapppool-identity/' rel='bookmark' title='Grant Permission to DefaultAppPool Identity'>Grant Permission to DefaultAppPool Identity</a></li>
<li><a href='http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/' rel='bookmark' title='Enable DotNet 3.5 from command line'>Enable DotNet 3.5 from command line</a></li>
<li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Windows Live Messenger on 64bit Windows XP and Server 2003</title>
		<link>http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-windows-live-messenger-on-64bit-windows-xp</link>
		<comments>http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:54:14 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Windows Live Essentials]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp-x64-and-server-2003/</guid>
		<description><![CDATA[Windows Live Messenger cannot be installed on Windows Server 2003 and Windows XP Professional x64 Edition. It seems that these OS are blocked in Windows Live Messenger setup. Eventually I found this blog Install Windows Live Messenger 2009 from .msi &#8230; <a href="http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/error-0x80070643-when-install-windows-live-essentials/' rel='bookmark' title='Error 0&#215;80070643 When Install Windows Live Essentials'>Error 0&#215;80070643 When Install Windows Live Essentials</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-beta-is-released/' rel='bookmark' title='Windows Live Essentials Beta is released'>Windows Live Essentials Beta is released</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-setup-fails/' rel='bookmark' title='Windows Live Essentials Setup fails'>Windows Live Essentials Setup fails</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-writer-4/' rel='bookmark' title='Windows Live Writer 4 New Features'>Windows Live Writer 4 New Features</a></li>
<li><a href='http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/' rel='bookmark' title='SQL Server 2005 The full-text search service cannot start'>SQL Server 2005 The full-text search service cannot start</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Windows Live Messenger cannot be installed on Windows Server 2003 and Windows XP Professional x64 Edition. It seems that these OS are blocked in Windows Live Messenger setup.</p>
<p><span style="color: #444444;">Eventually I found this blog </span><a href="http://pyro.eu.org/how-to/windows-live-messenger-2009-msi/">Install Windows Live Messenger 2009 from .msi files</a>. The instruction on this page works well on windows server 2003. It also works on other unsupported OS such as x64 windows XP and windows server 2008</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/error-0x80070643-when-install-windows-live-essentials/' rel='bookmark' title='Error 0&#215;80070643 When Install Windows Live Essentials'>Error 0&#215;80070643 When Install Windows Live Essentials</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-beta-is-released/' rel='bookmark' title='Windows Live Essentials Beta is released'>Windows Live Essentials Beta is released</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-setup-fails/' rel='bookmark' title='Windows Live Essentials Setup fails'>Windows Live Essentials Setup fails</a></li>
<li><a href='http://devonenote.com/2010/06/windows-live-writer-4/' rel='bookmark' title='Windows Live Writer 4 New Features'>Windows Live Writer 4 New Features</a></li>
<li><a href='http://devonenote.com/2011/03/sql-server-2005-the-full-text-search-service-cannot-start/' rel='bookmark' title='SQL Server 2005 The full-text search service cannot start'>SQL Server 2005 The full-text search service cannot start</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/02/install-windows-live-messenger-on-64bit-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Virtualization in Your BIOS</title>
		<link>http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enabling-virtualization-in-your-bios</link>
		<comments>http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:28:15 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows How to]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/</guid>
		<description><![CDATA[For Dell Systems Restart your machine, and press F2 at boot (or whichever key is necessary) to enter BIOS setup Under Performance &#62; set Virtualization to ON Under Performance &#62; set VT for Direct I/O Access to ON Save &#38; &#8230; <a href="http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/how-to-install-hyper-v/' rel='bookmark' title='How to Install Hyper-V'>How to Install Hyper-V</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
<li><a href='http://devonenote.com/2011/02/syspreped-windows-7-fail-with-windows-could-not-finish-configuring-the-system/' rel='bookmark' title='Syspreped Windows 7 fail with &quot;Windows could not finish configuring the system&quot;'>Syspreped Windows 7 fail with &quot;Windows could not finish configuring the system&quot;</a></li>
<li><a href='http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/' rel='bookmark' title='Hyper-V VM Slow on Windows Server 2008 R2'>Hyper-V VM Slow on Windows Server 2008 R2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>For Dell Systems</h2>
<ol>
<li>Restart your machine, and press F2 at boot (or whichever key is necessary) to enter BIOS setup </li>
<li>Under Performance &gt; set Virtualization to ON </li>
<li>Under Performance &gt; set VT for Direct I/O Access to ON </li>
<li>Save &amp; Exit BIOS </li>
<li>Restart computer </li>
</ol>
<h2>For HP Systems</h2>
<ol>
<li>Restart your machine, and press F2 at boot (or whichever key is necessary) to enter BIOS setup </li>
<li>Under OS Security &gt; set Intel Virtualization Technology (VTx) to ON </li>
<li>Under OS Security &gt; set IO Virtualization to ON </li>
<li>Save &amp; Exit BIOS </li>
<li>Restart computer </li>
</ol>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/how-to-install-hyper-v/' rel='bookmark' title='How to Install Hyper-V'>How to Install Hyper-V</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
<li><a href='http://devonenote.com/2011/02/syspreped-windows-7-fail-with-windows-could-not-finish-configuring-the-system/' rel='bookmark' title='Syspreped Windows 7 fail with &quot;Windows could not finish configuring the system&quot;'>Syspreped Windows 7 fail with &quot;Windows could not finish configuring the system&quot;</a></li>
<li><a href='http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/' rel='bookmark' title='Hyper-V VM Slow on Windows Server 2008 R2'>Hyper-V VM Slow on Windows Server 2008 R2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activating Server Core</title>
		<link>http://devonenote.com/2010/01/activating-server-core/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=activating-server-core</link>
		<comments>http://devonenote.com/2010/01/activating-server-core/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:15:49 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Activation]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows How to]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/01/activating-server-core/</guid>
		<description><![CDATA[Slmgr.vbs is the tool that designed to be used to activate Server Core. Windows Software Licensing Management Tool Usage: slmgr.vbs [MachineName User Password] &#60;One of the Options&#62; MachineName: if machine name is not provided, slmgr.vbs runs on local machine (do &#8230; <a href="http://devonenote.com/2010/01/activating-server-core/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/' rel='bookmark' title='Enabling Virtualization in Your BIOS'>Enabling Virtualization in Your BIOS</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/' rel='bookmark' title='Hyper-V VM Slow on Windows Server 2008 R2'>Hyper-V VM Slow on Windows Server 2008 R2</a></li>
<li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/03/span-remote-desktop-across-multiple-monitors/' rel='bookmark' title='Span Remote Desktop Across Multiple Monitors'>Span Remote Desktop Across Multiple Monitors</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Slmgr.vbs is the tool that designed to be used to activate Server Core.    </p>
<p class="textborder">Windows Software Licensing Management Tool    <br />Usage: slmgr.vbs [MachineName User Password] &lt;One of the Options&gt;     <br />MachineName: if machine name is not provided, slmgr.vbs runs on local machine (do not require User/Password)     <br />Note, this management tool is only for Windows     <br />Global Options:     <br />-did&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Display product GUIDs and descriptions     <br />-ilc &lt;License File&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Install license     <br />-ipk &lt;Product Key&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Install product key     <br />-upk &lt;Product GUID&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Uninstall specified product key     <br />-ato [Product GUID]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Activate specified product     <br />, (activate all products if parameter not provided)     <br />-atp &lt;Product GUID&gt; &lt;Confirmation ID&gt;, Activate specified product with user-provided confirmation ID     <br />-dli [Product GUID]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Display license information for specified product     <br />, (all licenses are displayed if parameter not provided)     <br />Volume Licensing: Key Management Service (KMS) Options:     <br />-dbi&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Display KMS and client license information     <br />-skms &lt;KMS Machine Name&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Set name of KMS Computer to be used     <br />-ckms&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Clear name of KMS computer used     <br />-sai &lt;ActivationInterval&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Set how often client connects to KMS computer (in minutes) before computer is activated     <br />-sri &lt;RenewalInterval&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Set how often client connects to KMS computer (in minutes) after computer is activated     <br />-bmc&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Immediately attempt to connect client to KMS computer     <br />-ekms &lt;Product Key&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; , Enable Key Management Service on this machine</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/01/enabling-virtualization-in-your-bios/' rel='bookmark' title='Enabling Virtualization in Your BIOS'>Enabling Virtualization in Your BIOS</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/' rel='bookmark' title='Hyper-V VM Slow on Windows Server 2008 R2'>Hyper-V VM Slow on Windows Server 2008 R2</a></li>
<li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/03/span-remote-desktop-across-multiple-monitors/' rel='bookmark' title='Span Remote Desktop Across Multiple Monitors'>Span Remote Desktop Across Multiple Monitors</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/01/activating-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

