Slash Posted September 24, 2003 Posted September 24, 2003 Hello all.I would like to make a auto logon without welcome screen every time when the PC start and after waiting time. But i don't know how to wright in batch file or registry tweak, Please help me, thank you.
eXPerience-XP Posted September 24, 2003 Posted September 24, 2003 Open up notepad and type the followingWindows Registry Editor Version 5.00 ;Disable Welcome Screen and uses Classic Logon[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon]"LogonType"=dword:00000000Save it as screentweak.reg(not screentweak.reg.txt) and then go to where u saved it and double click it or u can import it from registry...hope that helps
Slash Posted September 25, 2003 Author Posted September 25, 2003 Thank you.I know this tweak, but i like to logon directly without anything. I have tryed it immediately , but it only change from XP type to Classic type, and when PC start, it still show name and password. It's home PC, so i don't need a security.
eXPerience-XP Posted September 25, 2003 Posted September 25, 2003 Here it is:Windows Registry Editor Version 5.00 ;This will allow you to autologin.;Replace InsertName value with the Username you want to autologin with.;Replace InsertPassword value with the password corresponding to the Username specified.[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="InsertName""DefaultPassword"="InsertPassword""AutoAdminLogon"="1"Thanks to AaronXP's Unattended Registry Tweaks page for that. I hope that helps.
Slash Posted September 25, 2003 Author Posted September 25, 2003 Thank you very much, it's that i mean.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now