On Thu, 3 Nov 2005 14:56:26 -0000, "David" <(E-Mail Removed)> wrote:
>I am running a .cmd file as a login script on Domain Controllers.
>
>The script works fine on 2k boxes but every time it runs on a 2k3 box, the
>following error message appears:
>
>CMD.EXE was started with the above path as the current directory.
>UNC paths are not supported. Defaulting to Windows directory.
>
>
>The script still runs fine, but is there any way i can get rid of this error
>message?
>
>
>Thanks!
>
Add the following to the logon script:
REG ADD "HKCU\Software\Microsoft\Command Processor" /V DisableUNCCheck /T REG_DWORD /F /D 1
The second time it runs for a user, the message will be gone.
NOTE: REG.EXE is built into Windows XP and Windows Server 2003.
It is installed on Windows 2000 from the Support Tools folder on the Windows 2000 CD-ROM.
Alternately, store the following DisUNCCK.reg file in the netlogon share of each DC:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000001
In the logon script, add
regedit /s %LOGONSERVER%\NETLOGON\DisUNCCK.reg
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com