

| Sync Time With Domain Time Server |
|
|
|
|
When some people access the appliation the side effect is their system time slows down. I have look on forums and called application support, but no dice. So, I created a script that syncs time with your domains time server. Thanks to the Windows Scripting Guys for explaining %COMSPEC%. ----------COPY EVERYTHING BELOW THIS LINE for the Script---------- On Error Resume Next Set wShell = CreateObject("WScript.Shell") ----------COPY EVERYTHING ABOVE THIS LINE for the Script----------
PLEASE MAKE SURE NO WORD WRAPPING IS HAPPENING IN YOUR SCRIPT!!! 1. Create a scheduled task for this script to run. Advertisements
|










