Glam Prestige Journal

Bright entertainment trends with youth appeal.

I would like to be able to synchronize my windows 10 computer clock when it goes out of sync... From the commandline with 1 command.

This solution shows how to do it via settings.

Is there a way to perform this via some windows 10 api on the commandline?

2 Answers

Start a PowerShell or CMD with elevated rights and use the W32tm command:

W32tm /resync /force

For further reading: interesting article about the difference between NET TIME and W32tm.

0

net time /set also works and doesn't require admin rights.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy