<?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>gHacks technology news &#187; guest account</title>
	<atom:link href="http://www.ghacks.net/tag/guest-account/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check the amount of user accounts on your system</title>
		<link>http://www.ghacks.net/2007/10/31/check-the-amount-of-user-accounts-on-your-system/</link>
		<comments>http://www.ghacks.net/2007/10/31/check-the-amount-of-user-accounts-on-your-system/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 21:51:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[guest account]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[user accounts]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/31/check-the-amount-of-user-accounts-on-your-system/</guid>
		<description><![CDATA[Did you know that your system might have more user accounts than you thought it would have. Think about it for a while and write down the number of existing user accounts. If that number is below four you have missed some. Let me explain to you how you can find out which user accounts exist on your system and how to delete or secure those that you do not need.]]></description>
			<content:encoded><![CDATA[<p>Did you know that your system might have more user accounts than you thought it would have. Think about it for a while and write down the number of existing user accounts. If that number is below four you have missed some. Let me explain to you how you can find out which user accounts exist on your system and how to delete or secure those that you do not need.</p>
<p>All you need to do to find out the amount of existing user accounts is to open the command line in Windows and type the following command <code>netsh dump > netsh.txt</code>. Open that text document in a text editor and scroll down to the section entitled &#8216;Ras Configuration&#8217;. </p>
<p>You will most likely find the following user accounts listed there:</p>
<p><span id="more-2201"></span><br />
<blockquote>set user name = Administrator dialin = policy cbpolicy = none<br />
set user name = Guest dialin = policy cbpolicy = none<br />
set user name = HelpAssistant dialin = policy cbpolicy = none<br />
set user name = SUPPORT_388945a0 dialin = policy cbpolicy = none </p></blockquote>
<p>Plus the real user account that you are using to login into Windows. The command <code>net user 'username'</code> reveals detailed information about that user account. Just replace &#8216;username&#8217; with the name of the account that you want to get information for.</p>
<p><code>net user Administrator</code> is a built-in account for administering the computer/domain<br />
<code>net user Guest</code> a built-in account for guest access to the computer/domain<br />
<code>net user HelpAssistant</code> is a Remote Desktop Help Assistant Account.<br />
<code>net user SUPPORT_388945a0</code> is a This is a vendor&#8217;s account for the Help and Support Service. </p>
<p>I do not need those accounts. Maybe the administrator account could come in handy if I can&#8217;t login into Windows anymore with my normal user account but all the other accounts are a security risk and not needed at all. I therefor made the decision to remove the HelpAssistant and Support_388945a0 account and password protect the Administrator and Guest account.</p>
<p>The reason why I keep the Administrator and Guest account is not a choice of mine. It is simply not possible to delete those accounts. The next best thing is to password protect them properly.</p>
<p>You delete a user account in Windows using the following command: <code>net user 'username' /delete</code>. This would mean that I would write <code>net user Guest /delete</code> to delete the guest account.</p>
<p>Changing the password is as easy. To do that use the command: <code>net user 'username' 'password</code>. If I wanted to change the password of the Administrators account to ghacks I would use the command <code>net user Administrator ghacks</code></p>

	Tags: <a href="http://www.ghacks.net/tag/administrator/" title="administrator" rel="tag">administrator</a>, <a href="http://www.ghacks.net/tag/guest-account/" title="guest account" rel="tag">guest account</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/user-accounts/" title="user accounts" rel="tag">user accounts</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/11/what-is-connecting-to-the-internet/" title="What is connecting to the Internet (January 11, 2008)">What is connecting to the Internet</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/13/microsoft-august-2008-security-updates/" title="Microsoft August 2008 Security Updates (August 13, 2008)">Microsoft August 2008 Security Updates</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/27/february-2008-security-releases-iso-image/" title="February 2008 Security Releases ISO Image (February 27, 2008)">February 2008 Security Releases ISO Image</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/31/check-the-amount-of-user-accounts-on-your-system/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
