Need a timer for trouble shooting image speed or just want to see how long your images take.
Do this.
create a Preinstallation Task Detail call timer1 Put timer1 1st task
ipconfig /all | find "IPv4 Address" >> t:\ImageStore\timer.log
date /T >> t:\ImageStore\timer.log
time /T >> t:\ImageStore\timer.log
create a Postinstallation Tasks called timer2 put as 4th task.
time /T >> t:\ImageStore\timer.log
echo ~completed~ >> t:\ImageStore\timer.log
Best of Luck!
Comments