Changes

Time synchronization

21 bytes added, 17:34, 23 April 2008
m
no edit summary
This one synchronizes time on a Windows workstation against some other Windows machine (i.e., domain controller etc.).
<source lang="xml"> <package
id="time"
name="Time Synchonization"
<install cmd="net time \\timeserver /set /yes" />
</package></source>
If you're using [[WPKG Client]], it's a good idea to put just <code>net time \\timeserver /set /yes</code> in a "pre" script.