so dann hier die Lösung für dieses Problem:
Folgenden Schnipsel kopieren
als w32time.reg speichern
und auf dem zu konfigurierenden Server ausführen
Dann noch in einem DOS Fenster
net stop w32time && net start w32time
ausführen
und es funktioniert. Vorrausgesetzt die Firewall lässt es durch.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
"Type"="NTP"
"NtpServer"="0.de.pool.ntp.org,0x1 1.de.pool.ntp.org,0x1 2.de.pool.ntp.org,0x1 3.de.pool.ntp.org"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"AnnounceFlags"=dword:00000005
"MaxNegPhaseCorrection"=dword:00000e10
"MaxPosPhaseCorrection"=dword:00000e10
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer]
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00000384
Die hier eingetragenen NTP Server sind ein Pool von Deutschen NTP servern laut Wikipedia.
P.S. ich hab auch grad ewig gesucht bsi es funktioniert hat.