TheEnglishGuy Posted June 11, 2005 Posted June 11, 2005 Hi All,Hoping someone else may have seen this annoying issue before ....My Unattended CD works perfectly when adding to a Workgroup but as soon as I change the Unattended file to add into a Domain instead, I get a CTRL-ALT-DEL prompt before it then automatically goes on to start running RunOnceEx. I don't actually need to login as a user, just press CTRL-ALT-DEL and it continues on.Any ideas?
Incroyable HULK Posted June 11, 2005 Posted June 11, 2005 Have you tried the AutoLogon options in your Winnt.sif?[GuiUnattended] AdminPassword="password" EncryptedAdminPassword=No AutoLogon=Yes AutoLogonCount=3
TheEnglishGuy Posted June 13, 2005 Author Posted June 13, 2005 Sure did, works like a charm normally on Workgroup installs, only seems on Domain installs that the CTRL-ALT-DEL is required before the RunOnceEx starts running. Tried making it 2, 3 and 4 and made no difference except that after the final reboot it kept logging back in automatically.
war59312 Posted June 13, 2005 Posted June 13, 2005 Import via cmdlines.txt:;Disable the need to push ctrl+alt+del to login[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"DisableCAD"=dword:00000001[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]"disablecad"=dword:00000001[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DisableCAD"=dword:00000001
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now