User Tools

Site Tools


userspace:nettime_3.14_network_time_3.14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:nettime_3.14_network_time_3.14 [2014/11/20 11:43]
staube
userspace:nettime_3.14_network_time_3.14 [2021/08/23 08:37] (current)
Line 1: Line 1:
-Tested with OPSI 4.0.4.0\\ 
-Winst 4.11.3.11\\ 
-Works fine with Win7 x86 and x64 (and probable with Windows XP).\\ 
-by --- //[[S. Taube]] 2014/11/20 12:00// 
-\\ 
-\\ 
 ======NetTime 3.14 / Network Time 3.14====== ======NetTime 3.14 / Network Time 3.14======
 +
 +Tested with OPSI 4.0.4.0 \\
 + Winst 4.11.3.11 \\
 + Works fine with Win7 x86 and x64 \\ 
 +
 +By //[[s.taube@schneiderprintmedien.de|Steve Taube]] 2014/11/20 12:00//
 + 
 You need the Installer for NetTime\\ You need the Installer for NetTime\\
 And You can download it here: http://www.timesynctool.com/ And You can download it here: http://www.timesynctool.com/
Line 476: Line 477:
  endif  endif
 endif endif
 +
 +</code>
 +
 +\\
 +\\
 +
 +======Registry-Files======
 +If you want to install NetTime without your own Specials, please comment the following lines out:\\
 +===install3264.ins script:====
 +<code winst>
 +[Winbatch_reg_32]
 +; "%systemroot%\regedit.exe" /s "%scriptpath%\files\nettime32.reg"
 + 
 + 
 +[Winbatch_reg_64]
 +; "%systemroot%\regedit.exe" /s "%scriptpath%\files\nettime64.reg"
 +</code>
 +
 +===uninstall3264.ins script:===
 +<code winst>
 +[Registry_uninstall_32]
 +; Example of deleting a registry key:
 +;
 +;deletekey [HKEY_LOCAL_MACHINE\Software\$Regschluessel32$]
 + 
 + 
 +[Registry_uninstall_64]
 +; Example of deleting a registry key:
 +;
 +;deletekey [HKEY_LOCAL_MACHINE\Software\$Regschluessel64$]
 +</code>
 +
 +Now you don't need the following Registry-Files! 
 +\\
 +\\
 +
 +
 +==Please use for the Reg's the Notepad++ Editor!==
 +==Attention: Please enter under "Hostname" your correct Time Server (IP) address!!!==
 +
 +====nettime32.reg====
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Subjective Software]
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Subjective Software\NetTime]
 +"Hostname"="192.168.10.23"
 +"Protocol"=dword:00000000
 +"Port"=dword:0000007b
 +"SyncFreq"=dword:00000002
 +"SyncFreqUnits"=dword:00000003
 +"LostSync"=dword:00000018
 +"LostSyncUnits"=dword:00000003
 +"LargeAdjustmentThreshold"=dword:00000002
 +"LargeAdjustmentThresholdUnits"=dword:00000002
 +"LargeAdjustmentAction"=dword:00000000
 +"Retry"=dword:00000001
 +"RetryUnits"=dword:00000002
 +"Server"=dword:00000000
 +"AlwaysProvideTime"=dword:00000000
 +"DemoteOnErrorCount"=dword:00000004
 +"LogLevel"=dword:00000002
 +"AutomaticUpdateChecks"=dword:00000001
 +"DaysBetweenUpdateChecks"=dword:00000007
 +"LastUpdateCheck"=dword:546da24b
 +
 +</code>
 +
 +====nettime64.reg====
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Subjective Software]
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Subjective Software\NetTime]
 +"Hostname"="192.168.10.23"
 +"Protocol"=dword:00000000
 +"Port"=dword:0000007b
 +"SyncFreq"=dword:00000002
 +"SyncFreqUnits"=dword:00000003
 +"LostSync"=dword:00000018
 +"LostSyncUnits"=dword:00000003
 +"LargeAdjustmentThreshold"=dword:00000002
 +"LargeAdjustmentThresholdUnits"=dword:00000002
 +"LargeAdjustmentAction"=dword:00000000
 +"Retry"=dword:00000001
 +"RetryUnits"=dword:00000002
 +"Server"=dword:00000000
 +"AlwaysProvideTime"=dword:00000000
 +"DemoteOnErrorCount"=dword:00000004
 +"LogLevel"=dword:00000002
 +"AutomaticUpdateChecks"=dword:00000001
 +"DaysBetweenUpdateChecks"=dword:00000007
 +"LastUpdateCheck"=dword:546da24b
  
 </code> </code>
  
  
userspace/nettime_3.14_network_time_3.14.1416483826.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)