Displaying 1 result from an estimated 1 matches for "ug2010".
Did you mean:
cug2010
2010 Sep 09
3
Samba Windows 7 and logon scripts
...my smb.conf I have the following
logon script = %G.cmd
logon path = \\%L\profiles\%U
logon drive = H:
logon home = \\YOUNGMUNSTER\homes
The script is
@echo
@echo Setting System Policies: Please Wait.
@echo off
NET TIME \\janus /SET /YES > X
net use M: \\youngmunster\ug2010 /persistent:no > X
del X
The homes share works fine but the logon script does not seem to be executed.
Any ideas how to get this working.
Thanks
Tony