[Samba] Persistant Z drive in XP - resolved

flinchlock fst6x7v02 at sneakemail.com
Fri Feb 27 00:00:09 GMT 2004


Quoting "Moondance Foxmarnick"
 
> As for the Z: drive... I just didn't realize that logon drive =
> was a necessity for XP.

Can you explain why you thing that is true?

I HAD a "problem" where Z: was also persistent.  I fixed the problem
by making sure logon.bat ended with an "exit" statement.

After 10-60 seconds (really not sure how long), drive Z: would
disconnet/disappear.

Here is my logon.bat...

--------------------------------------
net use /persistent:no

net use P: \\mutt\public

if not "%OS%"=="Windows_NT" goto byebye

ifmember "NO-CATS\Domain Admins"
if not errorlevel 1 goto byebye

regedit /s "\\mutt\netlogon\WinXP_SignOrSeal.reg"

:byebye
exit
--------------------------------------

HTH,

Mike


More information about the samba mailing list