Disable Live Tile Animations via Regedit
Disabling live tile animations on legacy Windows Start menu layouts can reduce visual clutter, save battery life, and improve overall desktop responsiveness. This guide provides a straightforward method to turn off live tile updates and dynamic animations across your system using the Windows Registry Editor.
Step 1: Open the Registry Editor
- Press Windows Key + R to open the Run dialog box.
- Type
regeditand press Enter. - If prompted by User Account Control (UAC), click Yes to grant administrative permissions.
Step 2: Navigate to the PushNotifications Policy Key
In the Registry Editor address bar at the top, paste the following path and press Enter:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications
Note: If the PushNotifications key does not exist
under CurrentVersion, right-click on the
CurrentVersion folder, select New >
Key, and name it PushNotifications.
Step 3: Create the DWORD Value
- Right-click anywhere in the empty space within the right pane of the
PushNotificationsfolder. - Hover over New and select DWORD (32-bit) Value.
- Name the newly created value
NoTileApplicationNotificationand press Enter.
Step 4: Modify the Value Data
- Double-click the
NoTileApplicationNotificationvalue to edit it. - In the Value data field, change the number from
0to1. - Ensure the base is set to Hexadecimal and click OK.
Step 5: Apply the Changes
To apply the changes, you must restart the Windows Explorer process or restart your computer:
- Press Ctrl + Shift + Esc to open the Task Manager.
- Scroll down the Processes tab to locate Windows Explorer.
- Right-click Windows Explorer and select Restart.
Once Windows Explorer restarts, the Start menu will stop pulling
dynamic updates and animating live tiles. If you ever want to re-enable
live tile animations in the future, navigate back to the same registry
location and either delete the
NoTileApplicationNotification value or set its data back to
0.