Re: How to modify System Time ? TIA

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If you trust time as much as I trust all Times are London,
"query" the xmlHttp ResponseHeader of any time server.

Then parse DATE and TIME and set it.

Forget about wm_time and NTP for good.

--------------------------------------------------------------------






<olivier@xxxxxxxxxxx> wrote in message news:oa7t13trvjmofd7vfr0ho0touoskrrfnre@xxxxxxxxxx
I have desperately looked though Internet (and msdn) for the way to
modify the system date & time through a .js or .vbs simple program,
but failed completely.
Reading system time/date is very easy:
var d,s; d = new Date(); s =d.getMonth()+ d.getYear(); but
modifying it is quite another matter.
Any help would be greatly appreciated.
TIA
Olivier

.