Resume Script after reboot
Can kace run a script, like an uninstall of some software, reboot the machine after the uninstall and then once the machine is back up, resume the script, say to reinstall the software?
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
You can do this with custom scripting or KScripting, but the KScript would actually run twice. You'd need the KScript to do different actions based on whether the uninstall is detected or not. And you'd have to do something to validate that the 2nd part ran (like write to a registry key and then check for it before performing the action again).
Please log in to comment
Comments