Automatic update windows time synchronization problem

August 8, 2012Blog

0 Comments

To make your windows time to be synchronised with windows internet timing, you can manually edit it or let it update automatically.

To update automate date and time automatically,

right click on taskbar-date and time-internet timing synchronization.

If you see any error, ‘the windows time service is not running’ then

Type services.msc in cmd command prompt, and enter. In service manager, go to windows time service and double click it to automate windows timing.

Or if you get error that the system cannot find the specified path, then you have to run the re-register dll file. To do that, type regsvr m32dll.time and enter.

if you have still have the error the module w32time.dll was loaded but the call to DllRegisterServer failed with the error code 0×80070003

Then you may have to register the windows time file W32tm.exe

W32tm.exe, located in the System32 folder, is used to configure Windows Time service settings. It can also be used to diagnose problems with the time service. W32tm.exe is the preferred command line tool for configuring, monitoring, or troubleshooting the Windows Time service. You can check out all its parameters here at TechNet.

Run W32tm.exe along with /register parameter that adds default configuration to the registry.

To do that, in elevated command prompt, type the following commands one after another with enter.

1.net stop w32time
2.w32tm /unregister
3.w32tm /register

You can do this automatically by running microsoft Fix It, it will register automatically.

If error that the system cannot find the path specified (0×80070003)

Go to registry editor, In that navigate to :

HKLM\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl\services\TapiSrv

Now right click on that image and click modify. In value box, insert
%SystemRoot%\System32\svchost.exe -k NetworkService

Apply ok and exit.

 
 

0 Responses to "Automatic update windows time synchronization problem"

 

 
 
Web Analytics