Disable Windows Action Center Using Regedit

The Windows Action Center provides quick access to system notifications and quick settings, but administrators often need to disable this flyout to reduce user distractions, streamline user interfaces, or enforce kiosk environments. This guide explains the exact steps to disable the Action Center notification flyout across a system or for a specific user using the Windows Registry Editor (Regedit).

Step-by-Step Guide to Disabling Action Center

Step 1: Open the Registry Editor

  1. Press Windows Key + R to open the Run dialog box.
  2. Type regedit and press Enter (or click OK).
  3. Click Yes when prompted by User Account Control (UAC).

Step 2: Navigate to the Explorer Key

Depending on whether the policy should apply to the current user or all users on the machine, navigate to one of the following paths in the left sidebar:

Note: If the Explorer key does not exist under Windows, right-click the Windows folder, select New > Key, and name it Explorer.

Step 3: Create the DWORD Value

  1. Right-click on the Explorer key (or right-click in the empty space in the right pane).
  2. Select New > DWORD (32-bit) Value.
  3. Name the new value: DisableNotificationCenter

Step 4: Configure the Value Data

  1. Double-click the newly created DisableNotificationCenter entry.
  2. Set the Value data field to 1.
  3. Ensure the base is set to Hexadecimal.
  4. Click OK.

Step 5: Apply the Changes

To apply the changes immediately, restart Windows Explorer or restart the computer: 1. Press Ctrl + Shift + Esc to open the Task Manager. 2. Locate Windows Explorer in the Processes tab. 3. Right-click Windows Explorer and select Restart.

The Action Center icon and notification flyout will now be completely disabled.


How to Re-Enable the Action Center

To revert the changes and restore the Action Center at any time: 1. Navigate back to the registry key modified in Step 2. 2. Double-click DisableNotificationCenter and set its value back to 0, or right-click DisableNotificationCenter and select Delete. 3. Restart Windows Explorer or reboot the computer.