Jump to content

Recommended Posts

Posted

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.


Posted

Open up notepad and type the following

Windows Registry Editor Version 5.00 

;Disable Welcome Screen and uses Classic Logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000

Save 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 :)

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...