<?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>Cory Collier &#187; problem</title>
	<atom:link href="http://corycollier.com/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://corycollier.com</link>
	<description>Web Developer and System Administrator in Orlando, FL</description>
	<lastBuildDate>Mon, 12 Jul 2010 02:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>XP Logs Off Automatically</title>
		<link>http://corycollier.com/2008/07/xp-logs-off-automatically/</link>
		<comments>http://corycollier.com/2008/07/xp-logs-off-automatically/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 01:39:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[logoff]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[userinit]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://corycollier.com/?p=187</guid>
		<description><![CDATA[So I got a call from a client today regarding a few issues they were having. Most of the problems weren&#8217;t all that difficult to solve, save one&#8230;. The boss&#8217;s computer would immediately log off after he tried to logon. While this might sound funny (in other circumstances, it really is), the client (who is [...]]]></description>
			<content:encoded><![CDATA[<p>So I got a call from a client today regarding a few issues they were having. Most of the problems weren&#8217;t all that difficult to solve, save one&#8230;.</p>
<p>The boss&#8217;s computer would immediately log off after he tried to logon. While this might sound funny (in other circumstances, it really is), the client (who is a really cool guy, whom I respect a lot) did not think it was funny at all.</p>
<p>So, I dived into the Google to find out the issue. The short version; there was a bad registry setting. Basically, when this sort of thing happens, the first thing you should check is the registry. Now, you can&#8217;t connect to the registry locally, since you can&#8217;t logon to the computer with this issue.</p>
<p>So, the first thing you need to do, is logon to a computer on the same network as a user who has administrative rights on the computer concerned. Once you&#8217;ve gotten that far, you&#8217;ll need to open regedit. Something like this:</p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/run-regedit.png"><img class="alignnone size-full wp-image-188" title="Run Regedit" src="http://corycollier.com/wp-content/uploads/2008/07/run-regedit.png" alt="" width="361" height="233" /></a></p>
<p>After that, you&#8217;ll need to connect to the computer in question. That&#8217;s easy, check the following pics:</p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/registry-network-menu.png"><img class="alignnone size-full wp-image-189" title="registry network menu" src="http://corycollier.com/wp-content/uploads/2008/07/registry-network-menu.png" alt="" width="233" height="228" /></a></p>
<p>then&#8230; </p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/remote-registry.png"><img class="alignnone size-full wp-image-190" title="remote registry" src="http://corycollier.com/wp-content/uploads/2008/07/remote-registry.png" alt="" width="465" height="303" /></a></p>
<p>The following key is what you should be looking for:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</p>
<p>That key should contain a string value for &#8216;Userinit&#8217;. If you&#8217;re confused, you should see something like the following:</p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/userinit-registry-key.png"><img class="alignnone size-full wp-image-191" title="userinit registry key" src="http://corycollier.com/wp-content/uploads/2008/07/userinit-registry-key.png" alt="" width="500" height="262" /></a></p>
<p>Well, you probably shouldn&#8217;t see the green box, but you should see the string value for Userinit. If you don&#8217;t see that value in the root of key Winlogon, then you&#8217;ll need to create it. </p>
<p>That&#8217;s not too bad either. First, right click the right hand pane of the registry editor:</p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/picture-4.png"><img class="alignnone size-full wp-image-192" title="right click menu of registry" src="http://corycollier.com/wp-content/uploads/2008/07/picture-4.png" alt="" width="331" height="139" /></a></p>
<p>Select the &#8216;String Value&#8217; item in the right click menu. Once you&#8217;ve gotten that done, you&#8217;ll have a new string value in the right hand pane, awaiting you to name it. It&#8217;ll look something like: </p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/picture-6.png"><img class="alignnone size-full wp-image-193" title="New Registry string value" src="http://corycollier.com/wp-content/uploads/2008/07/picture-6.png" alt="" width="310" height="49" /></a></p>
<p>Name the string Userinit. After you&#8217;ve done that, right click the entry and select &#8216;Modify&#8217;. Make sure that the value for the key is:</p>
<p>c:\windows\system32\userinit.exe</p>
<p>Again, here&#8217;s a picture:</p>
<p><a href="http://corycollier.com/wp-content/uploads/2008/07/picture-8.png"><img class="alignnone size-full wp-image-194" title="Userinit Default String Value" src="http://corycollier.com/wp-content/uploads/2008/07/picture-8.png" alt="" width="383" height="169" /></a></p>
<p>And that&#8217;s it. If you have any issues after you&#8217;ve gotten this done, I recommend an ERD disk or formatting your HD. Those are extreme options, I know. However, I don&#8217;t think you want to tool around with your computer for hours on end ( or maybe you do ).</p>
]]></content:encoded>
			<wfw:commentRss>http://corycollier.com/2008/07/xp-logs-off-automatically/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Macbook &amp; Leopard Woes</title>
		<link>http://corycollier.com/2007/11/macbook-leopard-woes/</link>
		<comments>http://corycollier.com/2007/11/macbook-leopard-woes/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 05:27:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://corycollier.com/?p=12</guid>
		<description><![CDATA[A while ago, I replaced a broken screen on my macbook. It was a difficult thing to do, and after I was done, I noticed I wasn&#8217;t able to use the CD / DVD drive any longer. I didn&#8217;t really care too much about the problem, until I got Leopard, and wanted to get it [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, <a href="http://tweakosx.com/index.php/2007/11/19/replace-macbook-screen-a-tutorial/">I replaced a broken screen on my macbook</a>. It was a difficult thing to do, and after I was done, I noticed I wasn&#8217;t able to use the CD / DVD drive any longer. I didn&#8217;t really care too much about the problem, until I got Leopard, and wanted to get it installed on the machine.</p>
<p>So, I got some tools from my buddy Derek, and got to work on it tonight. Taking apart a macbook is a delicate thing to do, and should be taken seriously. I laughed when my wife suggested I just screws into a bag so I didn&#8217;t lose them. Ideally, one should have a clean white surface to place screws that mimics the placement of them in the actual computer.</p>
<p>Anyways, after about an hour of disassembly and inspection, I figured out the issue. One of the brackets that sit above the CD / DVD drive was lodged underneath the CD / DVD player. I fixed the issue and re-assembled the computer in about 10 minutes. Not bad if I may say so myself.</p>
<p>Then I went to <a href="../leopard-was-worth-the-wait">install Leopard</a> .</p>
<p>The first time I attempted the install, I got everything started and left the machine alone. When I went to check on it about a half hour later, I saw a large notification that the install had failed. I tried to restart the machine to re-attempt the install a few times. Each time however, the installer couldn&#8217;t find the HD to install to.</p>
<p>Finally, I got a notification that the HD was formatted in a way that was incompatible for Leopard. If I proceeded with the install, I was going to have to wipe the HD clean. That was a bit daunting to hear, since my wife is the primary user of the computer. If I lose something she cares about, well, I don&#8217;t have to tell you the horrors I&#8217;d face then.</p>
<p>So, I got out my handy-dandy external HD. It&#8217;s really just a shell with an old 120GB IDE thrown in there, but it does the job well. I got everything I could figure she might want off of the computer, and re-started the install process.</p>
<p>When the computer asked where to install Leopard, I recieved the same prompt as before, but this time I went ahead with the install, knowing that I was formatting the hard drive.</p>
<p>After the format was complete, the installer proceeded. I left the machine alone, figuring that I had a while before I needed to do anything with it. About another half hour later I checked on it, only to see another &#8220;Install Failed&#8221; screen. Now I was in a serious bind: would my wife be without a computer at all?</p>
<p>Well, <a href="../upgrading-software-can-be-hell">I&#8217;ve always been one to keep trying until something gives up and works for me</a> . So, I re-started the install again. This time however, I was happy to see that it worked! I went through the typical post-install steps, and was delighted to see my wife&#8217;s macbook successfully running Leopard.</p>
<p>The one issue that did come up afterwards however, was all my iLife apps were gone. I suppose I can&#8217;t complain too much about it. I didn&#8217;t pay for the original iLife apps, so I&#8217;m not out any money. But still, It&#8217;d be really nice to not have to buy soemthing I already had on here.</p>
]]></content:encoded>
			<wfw:commentRss>http://corycollier.com/2007/11/macbook-leopard-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
