1,改注册表:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="your name"
"Ddfaultpassword"="password"
AutoAdminlogon=1
二 调出WIN2K的传统用户控制模式:
将以下内容另存为一个VBS文件就可以了:
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.Exec("rundll32 netplwiz.dll UsersRunDll")
或在运行里直接输入:rundll32 netplwiz.dll UsersRunDll;