i try to synchronize with a timeserver in this package, according to this wiki page:<br><br><a href="http://wpkg.org/Execute_once_/_always">http://wpkg.org/Execute_once_/_always</a><br><br>    <package<br>        id="time"<br>
        name="Time Synchonization"<br>        revision="1"<br>        execute="always"><br>        <install cmd="net time \\192.168.1.1 /set /yes" /><br>    </package><br>
<br>UNC instead of IP doesn´t work either.<br><br>manually the command net time \\192.168.1.1 /set /yes works.<br><br>what am i doing wrong?<br>