Link to home
Start Free TrialLog in
Avatar of NOC123
NOC123

asked on

What is the command that manages time on Windows 7?

The time on a users PC is changed, their servers time is correct but not theirs whats the command to know whats managing the time on her desktop or if there is a command to get the time internet tab back on her date and time settings. Thanks!
Avatar of John
John
Flag of Canada image

Control Panel, Date and Time and set time for Internet Time if your are not on a domain. Domain computers get their time from the Server
Avatar of NOC123
NOC123

ASKER

We know that already.

What is proper command to see where a PC/Server is syncing its time from.
w32tm Here is a link with all the command line parameters

https://technet.microsoft.com/en-us/library/cc773263.aspx

I believe it would be w32tm /query
w32tm /query /status
ASKER CERTIFIED SOLUTION
Avatar of Salah Eddine ELMRABET
Salah Eddine ELMRABET
Flag of Morocco image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lee W, MVP
Additional time related commands (most need be run as an Admin):

Synchronize time with a specific computer now:
NET TIME /SET \\ComputerName

Set the time zone from the command line
TZUTIL

Set the time from the command line (example sets the time to 2:30 pm)
TIME 14:30

Set the date from the command line (example sets the date to June 17 assuming standard US time format)
DATE 6/17/2016
Not for points - simply an observation.  If the affected PC has lost time with each fresh boot, the CMOS coin-cell battery on the motherboard (usually a non-rechargeable 3 volt Lithium CR2032) might be going flat.  While powered up, the CMOS memory that stores some BIOS-related settings and the computer's time is powered from the board, but when the PC is powered down the battery has to supply the trickle of power to the memory.
Hi,

Any update here??

Regards.

Salah