Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.


Go Back   Vista Forums > Vista Newsgroups > Vista General

RB

Vista - Windows Vista Auto-Logon

Reply
 
04-11-2008   #1
Jason


 
 

Windows Vista Auto-Logon

I have successfully setup a lab of computers to auto-logon using the below
registry keys. My problem is I am unable to bypass the auto-logon now. You
can bypass it by holding down shift in Windows XP but that does not work in
Vista Business.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
DefaultUserName
DefaultPassword
AutoAdminLogon = 1
ForceAutoLogon = 1 (Have tried enabling this and disabling it and
still no luck)

Also tried making sure "IgnoreShiftOverride" was set to zero and no
effect.

Any help would be appreciated.
Thanks
Jason


My System SpecsSystem Spec
04-11-2008   #2
Mark L. Ferguson


 
 

Re: Windows Vista Auto-Logon

Try pressing F8 for the safe mode menu. Safe Mode With Command Prompt would
let you run a command or .bat file to do a 'Reg delete' on the
AutoAdminLogon Value, then type WIN to get the welcome screen. A 'Reg add'
after logon could put it back.

--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales...eAPostAsAnswer
Mark L. Ferguson
..

"Jason" <jengel@xxxxxx> wrote in message
news:EFF708FA-4780-4376-8A60-BDAC8F254F9F@xxxxxx
Quote:

> I have successfully setup a lab of computers to auto-logon using the below
> registry keys. My problem is I am unable to bypass the auto-logon now.
> You can bypass it by holding down shift in Windows XP but that does not
> work in Vista Business.
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
> DefaultUserName
> DefaultPassword
> AutoAdminLogon = 1
> ForceAutoLogon = 1 (Have tried enabling this and disabling it
> and still no luck)
>
> Also tried making sure "IgnoreShiftOverride" was set to zero and no
> effect.
>
> Any help would be appreciated.
> Thanks
> Jason
My System SpecsSystem Spec
04-11-2008   #3
PaulM


 
 

Re: Windows Vista Auto-Logon

1.Click on the Start button and type in 'netplwiz'. This will open the
Advanced User Accounts menu.
2.In the Users tab, highlight the account you want to login to Vista
automatically with, and then 'must enter a username and password to use this
computer'.
3.Click on 'Apply'. A new window will now popup asking you to enter the
password of the account you've just highlighted. Do this, and then click 'Ok'
..
4.Click 'Ok' on the Advanced User Accounts menu to finish.

--
www.paulsxp.com
www.paulsxp.com/forums

"Jason" <jengel@xxxxxx> wrote in message
news:EFF708FA-4780-4376-8A60-BDAC8F254F9F@xxxxxx
Quote:

> I have successfully setup a lab of computers to auto-logon using the below
> registry keys. My problem is I am unable to bypass the auto-logon now.
> You can bypass it by holding down shift in Windows XP but that does not
> work in Vista Business.
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
> DefaultUserName
> DefaultPassword
> AutoAdminLogon = 1
> ForceAutoLogon = 1 (Have tried enabling this and disabling it
> and still no luck)
>
> Also tried making sure "IgnoreShiftOverride" was set to zero and no
> effect.
>
> Any help would be appreciated.
> Thanks
> Jason
My System SpecsSystem Spec
04-11-2008   #4
Be Yond


 
 

Re: Windows Vista Auto-Logon

why did you do registry tweaks when you can do it from a GUI

go to start> and in the search type

control userpasswords2

and press enter


"Jason" <jengel@xxxxxx> wrote in message
news:EFF708FA-4780-4376-8A60-BDAC8F254F9F@xxxxxx
Quote:

>I have successfully setup a lab of computers to auto-logon using the below
>registry keys. My problem is I am unable to bypass the auto-logon now.
>You can bypass it by holding down shift in Windows XP but that does not
>work in Vista Business.
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
> DefaultUserName
> DefaultPassword
> AutoAdminLogon = 1
> ForceAutoLogon = 1 (Have tried enabling this and disabling it
> and still no luck)
>
> Also tried making sure "IgnoreShiftOverride" was set to zero and no
> effect.
>
> Any help would be appreciated.
> Thanks
> Jason

My System SpecsSystem Spec
04-14-2008   #5
cosmoslon


 
 

for autologon reply

Logonexpert <a href="http://www.logonexpert.com">autologon</a> software can do it
My System SpecsSystem Spec
04-14-2008   #6
cosmoslon cosmoslon


 
 

right url

Pardon, the right link is http://www.logonexpert.com
My System SpecsSystem Spec
04-14-2008   #7


Vista x64 Ultimate SP2, Windows 7 Ultimate x64
 
 

Re: Windows Vista Auto-Logon

Quote  Quote: Originally Posted by Jason View Post
I have successfully setup a lab of computers to auto-logon using the below
registry keys. My problem is I am unable to bypass the auto-logon now. You
can bypass it by holding down shift in Windows XP but that does not work in
Vista Business.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
DefaultUserName
DefaultPassword
AutoAdminLogon = 1
ForceAutoLogon = 1 (Have tried enabling this and disabling it and
still no luck)

Also tried making sure "IgnoreShiftOverride" was set to zero and no
effect.

Any help would be appreciated.
Thanks
Jason
Hi Jason,

This tutorial will show you how to do this from within the Vista user interface with full details if needed.

Logon Automatically

Shawn
My System SpecsSystem Spec
04-18-2008   #8


vista business
 
 

Re: Windows Vista Auto-Logon

;Just copy the text below into a text file and name with the .reg extension. Run it. ;Works fine for Win2000,XP and/or Vista Business at least. You can turn on/off the
;shift key override as noted.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminlogon"="1" ;the value of 1 enables this and 0 disables this
"DefaultUserName"="enter login name here"
"DefaultPassword"="enter password name here"
"ForceAutoLogon"="1"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"RunLogonScriptSync"="1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"IgnoreShiftOverride"="0" ;the value of 1 enables this and 0 disables this
My System SpecsSystem Spec
Reply

RB


Thread Tools


Similar Threads for: Windows Vista Auto-Logon
Thread Forum
windows live msgnr does not auto logon Live Messenger
How to have Vista Business Auto Logon AND auto lock Vista General
novell with windows auto logon Network & Sharing
Anyone know how to get Vista it to auto logon without tweakui? Vista General
Vista Auto Logon Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd