UVK scripting commands - <RebootSafeMode> |
This command allows you to reboot the pc in safe mode after running the script. To reboot in safe mode with networking, enter 1 after the keyword. Even if this command is not in the end of the script, the computer will only be rebooted after all the script is parsed.
Example:
<RebootSafeMode>1
<Comment>
This pc will be rebooted in safe mode with networking after
running this script.