A super simple batch script that will freeze your computer time to a specified time.
Code Begin:
@echo off
:mark
time xx:xx:xx.xx
goto mark
As usual it is military time with xx:xx:xx.xx as the time. Save as *.bat.
It does not freeze the date. CMOS has it's own clock and it cannot be messed up with in a batch script.
As for the purpose of the script, I dunno. PVZ? Try removing the goto command and time xx:xx:xx with date mm-dd-yy. Then register the script under the run key in HKLM registry so you could freeze your friend's computer time. If he
No comments:
Post a Comment