From 604feb77ef86ff9dad26411d84c48e047fea0d30 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 30 Jul 2023 10:42:03 +0200 Subject: [PATCH] Integrate 3rd Party Timesync tool #116 --- scripts/autoconfig.cmd | 10 ++++++++-- scripts/copy-executables.cmd | 1 + scripts/install-nettime.cmd | 30 ++++++++++++++++++++++++++++++ scripts/settings.cmd | 1 + scripts/startmenu/TZedit.lnk | Bin 0 -> 940 bytes software/basic.csv | 2 ++ 6 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 scripts/install-nettime.cmd create mode 100644 scripts/startmenu/TZedit.lnk diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index d358cd5..17f23ea 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -34,6 +34,7 @@ set searchdomains=localdomain,fritz.box set gitserver=github.com set gitrepo=my_repo_at_github set start_desktopinfo=0 +set use_nettime=0 echo ####### %0 ####### date /t @@ -159,8 +160,13 @@ echo. call modify-taskbar.cmd echo. -call modify-timeservers.cmd -echo. +if %use_nettime% == 1 ( + call install-nettime.cmd + echo. +) else ( + call modify-timeservers.cmd + echo. +) call modify-searchdomains.cmd echo. diff --git a/scripts/copy-executables.cmd b/scripts/copy-executables.cmd index 11fac0b..233de77 100644 --- a/scripts/copy-executables.cmd +++ b/scripts/copy-executables.cmd @@ -16,6 +16,7 @@ for %%E in ( snapcontrol.exe snapshot64.exe Windows-ISO-Downloader.exe + tzedit.exe ) do ( diff --git a/scripts/install-nettime.cmd b/scripts/install-nettime.cmd new file mode 100644 index 0000000..cfea7fc --- /dev/null +++ b/scripts/install-nettime.cmd @@ -0,0 +1,30 @@ +@echo off + +set EXE=..\software\nettime-setup.exe + +echo ####### %0 ####### + +echo stopping systems time service ... +sc stop W32Time 1:3:3 1>nul + +echo disabling systems time service ... +sc config W32Time start=disabled + +echo installing NetTime ... +start /wait %EXE% /SILENT + +echo disabling autoupdate ... +reg add "HKLM\Software\Wow6432Node\Subjective Software\NetTime" ^ + /v "AutomaticUpdateChecks" /t REG_DWORD /d "0" /f >nul + +echo moving NetTime startmenu shortcut ... +move /Y %STARTMENU%\"NetTime\NetTime.lnk" %STARTMENU%\Tools\NetTime.lnk + +echo removing NetTime startmenu folder ... +rd /S /Q %STARTMENU%\"NetTime" 2>nul + +rem refresh desktop (W10 style) +ie4uinit.exe -show + +echo ####### %0 ####### + diff --git a/scripts/settings.cmd b/scripts/settings.cmd index d22bdcc..b7eb8f2 100644 --- a/scripts/settings.cmd +++ b/scripts/settings.cmd @@ -16,4 +16,5 @@ set localadmin=localadmin set localadmin_name=Local Administrator set localadmin_password= set start_desktopinfo=1 +use_nettime=1 diff --git a/scripts/startmenu/TZedit.lnk b/scripts/startmenu/TZedit.lnk new file mode 100644 index 0000000000000000000000000000000000000000..2bbfd977b038d8958d29583b74602ca25330a739 GIT binary patch literal 940 zcmZuvO=}ZT6g{b3O#MtWN?WUm)j~xWQxU;nB|6$h5E^KWF0x2y#yS!^!AWW84-g7* zp&%#{4HDapU5FIjsKJF$a1mUHb)(>}Vnbc&!r-|xnyDdgIQQOn-+AZVJMWzb;PJQ7 z0u|e0=spw#8Glu#eU&%Mo*(;e^oUROy_kDVkFrDbIIdwo!;e7h%Sbi25;nY#J}NjA z3KhF>SPLf_BsYj*z@F6OOPUus)67^nfey5z_G&Ty`+7ZI)l@Q`dE}tx!;Te~kb}uD z1B>f^Byj{%T0L%PLF8uiw2@QwybcWgRh5$jqPnG5n%+&U9}jOus5%23X&8)DMtK70 zCe9H(gw!JbC?O+CbP^kg{dWUzz4RB2$+S6bfxX+UCDs?zMPU_*|E$|gqGbsRG=#aw z0VRft}=R6JkWn?CI_DBqh07<`VpSmm=9NbCHzQQ^@km@J7dxVwDD8%_Q@(X)9q% zHeNU97YHeK?&^5|;GOrr#Sf^AEO%CqGryOxmHqV1SJL|GWCtLdMfB;eYiAa2W~1}b bh*}=Z7xplJMF{eYRwho~lNj(Sj(6=J2V=39 literal 0 HcmV?d00001 diff --git a/software/basic.csv b/software/basic.csv index 4aaec53..0c142cf 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -3,6 +3,8 @@ https://www.sumatrapdfreader.org/dl/rel/3.4.6/SumatraPDF-3.4.6-64.zip sumatrapdf https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip +https://www.timesynctool.com/NetTimeSetup-314.exe nettime-setup.exe +https://www.timesynctool.com/tzedit.exe tzedit.exe https://aka.ms/vs/17/release/vc_redist.x64.exe vcredist-setup.exe https://aka.ms/vs/17/release/vc_redist.x86.exe vcredistx86-setup.exe https://aka.ms/highdpimfc2013x64enu vcredist2013-setup.exe