<?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>Stream of Consciousness &#187; Windows Media Center</title>
	<atom:link href="http://www.streamingmeemee.com/index.php/category/windows-media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.streamingmeemee.com</link>
	<description>Digital Media and whatever else flows through my head...</description>
	<lastBuildDate>Sun, 10 Jan 2010 23:45:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change Windows XP user password via command line</title>
		<link>http://www.streamingmeemee.com/index.php/2010/01/10/change-user-password-on-windows-xp-via-command-line/</link>
		<comments>http://www.streamingmeemee.com/index.php/2010/01/10/change-user-password-on-windows-xp-via-command-line/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:21:55 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://www.streamingmeemee.com/index.php/2010/01/10/change-user-password-on-windows-xp-via-command-line/">streamingmeemee</span></dc:creator>
				<category><![CDATA[Systems Engineering]]></category>
		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://www.streamingmeemee.com/?p=444</guid>
		<description><![CDATA[I found myself needing to change the administrator&#8217;s password on my Windows XP machine today.  I&#8217;ve used that account exactly twice; once to setup the machine and then to create the user account that I use every day.  So no, I don&#8217;t remember the absurdly complex password I came up with 3 years [...]]]></description>
			<content:encoded><![CDATA[<p>I found myself needing to change the administrator&#8217;s password on my Windows XP machine today.  I&#8217;ve used that account exactly twice; once to setup the machine and then to create the user account that I use every day.  So no, I don&#8217;t remember the absurdly complex password I came up with 3 years ago when I built this machine.</p>
<p>Luckily, I&#8217;ve ignored my own advice and have granted admin privileges to my user account.  Only users with admin privileges can change other users&#8217; passwords.  This method will also work to change your own password even if you don&#8217;t have admin privileges.</p>
<pre class="brush: plain;">
C:\net user administrator *
Type a password for the user: asifiwouldtellyou
Retype the password to confirm: asifiwouldtellyou
The command completed successfully.
</pre>
<p>You can also change it without being prompted (useful in scripts):</p>
<pre class="brush: plain;">
C:\net user administrator thenewpasswordgoeshere
The command completed successfully.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.streamingmeemee.com/index.php/2010/01/10/change-user-password-on-windows-xp-via-command-line/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
