netwerkassist
Technical User
After initial install (upgrade)of W2K Server, I need to autolog on once to run some more apps. W2K won't autologon on an upgrade in setup manager, only fresh install with unattend.txt
I trying to use Winlogon from registry, but can't see a DefaultPassword key. I'm using a cmdlines.txt, here is wha I have:
[Commands]
".\REGEDIT /S .\LOGON.REG"
".\REGEDIT /S .\APPS.REG"
Here is my logon.reg file
REGEDIT4
[HKEYLOCAL_LOCAL_MACHINE\Microsoft\WindowsNT\CurrentVersion\Winlogon]
"AutoAdminLogon" ="1"
"DefaultUserName" ="user"
"DefaultPassword" = "mypass"
"DefaultDomain" = "mydomain"
These 2 files exist in $OEM$ directory.
Appreciate help!
I trying to use Winlogon from registry, but can't see a DefaultPassword key. I'm using a cmdlines.txt, here is wha I have:
[Commands]
".\REGEDIT /S .\LOGON.REG"
".\REGEDIT /S .\APPS.REG"
Here is my logon.reg file
REGEDIT4
[HKEYLOCAL_LOCAL_MACHINE\Microsoft\WindowsNT\CurrentVersion\Winlogon]
"AutoAdminLogon" ="1"
"DefaultUserName" ="user"
"DefaultPassword" = "mypass"
"DefaultDomain" = "mydomain"
These 2 files exist in $OEM$ directory.
Appreciate help!