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
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand press Enter (or click OK). - 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:
For the current user only:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ExplorerFor all users on the machine:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer
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
- Right-click on the
Explorerkey (or right-click in the empty space in the right pane). - Select New > DWORD (32-bit) Value.
- Name the new value:
DisableNotificationCenter
Step 4: Configure the Value Data
- Double-click the newly created
DisableNotificationCenterentry. - Set the Value data field to
1. - Ensure the base is set to Hexadecimal.
- 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.