finalAction - Key to Disable Countdown and Require Manual Exit #50

Closed
opened 2026-01-19 18:31:21 +00:00 by michael · 1 comment
Owner

Originally created by @phillscholl on GitHub.

It would be great to have a finalAction key that disables just the automatic final countdown and instead requires the user or admin to manually click Continue, Shutdown, or Reboot. This would allow them to review the status of all steps, ensure everything completed successfully, and manually exit the Setup Manager when ready.

Originally created by @phillscholl on GitHub. It would be great to have a finalAction key that disables just the automatic final countdown and instead requires the user or admin to manually click Continue, Shutdown, or Reboot. This would allow them to review the status of all steps, ensure everything completed successfully, and manually exit the Setup Manager when ready.
Author
Owner

@scriptingosx commented on GitHub:

https://github.com/jamf/Setup-Manager/blob/main/ConfigurationProfile.md#finalcountdown

finalCountdown

(Number/integer, optional, default: 60)

This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the finalAction. Set to -1 to disable automated execution.

Example:

finalCountdown
30

Disable the countdown:

finalCountdown
-1

@scriptingosx commented on GitHub: https://github.com/jamf/Setup-Manager/blob/main/ConfigurationProfile.md#finalcountdown finalCountdown (Number/integer, optional, default: 60) This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the finalAction. **Set to -1 to disable automated execution.** Example: <key>finalCountdown</key> <integer>30</integer> Disable the countdown: **<key>finalCountdown</key> <integer>-1</integer>**
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jamf/Setup-Manager#50