<?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 7</title>
	<atom:link href="http://deploywindows.net/archives/category/unattended/unattended-windows-7/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>Win7: Windows XP to Windows 7 Migration guide</title>
		<link>http://deploywindows.net/archives/712</link>
		<comments>http://deploywindows.net/archives/712#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:42:32 +0000</pubDate>
		<dc:creator>Lars Krogh</dc:creator>
				<category><![CDATA[Unattended Windows 7]]></category>
		<category><![CDATA[Unattended Windows XP]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://deploywindows.net/?p=712</guid>
		<description><![CDATA[Check Microsoft&#8217;s &#8216;From Windows XP to Windows 7&#8242; walk through guide here]]></description>
			<content:encoded><![CDATA[<p>Check Microsoft&#8217;s &#8216;From Windows XP to Windows 7&#8242; walk through guide <a href="http://technet.microsoft.com/en-us/windows/ee150430.aspx" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://deploywindows.net/archives/712/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010: Change Windows 7 setup background</title>
		<link>http://deploywindows.net/archives/615</link>
		<comments>http://deploywindows.net/archives/615#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:50:45 +0000</pubDate>
		<dc:creator>Lars Krogh</dc:creator>
				<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Unattended Windows 7]]></category>
		<category><![CDATA[MDT]]></category>

		<guid isPermaLink="false">http://deploywindows.net/?p=615</guid>
		<description><![CDATA[Within \\&#60;MDT Deployment Share&#62;\Operating Systems\Windows 7 Pro x86\sources Drop a .bmp called &#8216;background_cli.bmp&#8217; &#8211; I have mine in 1024&#215;768.]]></description>
			<content:encoded><![CDATA[<p>Within \\&lt;MDT Deployment Share&gt;\Operating Systems\Windows 7 Pro x86\sources</p>
<p>Drop a .bmp called &#8216;background_cli.bmp&#8217; &#8211; I have mine in 1024&#215;768.</p>
]]></content:encoded>
			<wfw:commentRss>http://deploywindows.net/archives/615/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
