| 1. |
Solve : Batch or Command to set computer time remotely...? |
|
Answer» I'm working on a small network (~8 computers) that is not connected to the internet. We are developing this network with two servers and a datalog computer. Recently I've been working on ensuring the time on all the computers is synchronized. If the computers belong to an Active Directory domain, the Windows Time service configures itself automatically by USING the Windows Time service that is available on domain controllers. The Windows Time service configures a domain controller in its domain as a reliable time source and synchronizes itself periodically with this source. You can modify or overwrite these settings, depending on your specific needs.After reading you post again and again, It seems you want to set the time on all computers from none console. There requires a remote execution program. For XP you could use: Rexec Runs commands on remote computers running the Rexec service (daemon). The rexec command authenticates the user name on the remote computer before executing the SPECIFIED command. Windows XP and Windows 2000 do not provide the Rexec service. Used without parameters, rexec displays help. http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/rexec.mspx?mfr=true You will have to find it and install it on .your computers. http://www.theether.org/rexec/ Sorry I can not help you with using Rexec. Please read the links abut. It is said to work onX P, but is not part of the regular XP tools. You have to download it and install it. Alternate: http://www.codeproject.com/KB/system/remoteexec.aspx |
|