When the Symantec Management Agent (SMA) initiates a reboot, either through a task using aexagentutil.exe /reboot or through a Patch Management or Power Management policy containing a forced power action, it writes the scheduled action to the client registry under:
HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent\Dynamic Data\PowerActions
The countdown runs locally on the client. Restarting the SMA service does not clear this state; the agent reads the cached action on service startup and resumes the countdown.
This article covers two related scenarios:
In both cases, stopping the SMA service and clearing the PowerActions registry key stops the reboot.
ITMS 8.x
The SMA stores active power action state locally in the client registry. This state is independent of the policy's current status on the Notification Server. If a policy is disabled after the client has already received and cached the power action, the client proceeds to reboot when ScheduledPowerActionDeferralLimit is reached. Restarting the SMA service does not clear the cached state — the agent reads it again on startup and resumes the countdown.
Symptoms
The following registry key is populated on the affected client:
HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent\Dynamic Data\PowerActionsWith values including:
| Value name | Type | Example data |
|---|---|---|
ScheduledPowerAction | REG_DWORD | 0x000bb001 (non-zero = active) |
ScheduledPowerActionDeferralLimit | REG_SZ | 2026-05-30 02:23:40 (hard deadline) |
ScheduledPowerActionDeferralUILimit | REG_DWORD | 0x00000b41 |
ScheduledPowerActionNotificationTimeout | REG_DWORD | 0x00003840 |
A non-zero value in ScheduledPowerAction confirms a power action is active. The timestamp in ScheduledPowerActionDeferralLimit is the hard deadline after which the user can no longer defer the reboot.
Single machine
HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent\Dynamic Data\PowerActions
Multiple machines
If multiple endpoints pulled the policy before it was disabled, run the following command on each affected machine with administrative privileges, then restart the SMA service:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent\Dynamic Data\PowerActions" /f net stop AeXNSClient && net start AeXNSClient
Deploy this via an administrative script, GPO, or a clean SMP task targeting the affected machines.
Note: Do not use this task to deliver the fix if the SMP task delivery mechanism itself depends on the agent being in a functional, non-rebooting state on the target machines. In that scenario, use GPO or a separate remote execution method.
Verification
After completing the steps above: