Re: Mapped drives don't connect....
From: Torgeir Bakken (MVP) (Torgeir.Bakken-spam_at_hydro.com)
Date: 11/21/03
- Next message: Torgeir Bakken (MVP): "Re: HOW DO YOU STOP Fast Logon Optimization"
- Previous message: Kris: "Locking the keyboard"
- In reply to: Q-Man: "Re: Mapped drives don't connect...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Nov 2003 06:19:38 +0100
Q-Man wrote:
> I am not sure what you mean. I have the logon script in a
> file that I double clicked once and the mapped drives
> always connected after that. Where can I find "Always
> wait for the network at computer startup and logon" to
> change it so that the Optimization feature is turned off?
With gpedit.msc I would think.
But instead, just put the following vbscript in a text file with the file
extension .vbs and then run it (double-click on the file):
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"
-- 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
- Next message: Torgeir Bakken (MVP): "Re: HOW DO YOU STOP Fast Logon Optimization"
- Previous message: Kris: "Locking the keyboard"
- In reply to: Q-Man: "Re: Mapped drives don't connect...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|