<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mac login window tricks, Part 3: Hide certain user accounts</title>
	<atom:link href="http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/</link>
	<description>Apple Mac Tips &#38; Tricks, Tutorials, Bug Fixes, and Reviews</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jeremy</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-2598</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sat, 28 Jan 2012 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-2598</guid>
		<description>Hello this is a great guide but there is a flaw I noticed which is when you are logged off you can&#039;t see it but I have two admin accounts and it says my username&#039;s imac, is there a way to fix this?</description>
		<content:encoded><![CDATA[<p>Hello this is a great guide but there is a flaw I noticed which is when you are logged off you can&#8217;t see it but I have two admin accounts and it says my username&#8217;s imac, is there a way to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-1356</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-1356</guid>
		<description>just turn off fast user switching</description>
		<content:encoded><![CDATA[<p>just turn off fast user switching</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unkz</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-1161</link>
		<dc:creator>unkz</dc:creator>
		<pubDate>Wed, 12 May 2010 16:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-1161</guid>
		<description>Everything seems to work here but I have one problem... while the hidden user acct is logged in it DOES seem to appear in the fast user switching menu... so it&#039;s only hidden while logged out.  is there a way to hide the acct from this menu even while it&#039;s logged in?</description>
		<content:encoded><![CDATA[<p>Everything seems to work here but I have one problem&#8230; while the hidden user acct is logged in it DOES seem to appear in the fast user switching menu&#8230; so it&#8217;s only hidden while logged out.  is there a way to hide the acct from this menu even while it&#8217;s logged in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Himes</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-1011</link>
		<dc:creator>Ronald Himes</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-1011</guid>
		<description>OH... and to get to the &quot;Name and Password&quot; fields while the &quot;Other...&quot; option is disabled, do the following:

1.) At the list of users, press the down arrow to highlight one of the accounts.
2.) Press Option+Enter to switch to the &quot;Name and Passwords&quot; fields.

To re-enable the &quot;Other...&quot;:

sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool TRUE

To restore hidden accounts:

sudo defaults delete /Library/Preferences/com.apple.loginwindow HiddenUsersList</description>
		<content:encoded><![CDATA[<p>OH&#8230; and to get to the &#8220;Name and Password&#8221; fields while the &#8220;Other&#8230;&#8221; option is disabled, do the following:</p>
<p>1.) At the list of users, press the down arrow to highlight one of the accounts.<br />
2.) Press Option+Enter to switch to the &#8220;Name and Passwords&#8221; fields.</p>
<p>To re-enable the &#8220;Other&#8230;&#8221;:</p>
<p>sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool TRUE</p>
<p>To restore hidden accounts:</p>
<p>sudo defaults delete /Library/Preferences/com.apple.loginwindow HiddenUsersList</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Himes</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-1010</link>
		<dc:creator>Ronald Himes</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-1010</guid>
		<description>Am I correct in understanding that what you are trying to accomplish is hiding a particular user account AND also to hide the &quot;Other...&quot; button?  Here is my situation:  I have the &quot;Guest&quot; account enabled but I wanted to hide it so that I may log a guest onto the computer, but not have that option displayed by default on the menu.  I also wanted to hide the &quot;Other...&quot; option (similar to pressing &quot;CTRL+ALT+Delete+Delete on the classic Windows logon screen). 

Here&#039;s the solution: 
1.) sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add short_username 
2.) sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE

That should do it!</description>
		<content:encoded><![CDATA[<p>Am I correct in understanding that what you are trying to accomplish is hiding a particular user account AND also to hide the &#8220;Other&#8230;&#8221; button?  Here is my situation:  I have the &#8220;Guest&#8221; account enabled but I wanted to hide it so that I may log a guest onto the computer, but not have that option displayed by default on the menu.  I also wanted to hide the &#8220;Other&#8230;&#8221; option (similar to pressing &#8220;CTRL+ALT+Delete+Delete on the classic Windows logon screen). </p>
<p>Here&#8217;s the solution:<br />
1.) sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add short_username<br />
2.) sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE</p>
<p>That should do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlmostMacMaster</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-987</link>
		<dc:creator>AlmostMacMaster</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-987</guid>
		<description>Is is possible to hide accounts in the Accounts tab within System Preferences (I already use the &quot;Name and Password&quot; option to log in)?
Thanks!</description>
		<content:encoded><![CDATA[<p>Is is possible to hide accounts in the Accounts tab within System Preferences (I already use the &#8220;Name and Password&#8221; option to log in)?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-861</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Sun, 14 Feb 2010 05:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-861</guid>
		<description>The Illusive Man,
Yes, this works in 10.6.</description>
		<content:encoded><![CDATA[<p>The Illusive Man,<br />
Yes, this works in 10.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Illusive Man</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-855</link>
		<dc:creator>The Illusive Man</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-855</guid>
		<description>Greetings, Does this work on OS X 10.6 aka Snow Leopard?</description>
		<content:encoded><![CDATA[<p>Greetings, Does this work on OS X 10.6 aka Snow Leopard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jibz</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-850</link>
		<dc:creator>Jibz</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-850</guid>
		<description>I just want the admin account to install applications, but I wont be ever logging into it.  Thanks!</description>
		<content:encoded><![CDATA[<p>I just want the admin account to install applications, but I wont be ever logging into it.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-849</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-849</guid>
		<description>Jibz,
I&#039;m not sure I understand your question, but I&#039;ll give it a shot. To the best of my knowledge, you cannot prevent the Other option from displaying in the login window. How else would you log in with the hidden user, aside from going to a basic name &amp; password login window?</description>
		<content:encoded><![CDATA[<p>Jibz,<br />
I&#8217;m not sure I understand your question, but I&#8217;ll give it a shot. To the best of my knowledge, you cannot prevent the Other option from displaying in the login window. How else would you log in with the hidden user, aside from going to a basic name &#038; password login window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jibz</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-848</link>
		<dc:creator>Jibz</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-848</guid>
		<description>How do I make a hidden account without it showing Other in the login windows and stay hidden in the system preferences.  If what you said works then the Other and The users in the Syss Prefs will show up.  Thanks a lot!</description>
		<content:encoded><![CDATA[<p>How do I make a hidden account without it showing Other in the login windows and stay hidden in the system preferences.  If what you said works then the Other and The users in the Syss Prefs will show up.  Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-487</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 28 Aug 2009 00:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-487</guid>
		<description>Notha,
Do you have any users accounts still visible or did you hide them all? If you&#039;re hiding all of the users on your Mac you might be better off not using this method. Instead, just go to System Preferences &gt; Accounts &gt; Login Options and then select the option to display login window as &quot;Name and password&quot;.</description>
		<content:encoded><![CDATA[<p>Notha,<br />
Do you have any users accounts still visible or did you hide them all? If you&#8217;re hiding all of the users on your Mac you might be better off not using this method. Instead, just go to System Preferences > Accounts > Login Options and then select the option to display login window as &#8220;Name and password&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notha</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-483</link>
		<dc:creator>notha</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-483</guid>
		<description>When I set the Admin user be hidden it works but there&#039;s no &quot;other&quot; menu in the list.  How to have this appear in the login screen ?</description>
		<content:encoded><![CDATA[<p>When I set the Admin user be hidden it works but there&#8217;s no &#8220;other&#8221; menu in the list.  How to have this appear in the login screen ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egmoo</title>
		<link>http://www.macyourself.com/2009/03/08/mac-login-window-tricks-part-3-hide-certain-user-accounts/comment-page-1/#comment-294</link>
		<dc:creator>egmoo</dc:creator>
		<pubDate>Mon, 25 May 2009 19:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=834#comment-294</guid>
		<description>Thanks! I made a secret admin account with this!
-egmoo</description>
		<content:encoded><![CDATA[<p>Thanks! I made a secret admin account with this!<br />
-egmoo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

