Re: Logon Sequence
From: Torgeir Bakken \(MVP\) (Torgeir.Bakken-spam_at_hydro.com)
Date: 02/15/05
- Next message: Manuel Lopez: "Re: Cannot Save to Network Drive"
- Previous message: Darknoon: "MS Antispyware"
- In reply to: Damian Davies: "Logon Sequence"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 10:31:57 +0100
Damian Davies wrote:
> Is it possible to keep the logon sequence for windows 2000 when
> upgrading to windows xp? you help is appreciated.
Hi
If you mean logon scripts etc. for domain computers, take a
look at the policies "Run Logon Scripts Synchronously" and
"Always wait for the network at computer startup and logon"
Description of the Windows XP Professional Fast Logon Optimization
Feature
http://support.microsoft.com/default.aspx?scid=kb;EN-US;305293
Scripts May Not Run Before Windows Explorer Starts Even Though
the "Run Logon Scripts Synchronously" Setting is Enabled
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304970
You can suppress this behavior (set it back to how Win2k behaves):
With Group Policy:
Computer Configuration\Administrative Templates\System\Logon
\Always wait for the network at computer startup and logon
By registry edit; Set the value SyncForegroundPolicy to 1 (REG_DWORD)
in this key:
HKEY_LOCAL_MACHINE\Software
\Policies\Microsoft\Windows NT
\CurrentVersion\Winlogon\
With a VBScript:
'--------------------8<----------------------
Set oShell = CreateObject("WScript.Shell")
sRegValue = "HKLM\Software\Policies\Microsoft\Windows NT\" _
& "CurrentVersion\Winlogon\SyncForegroundPolicy"
oShell.RegWrite sRegValue, 1, "REG_DWORD"
MsgBox "Please reboot the computer"
'--------------------8<----------------------
-- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scriptcenter/default.mspx
- Next message: Manuel Lopez: "Re: Cannot Save to Network Drive"
- Previous message: Darknoon: "MS Antispyware"
- In reply to: Damian Davies: "Logon Sequence"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|