Showing posts with label w32time debugging. Show all posts
Showing posts with label w32time debugging. Show all posts

Tuesday, August 2, 2011

Win32 Time debugging

If you have clients routinely getting the W32time warnings/errors in their event logs run the following commands to enable logging:

reg add HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config /v FileLogSize /t REG_Dword /d 1000000
reg add HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config /v FileLogName /d C:\windows\Temp\w32time.log
reg add HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config /v FileLogEntries /d 0-116
net stop w32time && net start w32time