Guest Stein Ivar Johnsen Posted February 12, 2008 Posted February 12, 2008 Hi.. Could someone please help me with this: I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL Is there a way around to do this, and how? Any help would be appreciated. -- Regards sijo http://www.dyg.no
Guest NeilH Posted February 12, 2008 Posted February 12, 2008 Re: Autostart WS 2003 Yes, Google is you friend here as it is a FAQ. "Stein Ivar Johnsen" <sijo@start.no> wrote in message news:uLAkHgVbIHA.4144@TK2MSFTNGP05.phx.gbl... > Hi.. > > Could someone please help me with this: > I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL Is > there a way around to do this, and how? > Any help would be appreciated. > > -- > Regards > sijo > http://www.dyg.no > > > >
Guest Anteaus Posted February 12, 2008 Posted February 12, 2008 RE: Autostart WS 2003 Run "Control userpasswords2" - the item is on the advanced tab. Or, can be achieved directly by registry change: Click Start, click Run, type: regedit, and then click OK. Select the Winlogon subkey at the following registry location: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Click Edit, click New, and then click DWORD value. Change the value name to "DisableCAD" (without the quotes) and press ENTER. Keep the data value set to 0 which is displayed as 0x00000000(0). back to the top Usual caveats about registry-hacking apply. "Stein Ivar Johnsen" wrote: > Hi.. > > Could someone please help me with this: > I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL
Guest Anteaus Posted February 12, 2008 Posted February 12, 2008 RE: Autostart WS 2003 "Anteaus" wrote: > Keep the data value set to 0 which is displayed as 0x00000000(0). Correction, set the data to 0x1 Being a little too hasty there!
Guest Pegasus \(MVP\) Posted February 12, 2008 Posted February 12, 2008 Re: Autostart WS 2003 "Stein Ivar Johnsen" <sijo@start.no> wrote in message news:uLAkHgVbIHA.4144@TK2MSFTNGP05.phx.gbl... > Hi.. > > Could someone please help me with this: > I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL > Is there a way around to do this, and how? > Any help would be appreciated. > > -- > Regards > sijo > http://www.dyg.no Do you mean "restart"? If so then a shortcut to "shutdown.exe" (with the correct switches) would be an option.
Guest Stein Ivar Johnsen Posted February 12, 2008 Posted February 12, 2008 Re: Autostart WS 2003 Thanks for your help, now this work. The next thing I need help with: Do you or anyone have a loginscript or something that insert the login password and start the server? I want the server to start up after power failure without the need for any input from me. -- Regards sijo http://www.dyg.no "Anteaus" <Anteaus@discussions.microsoft.com> skrev i melding news:F844A919-F568-4A8F-8940-7019475DC443@microsoft.com... > > Run "Control userpasswords2" - the item is on the advanced tab. > > Or, can be achieved directly by registry change: > > Click Start, click Run, type: regedit, and then click OK. > > Select the Winlogon subkey at the following registry location: > > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon > > Click Edit, click New, and then click DWORD value. > > Change the value name to "DisableCAD" (without the quotes) and press > ENTER. > > Keep the data value set to 0 which is displayed as 0x00000000(0). > back to the top > > Usual caveats about registry-hacking apply. > > "Stein Ivar Johnsen" wrote: > >> Hi.. >> >> Could someone please help me with this: >> I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL
Guest Stein Ivar Johnsen Posted February 12, 2008 Posted February 12, 2008 Re: Autostart WS 2003 Problem solved. I did find the information on how to do this on the net. -- Regards sijo http://www.dyg.no "Stein Ivar Johnsen" <sijo@start.no> skrev i melding news:e7HZcXWbIHA.1132@TK2MSFTNGP06.phx.gbl... > Thanks for your help, now this work. > The next thing I need help with: > Do you or anyone have a loginscript or something that insert the login > password and start the server? > I want the server to start up after power failure without the need for any > input from me. > > -- > Regards > sijo > http://www.dyg.no > > > > "Anteaus" <Anteaus@discussions.microsoft.com> skrev i melding > news:F844A919-F568-4A8F-8940-7019475DC443@microsoft.com... >> >> Run "Control userpasswords2" - the item is on the advanced tab. >> >> Or, can be achieved directly by registry change: >> >> Click Start, click Run, type: regedit, and then click OK. >> >> Select the Winlogon subkey at the following registry location: >> >> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon >> >> Click Edit, click New, and then click DWORD value. >> >> Change the value name to "DisableCAD" (without the quotes) and press >> ENTER. >> >> Keep the data value set to 0 which is displayed as 0x00000000(0). >> back to the top >> >> Usual caveats about registry-hacking apply. >> >> "Stein Ivar Johnsen" wrote: >> >>> Hi.. >>> >>> Could someone please help me with this: >>> I want to have WS 2003 to start up with no need of pressing CTRL-ALT-DEL > >
Guest Anteaus Posted April 2, 2008 Posted April 2, 2008 Re: Autostart WS 2003 http://www.computerperformance.co.uk/Registry/registry_hacks_AutoAdminLogon.htm http://www.pctools.com/guides/registry/detail/13/ http://support.microsoft.com/kb/315231 If it's a domain controller then you must of course use a domain account, and DefaultDomainName must be correctly set. The other method is to use 'control userpasswords2' -in this case you must set DefaultDomainName manually in the registry as it doesn't recognise domain controlller status on its own.
Recommended Posts