How to restart computer after deploy application on Post-Installation with K2000?
Dear All,
Please advise me for how to restart computer after deploy application on Post-Installation with K2000? because now I have some issue when I use Post-Installation from K2000 for deploy application [I use Ninte.exe it seem like Multiple Applications in one file and it will get lastest installation file from internet when it install] but after it install finish it stick and it not pass to next step so I need some command line for tell K2000 to restart client machine after install application finish. Please advise thanks
Answers (1)
I think this script created by two very sharp guys in KACE support may help to accmplish your goal.
http://www.kace.com/support/resources/kb/article/K2000-postinstall-task-converter
Comments:
-
yep that works like a charm, just make a bat file with content:
taskkill /f /IM runonce.exe
shutdown -f -r -t 1
ping 127.0.0.1 -n 30
and damm them taking credit ;p
I was the one that told them it worked if they did it like that a long time ago =) - rmeyer 12 years ago -
I call the ksleep.exe for 30 seconds (found on the ikbox) instead of ping. - SMal.tmcc 11 years ago