мой 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