3,217
edits
Changes
m
</package></source>
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" />
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.