ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2023-07-21 23:21:59

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 92

Auto login

Om automatisch in te loggen in Windows kun je een autologin.reg bestand maken en die importeren/dubbelklikken.

Maak een bestand aan en noem het autologin.reg (or whatever .reg)

Copy paste this code and change to any other username and password:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="yourusername"
"DefaultPassword"="yourpassword"
"AutoAdminLogon"="1"

Reboot and you will not need to enter your password anymore. wink

Offline

Forum footer

Powered by FluxBB 1.5.11