<?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>FettesPS &#187; uac</title>
	<atom:link href="http://www.fettesps.com/tag/uac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows 7 &#8211; Creating A Hidden Account</title>
		<link>http://www.fettesps.com/windows-7-creating-a-hidden-account/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-creating-a-hidden-account</link>
		<comments>http://www.fettesps.com/windows-7-creating-a-hidden-account/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 00:52:52 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=392</guid>
		<description><![CDATA[For file sharing purposes I have always had at least one hidden account on my computer.  Currently I have one that I use to connect my Linux box to my Windows 7 box, and a second for allowing friends to copy MP3s and Movies off my drive when I go to lan parties.  Unfortunately, when [...]]]></description>
			<content:encoded><![CDATA[<p>For file sharing purposes I have always had at least one hidden account on my computer.  Currently I have one that I use to connect my Linux box to my Windows 7 box, and a second for allowing friends to copy MP3s and Movies off my drive when I go to lan parties.  Unfortunately, when you create an account for sharing purposes Windows will automatically add it to the login screen. Since this not only causes clutter on our login screen, but a security threat as well, I will show you how to remove this user from the list.</p>
<p>The process for hiding an account has not changed since Windows XP.  This involves tweaking the registry so I do not recommend proceding if you are not comfortable doing so.  To access the registry editor, select <strong>Start-&gt;Run</strong> or hold down your Windows key and hit R.  In the next prompt, enter <strong>regedit </strong>and hit enter.  </p>
<p>Navigate to <strong>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</strong> and create a sub-key named <strong>SpecialAccounts</strong> if it does not already exist.  Inside of that key you will create another called <strong>UserList</strong>.  Make sure UserList is selected and on the right hand side right click and select <strong>New</strong> -&gt; <strong>DWORD (32-bit) Value.</strong> Give this new value the same name as the user account that you would like to hide.</p>
<p><img src="http://www.fettesps.com/wp-content/uploads/2009/07/Untitled.png" alt="Regedit" title="Regedit" width="268" height="230" class="aligncenter size-full wp-image-397" style="float:right;margin: 5px 5px 5px 20px" /></p>
<p>To confirm that it worked hold down your Windows key and hit L which will lock the computer. If you see the user in your list then lock back into your admin user and double check your configuration.  If not, then you have successfully hidden it.</p>
<p>To make this process a little more simple, you can create a text file will the following contents and save it with a <em>.reg</em> extension.   This is very handy if you need to do it on serveral computers or if like myself you have many registry tweaks you need to apply each time you reinstall Windows.</p>
<pre class="brush: bash; title: ; notranslate">
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
&quot;lan&quot;=dword:00000000
</pre>
<p>In this example I use <em>lan</em> as the username, you can of course use whichever username you like just make sure to update the value in the DWORD value.  After saving this file you can simply double-click the registry file and it will automatically apply it for you.</p>
<p>In the event that you would like to log into this user you can activate the old Pre-XP login screen by hitting CTRL+Alt+Del at the login screen.  You will be prompted for a username and password, enter the appropriate values and hit ok.  Keep in mind this will create a desktop profile for the user the first time you log into it, so the first time you do this it may take a bit longer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/windows-7-creating-a-hidden-account/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

