<?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>[Deploy_Windows (TRUE)] &#187; Unattended Windows 2008</title>
	<atom:link href="http://deploywindows.net/archives/category/unattended/unattended-windows-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://deploywindows.net</link>
	<description>Deployment Skills .&#62; Delivered</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:16:26 +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>XP/2003/2008/Vista/Win7: Rename the Administrator</title>
		<link>http://deploywindows.net/archives/488</link>
		<comments>http://deploywindows.net/archives/488#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:10:39 +0000</pubDate>
		<dc:creator>Lars Krogh</dc:creator>
				<category><![CDATA[Unattended Windows 2003]]></category>
		<category><![CDATA[Unattended Windows 2008]]></category>
		<category><![CDATA[Unattended Windows 7]]></category>
		<category><![CDATA[Unattended Windows XP]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[MDT 2010]]></category>

		<guid isPermaLink="false">http://deploywindows.net/?p=488</guid>
		<description><![CDATA[I rename the Administrator account as part of my OS configuration steps (I use one username for my desktop installs and another username for my server installs). These are the steps: renuser Administrator &#8220;the-new-adminname&#8221; (download renuser from www.ntfaq.com) reg ADD &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /V DefaultUserName /T REG_SZ /F /D &#8220;the-new-adminname&#8221; reg ADD &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /V AltDefaultUserName /T REG_SZ [...]]]></description>
			<content:encoded><![CDATA[<p>I rename the Administrator account as part of my OS configuration steps (I use one username for my desktop installs and another username for my server installs).</p>
<p><img class="alignnone" title="Rename Administrator" src="http://deploywindows.net/wp-files/png/RenameAdmin.png" alt="" width="193" height="143" /></p>
<p>These are the steps:</p>
<p>renuser Administrator &#8220;the-new-adminname&#8221; (download renuser from <a href="http://www.ntfaq.com">www.ntfaq.com</a><em>)</em></p>
<p>reg ADD &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /V DefaultUserName /T REG_SZ /F /D &#8220;the-new-adminname&#8221;</p>
<p>reg ADD &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /V AltDefaultUserName /T REG_SZ /F /D &#8220;the-new-adminname&#8221;</p>
<p>net user /add Administrator &#8220;a-strong-password&#8221;</p>
<p>net user Administrator /active:no</p>
]]></content:encoded>
			<wfw:commentRss>http://deploywindows.net/archives/488/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008: Unattended.xml customizations</title>
		<link>http://deploywindows.net/archives/467</link>
		<comments>http://deploywindows.net/archives/467#comments</comments>
		<pubDate>Tue, 11 Aug 2009 08:27:18 +0000</pubDate>
		<dc:creator>Lars Krogh</dc:creator>
				<category><![CDATA[Unattended Windows 2008]]></category>
		<category><![CDATA[Unattended.xml]]></category>

		<guid isPermaLink="false">http://deploywindows.net/?p=467</guid>
		<description><![CDATA[In the &#60;settings pass=”specialize”&#62; pass: Enable Remote Desktop &#60;component name=&#8221;Microsoft-Windows-TerminalServices-LocalSessionManager&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;http://schemas.microsoft.com/WMIConfig/2002/State&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8220;&#62;     &#60;fDenyTSConnections&#62;false&#60;/fDenyTSConnections&#62; &#60;/component&#62; Disable Internet Explorer hardening for the Administrator &#60;component name=&#8221;Microsoft-Windows-IE-ESC&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;http://schemas.microsoft.com/WMIConfig/2002/State&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8220;&#62;     &#60;IEHardenAdmin&#62;false&#60;/IEHardenAdmin&#62; &#60;/component&#62; Disable Server Manager from Opening Automatically on First Boot &#60;component name=&#8221;Microsoft-Windows-ServerManager-SvrMgrNc&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;http://schemas.microsoft.com/WMIConfig/2002/State&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8220;&#62;     [...]]]></description>
			<content:encoded><![CDATA[<p>In the &lt;settings pass=”specialize”&gt; pass:</p>
<p><strong>Enable Remote Desktop</strong></p>
<p>&lt;component name=&#8221;Microsoft-Windows-TerminalServices-LocalSessionManager&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;<a href="http://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State</a>&#8221; xmlns:xsi=&#8221;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&#8220;&gt;<br />
    &lt;fDenyTSConnections&gt;false&lt;/fDenyTSConnections&gt;<br />
&lt;/component&gt;</p>
<p><strong>Disable Internet Explorer hardening for the Administrator</strong></p>
<p>&lt;component name=&#8221;Microsoft-Windows-IE-ESC&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;<a href="http://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State</a>&#8221; xmlns:xsi=&#8221;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&#8220;&gt;<br />
    &lt;IEHardenAdmin&gt;false&lt;/IEHardenAdmin&gt;<br />
&lt;/component&gt;</p>
<p><strong>Disable Server Manager from Opening Automatically on First </strong><strong>Boot</strong></p>
<p>&lt;component name=&#8221;Microsoft-Windows-ServerManager-SvrMgrNc&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;<a href="http://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State</a>&#8221; xmlns:xsi=&#8221;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&#8220;&gt;<br />
    &lt;DoNotOpenServerManagerAtLogon&gt;true&lt;/DoNotOpenServerManagerAtLogon&gt;<br />
&lt;/component&gt;</p>
<p><strong>Disable Windows OOBE experience</strong></p>
<p>&lt;component name=&#8221;Microsoft-Windows-OutOfBoxExperience&#8221; processorArchitecture=&#8221;amd64&#8243; publicKeyToken=&#8221;31bf3856ad364e35&#8243; language=&#8221;neutral&#8221; versionScope=&#8221;nonSxS&#8221; xmlns:wcm=&#8221;<a href="http://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State</a>&#8221; xmlns:xsi=&#8221;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&#8220;&gt;<br />
    &lt;DoNotOpenInitialConfigurationTasksAtLogon&gt;true&lt;/DoNotOpenInitialConfigurationTasksAtLogon&gt;<br />
&lt;/component&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://deploywindows.net/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
