my question is how to make another USER account beside the Adminsrator but this USER acccount without a password at all
so If I give this UA CD to friend, he can make the password he likes , without Calling me at the middle of the night asking about the PW!
since when you LOG OFF, you can't login without entering the PW again
i.e. the Autologin doesn't work
I think then the autologin.reg isn't needed any more, and there will be a user login screen which needs only one Click to login into the windows, right?
do I have to replace the PW by * like the Adminstrator PW in Winsif.inf?
here is my files:
cmdlines.txt
[COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd"
Useraccounts.cmd
net user XP 123 /add net localgroup Administrators XP /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT
Autologon.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="XP" "DefaultPassword"="123" "AutoAdminLogon"="1"



Help

Back to top








