|
We are using kix 4.61, Server 2008 DC and WinXP clients. And we placed the following files
kix32.exe, kx16.dll, kx32.dll, login.bat to the server 2008's appropriate netlogon directory.
SERVER 2008 DC is using GPO to control AD users logon and created Logon Script GPO which have the following modification. User Configuration > windows Settings > Logon Properties > add login.bat
Our login kixtart script is so simple and mainly map drive for users.
Here is the part of scripts. login.bat ============================================== CLS ; del all mapping drive first use * /d
SELECT case ingroup("Shipping") use D: \\LOSERVER\SHIPPING
case ingroup("Marketing") use J: \\LOSERVER\MARKETING use K: \\LOSERVER\LCD ENDSELECT
IF INGROUP("ACCNT-DEA4") use G: "\\DC1\PROGRAMS" ENDIF
IF INGROUP("STOCK_USERS") use k: \\DC1\STOCK ENDIF
IF INGROUP("ShareDrive") use M: \\DC1\INFORMATION use S: \\LOSERVER\Share ENDIF
EXIT ==============================================
WinXP clients can run scripts to map drives without problems. But we have two new laptop which are bundled with Win7 Professional 64bit. These 2 latop cannot map network drives after logon network. I would like to ask if any special settings are needed for Win7 Professional 64bit? I can't figure out what's wrong. Please kindly help. Thanks much.
Edited by pleoel (2010-09-08 06:06 AM)
|