<?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>Point41 &#187; Other</title>
	<atom:link href="http://www.point41.com/index.php/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.point41.com</link>
	<description>IT Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 13 Aug 2009 21:24:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Server 2003 Automatic Logon On Startup</title>
		<link>http://www.point41.com/index.php/2009/08/06/windows-server-2003-automatic-logon-on-startup/</link>
		<comments>http://www.point41.com/index.php/2009/08/06/windows-server-2003-automatic-logon-on-startup/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:24:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.point41.com/?p=3</guid>
		<description><![CDATA[After system startup, there is sometimes a need to have Windows Server login automatically as a particular user. The following changes to the registry accomplishes this.


Using RegEdit, open the following key: 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Set the account name in the DefaultUserName entry. If DefaultUserName does not exist, create a new entry as a string value (REG_SZ).
Set the [...]]]></description>
			<content:encoded><![CDATA[<p>After system startup, there is sometimes a need to have Windows Server login automatically as a particular user. The following changes to the registry accomplishes this.
</p>
<ul style="text-align: left">
<li>Using RegEdit, open the following key: <br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</li>
<li>Set the account name in the <strong>DefaultUserName</strong> entry. If <strong>DefaultUserName</strong> does not exist, create a new entry as a string value (REG_SZ).</li>
<li>Set the password in the <strong>DefaultPassword</strong> entry. If <strong>DefaultPassword</strong> does not exist, create a new entry as a string value (REG_SZ).</li>
<li>Set the <strong>AutoAdminLogon</strong> entry to <strong>1</strong>. If <strong>AutoAdminLogon</strong> does not exist, create a new entry as a string value (REG_SZ).</li>
</ul>
<div style="text-align: center">
<br />
<i>Click on the picture for larger image.</i><br />
<a href="/wp-content/uploads/2009/08/autostart.gif" target="_blank"><img src="/wp-content/uploads/2009/08/autostart.gif" style="width:450px" /></a>
</div>
<p>The next time the computer restarts it will automatically login as the specified user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.point41.com/index.php/2009/08/06/windows-server-2003-automatic-logon-on-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
