Menu

NetTime

Juan Jose Pablos

Last modified 5 years ago Last modified on 03/01/10 02:19:29

==nettime.bat==

:: OPTIONAL: Install NetTime

:: script contributed by Gerhard Hofmann, gerhard.hofmann@planat.de

:: URL|ALL|http://puzzle.dl.sourceforge.net/sourceforge/nettime/NetTime-2b7.exe|packages/nettime/NetTime-2b7.exe



todo.pl ".reboot"

todo.pl ".ignore-err 1 netsh firewall set allowedprogram c:\programme\nettime\nettime.exe NetTime ENABLE"

todo.pl "AutoIt3.exe %z%\scripts\nettime.au3"

todo.pl "regedit /s %Z%\packages\nettime\nettime.reg"

todo.pl ".ignore-err 1 netsh firewall set portopening TCP 123 ENABLE"

todo.pl ".ignore-err 1 netsh firewall set portopening UDP 123 ENABLE"

==nettime.au3==

BlockInput ( 1 )

Run ( EnvGet('Z') & '\packages\nettime\NetTime-2b7.exe /SILENT /SP-' )

WinWaitActive ( 'NetTime Service Install' )

Send ( '{ENTER}' )

WinWaitActive ( 'NetTime Service Install', 'Cancel' )

Send ( '{ENTER}' )

WinWaitActive ( 'NetTime Options' )

Send ( '{ENTER}' )

Related

Wiki: Scripts