мой logon.bat:
Код: Выделить всё
call \\PDCSERV\netlogon\share.bat
Wscript \\PDCSERV\netlogon\proxy.vbs
call \\PDCSERV\netlogon\time.bat
Код: Выделить всё
set wshShell = Wscript.CreateObject("WScript.Shell")
prefix = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\"
wshShell.regWrite prefix & "ProxyServer", "proxy.sh:3128"
wshShell.regWrite prefix & "ProxyEnable", 1
Код: Выделить всё
net use Z: \\PDCSERV\public -y
Код: Выделить всё
net time \\192.168.1.1 /SET /YES
в smb.conf:
Код: Выделить всё
time server = yes