<?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>Ohjeah! &#187; xp</title>
	<atom:link href="http://www.ohjeah.net/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ohjeah.net</link>
	<description>The writings of JRO...</description>
	<lastBuildDate>Thu, 09 Jun 2011 19:07:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Auto Logon with Windows XP</title>
		<link>http://www.ohjeah.net/2009/01/05/auto-logon-with-windows-xp/</link>
		<comments>http://www.ohjeah.net/2009/01/05/auto-logon-with-windows-xp/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:48:44 +0000</pubDate>
		<dc:creator>jro</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Logon]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.ohjeah.net/?p=152</guid>
		<description><![CDATA[Sometimes I need to remind myself where this is located.  This is primarily useful when you have shared domain workstations that need to logon automatically.  Be sure to lock this workstation down!
KB #315231
This article describes how to configure Microsoft Windows 		  XP to automate the logon process by storing your password and other pertinent [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I need to remind myself where this is located.  This is primarily useful when you have shared domain workstations that need to logon automatically.  Be sure to lock this workstation down!</p>
<p><a href="http://support.microsoft.com/kb/315231">KB #315231</a></p>
<p>This article describes how to configure Microsoft Windows 		  XP to automate the logon process by storing your password and other pertinent 		  information in the registry database. This feature permits other users to start 		  your computer and to use the account that you establish to automatically log 		  on.</p>
<p><strong>Important</strong> If you turn on autologon, using Windows XP becomes more 		  convenient. However, using this feature can pose a security risk.</p>
<p><strong>Important</strong> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:</p>
<p><span id="more-152"></span></p>
<div class="indent"><a class="KBlink" href="http://support.microsoft.com/kb/322756/">KB #322756</a> <span class="pLink"> </span> How to back up and restore the registry in Windows</div>
<p>If 		  you set a computer for automatic logon, anyone who can physically gain access 		  to the computer can also gain access to everything that is on the computer, 		  including any network or networks that the computer is connected to. 		  Additionally, if you turn on automatic logon, the password is stored in the 		  registry in plain text. The specific registry key that stores this value is 		  remotely readable by the Authenticated Users group. Therefore, only use this 		  setting if the computer is physically secured and if you make sure that users 		  who you do not trust cannot remotely see the registry.</p>
<p>You can use 		  Registry Editor to add your log on information. To do this, follow these steps:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, 				type <span class="userInput">regedit</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>Locate the following registry key:
<div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</div>
</li>
<li>Using your account name and password, double-click the 				<strong class="uiterm">DefaultUserName</strong> entry, type your user name, and then click 				<strong class="uiterm">OK</strong>.</li>
<li>Double-click the <strong class="uiterm">DefaultPassword</strong> entry, 				type your password under the value data box, and then click 				<strong class="uiterm">OK</strong>.If there is no <strong>DefaultPassword</strong> value, create the value. To do this, follow these steps:
<ol>
<li>In Registry Editor, click <strong class="uiterm">Edit</strong>, click 					 <strong class="uiterm">New</strong>, and then click <strong class="uiterm">String Value</strong>.</li>
<li>Type <span class="userInput">DefaultPassword</span> as the 					 value name, and then press ENTER.</li>
<li>Double-click the newly created key, and then type your 					 password in the <strong class="uiterm">Value Data</strong> box.</li>
</ol>
<p>If no DefaultPassword string is specified, Windows XP 				automatically changes the value of the AutoAdminLogon registry key from <strong>1</strong> (true) to <strong>0</strong> (false) to turn off the AutoAdminLogon feature.</li>
<li>Double-click the <strong class="uiterm">AutoAdminLogon</strong> entry, 				type <span class="userInput">1</span> in the <strong class="uiterm">Value Data</strong> box, and then 				click <strong class="uiterm">OK</strong>.If there is no AutoAdminLogon entry, 				create the entry. To do this, follow these steps:
<ol>
<li>In Registry Editor, click <strong class="uiterm">Edit</strong>, click 					 <strong class="uiterm">New</strong>, and then click <strong class="uiterm">String Value</strong>.</li>
<li>Type <span class="userInput">AutoAdminLogon</span> as the value 					 name, and then press ENTER.</li>
<li>Double-click the newly created key, and then type 					 <span class="userInput">1</span> in the <strong class="uiterm">Value Data</strong> box.</li>
</ol>
</li>
<li>Quit Registry Editor.</li>
<li>Click <strong class="uiterm">Start</strong>, click 				<strong class="uiterm">Restart</strong>, and then click <strong class="uiterm">OK</strong>.</li>
</ol>
<p>After your computer restarts and Windows XP starts, you can log 		  on automatically.</p>
<p>If you want to bypass the automatic logon to log on 		  as a different user, hold down the SHIFT key after you log off or after Windows 		  XP restarts. Note that this procedure applies only to the first logon. To 		  enforce this setting for future logoffs, the administrator must set the 		  following registry key:</p>
<div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</p>
<p><strong>Value:</strong><strong>ForceAutoLogon<br />
Type: REG_SZ<br />
Data: 1</strong></p>
</div>
<p>You can also use turn on automatic logon without 		  editing the registry in Microsoft Windows XP Home Edition and in Microsoft 		  Windows XP Professional on a computer that is not joined to a domain. To do this, follow these 		  steps:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, and then click 				<strong class="uiterm">Run</strong>.</li>
<li>In the <strong class="uiterm">Open</strong> box, type <span class="userInput">control 				userpasswords2</span>, and then click <strong class="uiterm">OK</strong>.<strong>Note</strong> When users try to display help information in the User Accounts window in Windows XP Home Edition, the help information is not displayed. Additionally, users receive the following error message:
<div class="kb_errormsgbody">
<div class="kb_errorcontent">
<div class="errormsg">Cannot find the <var>Drive</var>:\Windows\System32\users.hlp Help file. Check to see that the file exists on your hard disk drive. If it does not exist, you must reinstall it.</div>
</div>
</div>
</li>
<li>Clear the &#8220;Users must enter a user name and password to use this computer&#8221; check box, and then click <strong class="uiterm">Apply</strong>.</li>
<li>In the <strong class="uiterm">Automatically Log On</strong> window, type the password in the <strong class="uiterm">Password</strong> box, and then retype the password in the <strong class="uiterm">Confirm Password</strong> box.</li>
<li>Click <strong class="uiterm">OK</strong> to close the <strong class="uiterm">Automatically Log On</strong> window, and then click <strong class="uiterm">OK</strong> to close the <strong class="uiterm">User Accounts</strong> window.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.ohjeah.net/2009/01/05/auto-logon-with-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS Image Creation</title>
		<link>http://www.ohjeah.net/2008/12/09/wds-image-creation/</link>
		<comments>http://www.ohjeah.net/2008/12/09/wds-image-creation/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 15:49:46 +0000</pubDate>
		<dc:creator>jro</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[wds]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.ohjeah.net/?p=120</guid>
		<description><![CDATA[As a continuation of my previous WDS post located here, these are the steps I follow for creating my WDS images.

Install OS, drivers, service packs, software, updates, and everything else to master system.
Copy Windows installation media to local drive: xcopy /H /E D:\* C:\windows\options\cabs\
Copy deploy.cab from recent installation media, extract to sysprep folder located on the administrator&#8217;s desktop.
From a Windows command prompt, [...]]]></description>
			<content:encoded><![CDATA[<p>As a continuation of my previous WDS post located <a href="http://www.ohjeah.net/2008/09/24/pxe-and-kickstart-automated-installations-for-linux-via-wds/">here</a>, these are the steps I follow for creating my WDS images.</p>
<ul>
<li>Install OS, drivers, service packs, software, updates, and everything else to master system.</li>
<li>Copy Windows installation media to local drive: <span style="color: #008000;">xcopy /H /E D:\* C:\windows\options\cabs\</span></li>
<li>Copy deploy.cab from recent installation media, extract to sysprep folder located on the administrator&#8217;s desktop.</li>
<li>From a Windows command prompt, browse to sysprep folder and run:  <span style="color: #008000;">sysprep.exe -mini -reseal </span>(with optional flags) </li>
<li>Wait for system to shutdown..  start system back up, ensure PXE or network boot is enabled.</li>
<li>Boot from PXE/WDS, select Windows PE from options menu. </li>
<li>At Windows PE command prompt, run: <span style="color: #008000;">wdscapture</span></li>
<li>Follow Windows Image Capture wizard.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ohjeah.net/2008/12/09/wds-image-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

