Tired of having to log into Windows passing through Start Screen?
Would you prefer that when you started the machine,you logged in automatically?
Here is the tweak to do it:
It can be done in two
1. Windows Registry Editor file
2. By Manual
By Manual:
1.Open Windows registry
by pressing Window key+R and type regeit and press Enter
2.Navigate to this path
3.Now it will looks like
4. Open the AutoAdminLogon which will be on right side and change the Value data as 1 and press OK.
5.Now right click on right side and create a new String value
6. Name it as DefaultPassword
7.Now open the DefaultPassword and enter your password in the value data.
8.Now Close the Registry.
That's it. . . .
By Manual:
1.open Notepad
2.Copy & paste the following code
3.Now type your account name and account password in respective place.
4.Save the Notepad as any name with .reg as extension.
5.Run it & See. . .
Would you prefer that when you started the machine,you logged in automatically?
Here is the tweak to do it:
It can be done in two
1. Windows Registry Editor file
2. By Manual
By Manual:
1.Open Windows registry
by pressing Window key+R and type regeit and press Enter
2.Navigate to this path
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
4. Open the AutoAdminLogon which will be on right side and change the Value data as 1 and press OK.
5.Now right click on right side and create a new String value
6. Name it as DefaultPassword
7.Now open the DefaultPassword and enter your password in the value data.
8.Now Close the Registry.
That's it. . . .
By Manual:
1.open Notepad
2.Copy & paste the following code
Code:
Windows Registry Editor Version 5.00
;created by WR1334
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="MicrosoftAccount\\TYPE YOUR ACCOUNT NAME"
"DefaultPassword"="TYPE YOUR ACCOUNT PASSWORD"
4.Save the Notepad as any name with .reg as extension.
5.Run it & See. . .