<?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>Scott Means &#187; vista</title>
	<atom:link href="http://smeans.com/category/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://smeans.com</link>
	<description>Ripping the envelope of software development, one technology at a time.</description>
	<lastBuildDate>Tue, 06 Oct 2009 13:47: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>Windows Vista: making the formerly trivial nearly impossible every day since 2007.</title>
		<link>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/</link>
		<comments>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 20:17:23 +0000</pubDate>
		<dc:creator>smeans</dc:creator>
				<category><![CDATA[kids]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/</guid>
		<description><![CDATA[So yesterday my daughter got herself into trouble. Normally, she&#8217;s a really well-behaved girl, but last night she made up for a few months of good behaviour with one well-timed failure to obey her mother and some poor choices regarding a school orchestra recital. So to punish her, I&#8217;ve taken away her access to the [...]]]></description>
			<content:encoded><![CDATA[<p>So yesterday my daughter got herself into trouble. Normally, she&#8217;s a really well-behaved girl, but last night she made up for a few months of good behaviour with one well-timed failure to obey her mother and some poor choices regarding a school orchestra recital. So to punish her, I&#8217;ve taken away her access to the computer for a week. Should be a snap, I think. In every version of Windows since NT I can just go in and disable her account. Child&#8217;s play. Wrong, sooo wrong.</p>
<p>I tried several approaches, some obvious, some not, but for some reason Microsoft decided that the account lock out feature is too dangerous for primitive Windows Vista home users. They don&#8217;t provide any access to it in the User Accounts applet through the Control Panel, and they&#8217;ve disabled access through the Computer Management MMC plug-in. After flailing around for about fifteen minutes (which for such a trivial thing felt like a lifetime), I suddenly remembered the old tried-and-true user account command line tool: <code>NET USER</code>.</p>
<p>Not to be confused with <code>NET USE</code> (which is for accessing shared network drives), <code>NET USER</code> lets you manage Windows user accounts from the command line. Feeling like I was only seconds away from my goal, I started a command prompt and got the command line help for the tool (<code>NET USER /?</code>). I get this output:</p>
<p><code>NET USER [username [password | *] [options]] [/DOMAIN]<br />
         username {password | *} /ADD [options] [/DOMAIN]<br />
         username [/DELETE] [/DOMAIN]<br />
         username [/TIMES:{times | ALL}]</code></p>
<p>Arrgh! Nothing remotely resembling the disable command I remember from 10 years ago. But, not willing to give up yet, I try <code>NET HELP USER</code>, and I see this:</p>
<p><code><em>(boring stuff elided)</em></p>
<p>Options      Are as follows:</p>
<p>   Options                    Description<br />
      --------------------------------------------------------------------<br />
   <span style="color: red">/ACTIVE:{YES | NO}         Activates or deactivates the account. If<br />
                              the account is not active, the user cannot<br />
                              access the server. The default is YES.</span></p>
<p><em>(more boring stuff elided)</em></code></p>
<p>Victory! So I disabled her account, and it disappeared off of the login screen. She&#8217;ll think I deleted it, and I&#8217;ll go to sleep tonight satisfied that I have yet again managed to do something in 1/2 hour that could have been done with three mouse clicks a mere three years ago. Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://smeans.com/2008/04/18/windows-vista-making-the-formerly-trivial-nearly-impossible-every-day-since-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
