R
Rockstar
Can the password just be inserted into DefaultPassword registry for it
to be recognised or does anything else need to happen?
I've been looking at the following tool:
http://shellrevealed.com/files/folders/code/entry4411.aspx
This encrypts the password.
Currently I am trying an autologon by specifying
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="user1"
"DefaultPassword"="P££sw0rd"
"DefaultDomainName"="UnitedEnergy"
Are there any problems that people have come across by specifying the
credentials straight in registry.
to be recognised or does anything else need to happen?
I've been looking at the following tool:
http://shellrevealed.com/files/folders/code/entry4411.aspx
This encrypts the password.
Currently I am trying an autologon by specifying
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="user1"
"DefaultPassword"="P££sw0rd"
"DefaultDomainName"="UnitedEnergy"
Are there any problems that people have come across by specifying the
credentials straight in registry.