如果Windows的帳號有設定密碼,But for some reasons,,I don't want to manually key in at startup.,At this time, it is actually possible to use the registry settings,to help us achieve automatic account and password login.。
Run regedit,開啟登錄編輯器,找到下列機碼:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Then add two strings on the right::
"DefaultPassword"="開機密碼" "AutoAdminLogon"="1"
由於Windows本身就會記得前一次登入的帳號及網域,所以這兩個就可以略過不設。
重新開機後,下次登入Windows即不用再輸入密碼了。








Leave a Reply