C
C#11mo ago
Pandetthe

❔ How to disable automatic time sync?

Hi! I am trying to add to my app manual time setting using SetSystemTime from kernel32.dll, but I couldnt find how to disable/enable automatic time sync with ntp server. I found that it can be done by setting [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "Type"="NoSync", but it changes back occasionally
2 Replies
boiled goose
boiled goose11mo ago
you can disable it from windows clock settings depending on what windows version you have
Accord
Accord11mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.