<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Boot up Windows before you even log in</title>
	<atom:link href="http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel</link>
	<description>Anything is possible... with brainfuel!</description>
	<lastBuildDate>Thu, 05 Jan 2012 20:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Minimizr &#187; Blog Archive &#187; Boot Up Windows Before You Even Log In</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-142978</link>
		<dc:creator>Minimizr &#187; Blog Archive &#187; Boot Up Windows Before You Even Log In</dc:creator>
		<pubDate>Wed, 18 Oct 2006 20:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-142978</guid>
		<description>[...] If you wait couple minutes after turning your computer on to log in Windows and after log in you wait still some more minutes before Windows is ready to go, this tip is for you and it will save you minutes every day. After booting up to login screen Windows will login automatically and lock the desktop right after that. So, you boot up your computer and next you unlock the desktop and can start surfing the web right away. Note that for security reasons this really probably suitable only for home computer with singel user. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you wait couple minutes after turning your computer on to log in Windows and after log in you wait still some more minutes before Windows is ready to go, this tip is for you and it will save you minutes every day. After booting up to login screen Windows will login automatically and lock the desktop right after that. So, you boot up your computer and next you unlock the desktop and can start surfing the web right away. Note that for security reasons this really probably suitable only for home computer with singel user. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-35286</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Tue, 24 Jan 2006 22:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-35286</guid>
		<description>So basically... the tweak ui password is encrypted in a hidden area of your registry that is technically just as secure as the place that your windows password itself is located.

The only thing you have to worry about, then, is someone bypassing the automatic lock when the computer boots up through some sort of hack.

I will not deny that this is a possibility. However, I *did* try, and wasn&#039;t able to replicate the technique that you mentioned.

So in conclusion, people, if you work in a high-risk environment and your co-workers are all highly knowledgable computer administrators and/or hackers, I recommend that you don&#039;t use this time saving auto-login trick.

However, for the average computer user in a low to medium security environment, I think you will still find this auto-login and lock trick to be useful.

</description>
		<content:encoded><![CDATA[<p>So basically&#8230; the tweak ui password is encrypted in a hidden area of your registry that is technically just as secure as the place that your windows password itself is located.</p>
<p>The only thing you have to worry about, then, is someone bypassing the automatic lock when the computer boots up through some sort of hack.</p>
<p>I will not deny that this is a possibility. However, I *did* try, and wasn&#8217;t able to replicate the technique that you mentioned.</p>
<p>So in conclusion, people, if you work in a high-risk environment and your co-workers are all highly knowledgable computer administrators and/or hackers, I recommend that you don&#8217;t use this time saving auto-login trick.</p>
<p>However, for the average computer user in a low to medium security environment, I think you will still find this auto-login and lock trick to be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Woznick</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-35285</link>
		<dc:creator>Chad Woznick</dc:creator>
		<pubDate>Tue, 24 Jan 2006 22:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-35285</guid>
		<description>Thomas,

Sorry about the previous post. I followed up and verified what you mentioned above regarding Tweakui storing the password in a &quot;more&quot; secure method. It&#039;s funny that you mention regmon, because that is the tool I used to check out what the new version of tweakui is doing.

However, my recommendation still stands that this is an insecure method for domain logons based on what I found out about Tweakui&#039;s new method.

Tweakui calls the local windows security service and the local windows security service stores the password in an area of the registry that is not normal accessible, even from the admin account. ;) Being curious, I elevated a cmd.exe window to system status, and ran regedit as the system account. 

The security service stores a hash at the following location: [HKEY_LOCAL_MACHINE \ SECURITY \ Policy \ Secrets \ DefaultPassword \ CurrVal]

I&#039;ve only played around with it for a little bit, but it looks like the method Microsoft is using to store the password is reversable. That is, everytime Tweakui is used to modify this value, it produces the same result. It doesn&#039;t look like it changes on use.

So, based on this, and the easy way to bypass the lock feature with task manager (I re-tested that), this quick way to logon does not seem secure.

Once again, I am sorry for referring to the old way TweakUI worked in the earlier posts.

Respectfully,
Chad Woznick
www.nearlyclever.com</description>
		<content:encoded><![CDATA[<p>Thomas,</p>
<p>Sorry about the previous post. I followed up and verified what you mentioned above regarding Tweakui storing the password in a &#8220;more&#8221; secure method. It&#8217;s funny that you mention regmon, because that is the tool I used to check out what the new version of tweakui is doing.</p>
<p>However, my recommendation still stands that this is an insecure method for domain logons based on what I found out about Tweakui&#8217;s new method.</p>
<p>Tweakui calls the local windows security service and the local windows security service stores the password in an area of the registry that is not normal accessible, even from the admin account. <img src='http://www.brainfuel.tv/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Being curious, I elevated a cmd.exe window to system status, and ran regedit as the system account. </p>
<p>The security service stores a hash at the following location: [HKEY_LOCAL_MACHINE \ SECURITY \ Policy \ Secrets \ DefaultPassword \ CurrVal]</p>
<p>I&#8217;ve only played around with it for a little bit, but it looks like the method Microsoft is using to store the password is reversable. That is, everytime Tweakui is used to modify this value, it produces the same result. It doesn&#8217;t look like it changes on use.</p>
<p>So, based on this, and the easy way to bypass the lock feature with task manager (I re-tested that), this quick way to logon does not seem secure.</p>
<p>Once again, I am sorry for referring to the old way TweakUI worked in the earlier posts.</p>
<p>Respectfully,<br />
Chad Woznick<br />
<a href="http://www.nearlyclever.com" rel="nofollow">http://www.nearlyclever.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-35280</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Tue, 24 Jan 2006 21:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-35280</guid>
		<description>Hello Chad,

Thank you for your security concerns.

However, one thing you may not be aware of is the fact that the insecure &quot;auto-login&quot; method on Technet is actually unrelated to the method used by TweakUI and my article.

&lt;i&gt;&lt;b&gt;The latest version of TweakUI for Windows XP does *not* store your password in the registry in plaintext.&lt;/b&gt;&lt;/i&gt;

I encourage you to download &lt;b&gt;Regmon&lt;/b&gt; from sysinternals. It is a free utility that will let you monitor your windows registry as programs manipulate it. Turn on TweakUI and go to the auto-login feature. Open up the &quot;Set Password&quot; box, type in a password, and save it with the registry monitor recording everything. You won&#039;t find a clear-text password anywhere.</description>
		<content:encoded><![CDATA[<p>Hello Chad,</p>
<p>Thank you for your security concerns.</p>
<p>However, one thing you may not be aware of is the fact that the insecure &#8220;auto-login&#8221; method on Technet is actually unrelated to the method used by TweakUI and my article.</p>
<p><i><b>The latest version of TweakUI for Windows XP does *not* store your password in the registry in plaintext.</b></i></p>
<p>I encourage you to download <b>Regmon</b> from sysinternals. It is a free utility that will let you monitor your windows registry as programs manipulate it. Turn on TweakUI and go to the auto-login feature. Open up the &#8220;Set Password&#8221; box, type in a password, and save it with the registry monitor recording everything. You won&#8217;t find a clear-text password anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Woznick</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-35277</link>
		<dc:creator>Chad Woznick</dc:creator>
		<pubDate>Tue, 24 Jan 2006 20:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-35277</guid>
		<description>I just read all the above comments going back and forth about plaintext passwords in the registry.

Rather than debate this, I&#039;ll refer you to a Microsoft Technet article that comments on this feature and then show where in the registry that this setting is stored in plaintext.

http://support.microsoft.com/default.aspx?scid=kb;en-us;234562

Location of plaintext password:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultPassword

What is even worse is that the system restore feature of windows makes copies of the registry hives on a regular basis. So adding it all up, if you now decide to turn off this option, your password is still in plain text on the hard drive.

Sincerly,
Chad Woznick
www.nearlyclever.com</description>
		<content:encoded><![CDATA[<p>I just read all the above comments going back and forth about plaintext passwords in the registry.</p>
<p>Rather than debate this, I&#8217;ll refer you to a Microsoft Technet article that comments on this feature and then show where in the registry that this setting is stored in plaintext.</p>
<p><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;234562" rel="nofollow">http://support.microsoft.com/default.aspx?scid=kb;en-us;234562</a></p>
<p>Location of plaintext password:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultPassword</p>
<p>What is even worse is that the system restore feature of windows makes copies of the registry hives on a regular basis. So adding it all up, if you now decide to turn off this option, your password is still in plain text on the hard drive.</p>
<p>Sincerly,<br />
Chad Woznick<br />
<a href="http://www.nearlyclever.com" rel="nofollow">http://www.nearlyclever.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZaC</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34985</link>
		<dc:creator>ZaC</dc:creator>
		<pubDate>Fri, 20 Jan 2006 14:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34985</guid>
		<description>Nice one Thomas!

First of all an answer:
Q :&quot;Is this registry Tweak possible for Win 2000?&quot;

A :Definitely YES. I use Win2K and I use this command in a batch file.Running it from the registry is the same.
-----------

And to back-up Thomas:
Misunderstanding :“Your password will be in cleartex stored in the registry”

My opinion : Not the case.Win2K and WinXP have the autologon feature.If you go to Control Panel under Users there is an option to enable it.If you enable it,it asks for the name and password of the user you want to autologon.
TweakUI just enables this option and passes the name and password to Windows.Windows then encrypts the password.
So your password encryption is just as strong as Windows&#039; is.
I don&#039;t consider this a &quot;horrible security risk&quot;.
Don&#039;t take my word for it!Try a search in the registry with your password, try a file search for files containing your password...You shouldn&#039;t find a thing.I didn&#039;t.

Keep up the good work!
ZaC</description>
		<content:encoded><![CDATA[<p>Nice one Thomas!</p>
<p>First of all an answer:<br />
Q :&#8221;Is this registry Tweak possible for Win 2000?&#8221;</p>
<p>A <img src='http://www.brainfuel.tv/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> efinitely YES. I use Win2K and I use this command in a batch file.Running it from the registry is the same.<br />
&#8212;&#8212;&#8212;&#8211;</p>
<p>And to back-up Thomas:<br />
Misunderstanding :“Your password will be in cleartex stored in the registry”</p>
<p>My opinion : Not the case.Win2K and WinXP have the autologon feature.If you go to Control Panel under Users there is an option to enable it.If you enable it,it asks for the name and password of the user you want to autologon.<br />
TweakUI just enables this option and passes the name and password to Windows.Windows then encrypts the password.<br />
So your password encryption is just as strong as Windows&#8217; is.<br />
I don&#8217;t consider this a &#8220;horrible security risk&#8221;.<br />
Don&#8217;t take my word for it!Try a search in the registry with your password, try a file search for files containing your password&#8230;You shouldn&#8217;t find a thing.I didn&#8217;t.</p>
<p>Keep up the good work!<br />
ZaC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Parks</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34971</link>
		<dc:creator>Joey Parks</dc:creator>
		<pubDate>Fri, 20 Jan 2006 07:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34971</guid>
		<description>Nice job, Tom!
This is so cool, maybe I won&#039;t let you beat at COD2 next time.

Joey (aka &quot;BigMamma&quot;, aka &quot;LiquidG&quot;, aka &quot;unknown soldier&quot;)</description>
		<content:encoded><![CDATA[<p>Nice job, Tom!<br />
This is so cool, maybe I won&#8217;t let you beat at COD2 next time.</p>
<p>Joey (aka &#8220;BigMamma&#8221;, aka &#8220;LiquidG&#8221;, aka &#8220;unknown soldier&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34912</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Thu, 19 Jan 2006 18:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34912</guid>
		<description>Just browse to the key in your registry and remove it. The key is at:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]</description>
		<content:encoded><![CDATA[<p>Just browse to the key in your registry and remove it. The key is at:<br />
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gl4di4tor</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34811</link>
		<dc:creator>Gl4di4tor</dc:creator>
		<pubDate>Wed, 18 Jan 2006 13:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34811</guid>
		<description>how do i remove the reg file now that it has merged with my registry? TIA</description>
		<content:encoded><![CDATA[<p>how do i remove the reg file now that it has merged with my registry? TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34796</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 18 Jan 2006 02:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34796</guid>
		<description>Thanks for the tip man. Good work</description>
		<content:encoded><![CDATA[<p>Thanks for the tip man. Good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34787</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 17 Jan 2006 21:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34787</guid>
		<description>Dream mode on :
I boot, the boot process asks me for a login/password, and it passes them to the OS.

Dream mode off.</description>
		<content:encoded><![CDATA[<p>Dream mode on :<br />
I boot, the boot process asks me for a login/password, and it passes them to the OS.</p>
<p>Dream mode off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gl4di4tor</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34785</link>
		<dc:creator>Gl4di4tor</dc:creator>
		<pubDate>Tue, 17 Jan 2006 21:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34785</guid>
		<description>how do i remove the reg file now that it has merged with my registry?</description>
		<content:encoded><![CDATA[<p>how do i remove the reg file now that it has merged with my registry?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34726</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Mon, 16 Jan 2006 08:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34726</guid>
		<description>Why must there always be nay-sayers to everything?

Un-informed Statement #1: &quot;Tweak UI saves your login in clear text. This is a horrible security risk!&quot;

Reply: Uh. Have you actually done any research on this claim or are you going off of paranoid rumors? Try opening up Tweak UI and go to the autologon section. There is is, plain as day, &quot;The password is stored in encrypted form&quot;.

Un-informed Statement #2: &quot;This is so insecure! All anyone has to do is hold down their Shift key while they&#039;re logging in and it will bypass the automatic lock.&quot;

Reply: Once again. Has anyone actually tried this? Sure, the Shift key, when held, will skip automatic start-up processes. But here&#039;s the beauty of it... If you hold down the Shift key, it doesn&#039;t process your automatic login. So you&#039;re still stuck behind a password box. Verdict: still safe!

Un-informed Statement #3: &quot;While your desktop is loading before the computer locks itself back up, users can click around and get around your security.&quot;

Reply: This may be the case on some computers out there, but my experience with Windows is that while it&#039;s loading the desktop, everything is pretty much completely un-responsive. I try to click the start menu and nothing even happens until everything is loaded and cached up into memory. And the second the computer is loaded and finally becomes responsive... it&#039;s instantly locked. Foiled, once again. Now, this is just my experience that I&#039;ve had with the 10 or so computers that I&#039;ve used this technique with, so I could be wrong. If your computer is responsive while loading your desktop and you are able to click around for a minute or so before it locks, then yeah. Maybe you shouldn&#039;t use this tweak.

Un-informed Statement #4: &quot;Man, this tweak is so stupid! It doesn&#039;t make my computer go any faster! It still takes 5 minutes to load!&quot;

Reply: This tweak isn&#039;t supposed to make your computer boot &quot;faster&quot;, per se. All it does is change that point at which you have to log in. Instead of having the login point half-way during the boot process (requiring you to sit in front of the computer during the whole process), now it&#039;s at the very end after everything is finally loaded. Some people (such as myself) will find this extremely useful. Other people, maybe not so much.

Let me give you an example of one of the ways why I find this tweak useful on my computer at home. My computer at home has a number of programs that run when it boots up. I run a total of 5 different servers on my computer... Apache, Microsoft IIS, my custom home security system, etc... These programs and servers run 24 hours a day. If my computer ever bogs down and crashes for some reason, it automatically reboots. When it re-boots, it automatically logs itself in and locks down.</description>
		<content:encoded><![CDATA[<p>Why must there always be nay-sayers to everything?</p>
<p>Un-informed Statement #1: &#8220;Tweak UI saves your login in clear text. This is a horrible security risk!&#8221;</p>
<p>Reply: Uh. Have you actually done any research on this claim or are you going off of paranoid rumors? Try opening up Tweak UI and go to the autologon section. There is is, plain as day, &#8220;The password is stored in encrypted form&#8221;.</p>
<p>Un-informed Statement #2: &#8220;This is so insecure! All anyone has to do is hold down their Shift key while they&#8217;re logging in and it will bypass the automatic lock.&#8221;</p>
<p>Reply: Once again. Has anyone actually tried this? Sure, the Shift key, when held, will skip automatic start-up processes. But here&#8217;s the beauty of it&#8230; If you hold down the Shift key, it doesn&#8217;t process your automatic login. So you&#8217;re still stuck behind a password box. Verdict: still safe!</p>
<p>Un-informed Statement #3: &#8220;While your desktop is loading before the computer locks itself back up, users can click around and get around your security.&#8221;</p>
<p>Reply: This may be the case on some computers out there, but my experience with Windows is that while it&#8217;s loading the desktop, everything is pretty much completely un-responsive. I try to click the start menu and nothing even happens until everything is loaded and cached up into memory. And the second the computer is loaded and finally becomes responsive&#8230; it&#8217;s instantly locked. Foiled, once again. Now, this is just my experience that I&#8217;ve had with the 10 or so computers that I&#8217;ve used this technique with, so I could be wrong. If your computer is responsive while loading your desktop and you are able to click around for a minute or so before it locks, then yeah. Maybe you shouldn&#8217;t use this tweak.</p>
<p>Un-informed Statement #4: &#8220;Man, this tweak is so stupid! It doesn&#8217;t make my computer go any faster! It still takes 5 minutes to load!&#8221;</p>
<p>Reply: This tweak isn&#8217;t supposed to make your computer boot &#8220;faster&#8221;, per se. All it does is change that point at which you have to log in. Instead of having the login point half-way during the boot process (requiring you to sit in front of the computer during the whole process), now it&#8217;s at the very end after everything is finally loaded. Some people (such as myself) will find this extremely useful. Other people, maybe not so much.</p>
<p>Let me give you an example of one of the ways why I find this tweak useful on my computer at home. My computer at home has a number of programs that run when it boots up. I run a total of 5 different servers on my computer&#8230; Apache, Microsoft IIS, my custom home security system, etc&#8230; These programs and servers run 24 hours a day. If my computer ever bogs down and crashes for some reason, it automatically reboots. When it re-boots, it automatically logs itself in and locks down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Wagner</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34724</link>
		<dc:creator>Christoph Wagner</dc:creator>
		<pubDate>Mon, 16 Jan 2006 08:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34724</guid>
		<description>&quot;Not really a secure solution. Your password will be in cleartex stored in the registry.&quot;

Well, at least TweakUI says different:
&quot;The password is stored in encrypted form&quot;


Thx for the tip, saves a lotta time for me;)</description>
		<content:encoded><![CDATA[<p>&#8220;Not really a secure solution. Your password will be in cleartex stored in the registry.&#8221;</p>
<p>Well, at least TweakUI says different:<br />
&#8220;The password is stored in encrypted form&#8221;</p>
<p>Thx for the tip, saves a lotta time for me;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techies blog</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34706</link>
		<dc:creator>Techies blog</dc:creator>
		<pubDate>Sun, 15 Jan 2006 13:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34706</guid>
		<description>&lt;strong&gt;Windows indítás belépés előtt...&lt;/strong&gt;

Hogyan lehet &#250;gy elind&#237;tani a Windowst, hogy a bel&#233;p&#233;s ut&#225;n m&#225;r ne kelljen megv&#225;rni a saj&#225;t programok ind&#237;t&#225;s&#225;t? Ez szerintem egy nagyon izgalmas k&#233;rd&#233;s. Tipikus...</description>
		<content:encoded><![CDATA[<p><strong>Windows indítás belépés előtt&#8230;</strong></p>
<p>Hogyan lehet &uacute;gy elind&iacute;tani a Windowst, hogy a bel&eacute;p&eacute;s ut&aacute;n m&aacute;r ne kelljen megv&aacute;rni a saj&aacute;t programok ind&iacute;t&aacute;s&aacute;t? Ez szerintem egy nagyon izgalmas k&eacute;rd&eacute;s. Tipikus&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34692</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 15 Jan 2006 05:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34692</guid>
		<description>You know, it never occurred to me that it can happen this way, as in boot up windows before login. Thanks I&#039;ll give it a go.</description>
		<content:encoded><![CDATA[<p>You know, it never occurred to me that it can happen this way, as in boot up windows before login. Thanks I&#8217;ll give it a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34691</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Sun, 15 Jan 2006 05:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34691</guid>
		<description>as a desktop user, how many people do hibernate their computers?</description>
		<content:encoded><![CDATA[<p>as a desktop user, how many people do hibernate their computers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gsnorgathon</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34690</link>
		<dc:creator>Gsnorgathon</dc:creator>
		<pubDate>Sun, 15 Jan 2006 05:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34690</guid>
		<description>I&#039;m a bit curious about the remarks about storing the password as cleartext in the registry. TweakUI clearly says &quot;the password is stored in encrypted form&quot;. Do you folks know something I don&#039;t?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit curious about the remarks about storing the password as cleartext in the registry. TweakUI clearly says &#8220;the password is stored in encrypted form&#8221;. Do you folks know something I don&#8217;t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spoonman</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34673</link>
		<dc:creator>Spoonman</dc:creator>
		<pubDate>Sat, 14 Jan 2006 17:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34673</guid>
		<description>This is bad advice on so many levels.  First of all, if it takes you 5 minutes to get to your desktop on bootup, and you have a relatively recent machine, there&#039;s something seriously wrong.  Contact a qualified professional (not the neighbor&#039;s kid who&#039;s &quot;good with computers&quot;) to fix your problems.  It takes less than a minute for my machine to go from power on to desktop.  That&#039;s normal.  Anything longer than that is NOT normal.  

Secondly, putting your password in clear text in the registry is a terrible idea.  Is it the same password you use for your bank&#039;s online system?  Is it the same one you use for your e-mail?  Did you disable the Remote Registry service on your computer before you did it?  Do you know what the Remote Registry service is?  If not, you shouldn&#039;t be following these instructions.

Finally, as somone else pointed out, your machine will be logged in with your credentials for a few minutes with this method before it actually locks the machine.  A few minutes is more than enough time for someone to do some damage.  

Misinformation is significantly more dangerous than any virus, trojan or hacker on the &#039;Net.</description>
		<content:encoded><![CDATA[<p>This is bad advice on so many levels.  First of all, if it takes you 5 minutes to get to your desktop on bootup, and you have a relatively recent machine, there&#8217;s something seriously wrong.  Contact a qualified professional (not the neighbor&#8217;s kid who&#8217;s &#8220;good with computers&#8221;) to fix your problems.  It takes less than a minute for my machine to go from power on to desktop.  That&#8217;s normal.  Anything longer than that is NOT normal.  </p>
<p>Secondly, putting your password in clear text in the registry is a terrible idea.  Is it the same password you use for your bank&#8217;s online system?  Is it the same one you use for your e-mail?  Did you disable the Remote Registry service on your computer before you did it?  Do you know what the Remote Registry service is?  If not, you shouldn&#8217;t be following these instructions.</p>
<p>Finally, as somone else pointed out, your machine will be logged in with your credentials for a few minutes with this method before it actually locks the machine.  A few minutes is more than enough time for someone to do some damage.  </p>
<p>Misinformation is significantly more dangerous than any virus, trojan or hacker on the &#8216;Net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34650</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Fri, 13 Jan 2006 23:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34650</guid>
		<description>Supposedly, if you have Fast User Switching enabled, then when it locks the computer, it will go to the user login screen, allowing any of the other users to access the computer if they need to. However, your desktop will be loaded in the background for instant access whenever you want to switch back to it.</description>
		<content:encoded><![CDATA[<p>Supposedly, if you have Fast User Switching enabled, then when it locks the computer, it will go to the user login screen, allowing any of the other users to access the computer if they need to. However, your desktop will be loaded in the background for instant access whenever you want to switch back to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posco</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34649</link>
		<dc:creator>posco</dc:creator>
		<pubDate>Fri, 13 Jan 2006 23:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34649</guid>
		<description>Oh never mind. I see.
It&#039;s just a start program.

How about calling a DLL function that does a &quot;Switch User&quot; so that it doesn&#039;t lock the workstation but just switches out to the Windows Welcome/Logon screen?</description>
		<content:encoded><![CDATA[<p>Oh never mind. I see.<br />
It&#8217;s just a start program.</p>
<p>How about calling a DLL function that does a &#8220;Switch User&#8221; so that it doesn&#8217;t lock the workstation but just switches out to the Windows Welcome/Logon screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posco</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34648</link>
		<dc:creator>posco</dc:creator>
		<pubDate>Fri, 13 Jan 2006 23:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34648</guid>
		<description>I&#039;m just curious,

How does one discover these new values to add to the Registry? Since the value wasn&#039;t there to begin with in the Registry and had to be added, it must be documented somewhere? Where?</description>
		<content:encoded><![CDATA[<p>I&#8217;m just curious,</p>
<p>How does one discover these new values to add to the Registry? Since the value wasn&#8217;t there to begin with in the Registry and had to be added, it must be documented somewhere? Where?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34643</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Fri, 13 Jan 2006 21:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34643</guid>
		<description>every time I&#039;ve ever used the hibernate feature, I get glitches in my programs after coming back from hibernation.

I&#039;ve used hibernation on at least 10 different computers and they always ended up glitching from it eventually.

Basically microsoft dumps an image of your RAM to the hard drive, and then shuts everything down. Then when you turn on your computer, it loads everything back into RAM.

The only problem with this is that sometimes calculations in programs are time-based. So when you restore your computer later on, sometimes things don&#039;t synch up properly.

Or at least that&#039;s my theory on the subject.</description>
		<content:encoded><![CDATA[<p>every time I&#8217;ve ever used the hibernate feature, I get glitches in my programs after coming back from hibernation.</p>
<p>I&#8217;ve used hibernation on at least 10 different computers and they always ended up glitching from it eventually.</p>
<p>Basically microsoft dumps an image of your RAM to the hard drive, and then shuts everything down. Then when you turn on your computer, it loads everything back into RAM.</p>
<p>The only problem with this is that sometimes calculations in programs are time-based. So when you restore your computer later on, sometimes things don&#8217;t synch up properly.</p>
<p>Or at least that&#8217;s my theory on the subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Albro</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34642</link>
		<dc:creator>Jerry Albro</dc:creator>
		<pubDate>Fri, 13 Jan 2006 20:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34642</guid>
		<description>One word : hibernate.
Machine comes up, every is running as you left it.</description>
		<content:encoded><![CDATA[<p>One word : hibernate.<br />
Machine comes up, every is running as you left it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corbie</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34633</link>
		<dc:creator>Corbie</dc:creator>
		<pubDate>Fri, 13 Jan 2006 17:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34633</guid>
		<description>Holy crap, man. This is all over the place.</description>
		<content:encoded><![CDATA[<p>Holy crap, man. This is all over the place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34632</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Fri, 13 Jan 2006 17:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34632</guid>
		<description>To reverse the registry entry, just click your Start button and go to Run. Type in &quot;msconfig&quot; and press ok. Go over to the startup tab and scroll down to where it says &quot;Lock Computer on Startup&quot; and un-check this entry. Ok your way out, and you&#039;re done.</description>
		<content:encoded><![CDATA[<p>To reverse the registry entry, just click your Start button and go to Run. Type in &#8220;msconfig&#8221; and press ok. Go over to the startup tab and scroll down to where it says &#8220;Lock Computer on Startup&#8221; and un-check this entry. Ok your way out, and you&#8217;re done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gl4di4tor</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34626</link>
		<dc:creator>Gl4di4tor</dc:creator>
		<pubDate>Fri, 13 Jan 2006 14:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34626</guid>
		<description>It&#039;s causing problems with my startup programs and I want to reverse this, how do i go about doing so?</description>
		<content:encoded><![CDATA[<p>It&#8217;s causing problems with my startup programs and I want to reverse this, how do i go about doing so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34625</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Fri, 13 Jan 2006 14:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34625</guid>
		<description>Although this works pretty much as advertised users should be aware that this workaround will leave your computer unprotected  and unlocked during the period of time in between log on and the running of user32.dll.

On some machines this period of time is very brief - on others it is lenghthy enough for an unauthorized person to do harm.

During this period of time the computer responds exactly as if you yourself had logged on. The keyboard, mouse, drive access, etc are all enabled.

For example - during the brief window the computer is unprotected a person walking by could create a new administrator account on your computer, edit the registry to remove the user32.dll autorun, install a keylogger, set Microsoft Office to automatically BCC every email you send out to another address, etc.

Waiting until your computer is fully locked before wandering off doesn&#039;t help either as all a savvy user has to do is restart the machine in order to access the window of vulnerability.

In short, be wary of using this if anyone else has physical access to your computer.</description>
		<content:encoded><![CDATA[<p>Although this works pretty much as advertised users should be aware that this workaround will leave your computer unprotected  and unlocked during the period of time in between log on and the running of user32.dll.</p>
<p>On some machines this period of time is very brief &#8211; on others it is lenghthy enough for an unauthorized person to do harm.</p>
<p>During this period of time the computer responds exactly as if you yourself had logged on. The keyboard, mouse, drive access, etc are all enabled.</p>
<p>For example &#8211; during the brief window the computer is unprotected a person walking by could create a new administrator account on your computer, edit the registry to remove the user32.dll autorun, install a keylogger, set Microsoft Office to automatically BCC every email you send out to another address, etc.</p>
<p>Waiting until your computer is fully locked before wandering off doesn&#8217;t help either as all a savvy user has to do is restart the machine in order to access the window of vulnerability.</p>
<p>In short, be wary of using this if anyone else has physical access to your computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34619</link>
		<dc:creator>Ronnie</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34619</guid>
		<description>Hi,

I&#039;m having trouble getting the reg file from the link you posted.  

Thanks

Ronnie</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having trouble getting the reg file from the link you posted.  </p>
<p>Thanks</p>
<p>Ronnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Question</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34618</link>
		<dc:creator>Question</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34618</guid>
		<description>So what if someone happens to hop on my computer after it logs in automatically but before it locks and stops &quot;undll32.exe user32.dll, LockWorkStation&quot; from executing?</description>
		<content:encoded><![CDATA[<p>So what if someone happens to hop on my computer after it logs in automatically but before it locks and stops &#8220;undll32.exe user32.dll, LockWorkStation&#8221; from executing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saju</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34616</link>
		<dc:creator>saju</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34616</guid>
		<description>Is this registry Tweak possible for Win 2000?</description>
		<content:encoded><![CDATA[<p>Is this registry Tweak possible for Win 2000?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crimson</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34614</link>
		<dc:creator>Crimson</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34614</guid>
		<description>What if you use multiple ID&#039;s? As such my wife and I both have seperate logins with different startup configurations? What then?</description>
		<content:encoded><![CDATA[<p>What if you use multiple ID&#8217;s? As such my wife and I both have seperate logins with different startup configurations? What then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Meisenzahl</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34613</link>
		<dc:creator>Chris Meisenzahl</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34613</guid>
		<description>Cool tip, thanks. Tweak UI is a must-have for all of its other features too imho.

Chris
http://amateureconblog.blogspot.com/</description>
		<content:encoded><![CDATA[<p>Cool tip, thanks. Tweak UI is a must-have for all of its other features too imho.</p>
<p>Chris<br />
<a href="http://amateureconblog.blogspot.com/" rel="nofollow">http://amateureconblog.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Wilson</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34611</link>
		<dc:creator>Mike Wilson</dc:creator>
		<pubDate>Fri, 13 Jan 2006 11:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34611</guid>
		<description>Neat. That will save me 60 seconds every morning. Those seconds between falling out of bed and leaving home are the most valuable.</description>
		<content:encoded><![CDATA[<p>Neat. That will save me 60 seconds every morning. Those seconds between falling out of bed and leaving home are the most valuable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in-brainfuel/comment-page-1#comment-34610</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 13 Jan 2006 11:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/boot-up-windows-before-you-even-log-in#comment-34610</guid>
		<description>Wicked, I&#039;ve just done this and it works superbly!</description>
		<content:encoded><![CDATA[<p>Wicked, I&#8217;ve just done this and it works superbly!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.244 seconds -->

