Friday, January 23, 2015

How to Disable All Apps Lives Tiles Feature in Windows 8

How to Disable All Apps Lives Tiles Feature in Windows 8


Method 1:-


  • Type gpedit.msc in RUN or Start search box and press Enter. It'll open Group Policy Editor.



  • Now go to:


User Configuration -> Administrative Templates -> Start Menu and Taskbar -> Notifications


  • In right-side pane, look for "Turn off tile notifications" option.
  • The option would be set to Not Configured. Double-click on it and set it to Enabled.







That's it. Apply changes and it'll immediately disable live tiles feature for all apps on Start Screen.

Method 2:-

Using REGISTRY EDITOR

  • Open RUN & Type regedit it will open REGISTRY EDITOR 
  • Go to the Key 
  • HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion3.
  • Create a new key under CurrentVersion key and set its name as PushNotifications
  • So the final key path would be:       HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications
  •  Now select PushNotifications key and in right-side pane create a new DWORD NoTileApplicationNotification and set its value to 1
  • Close the Registry Editor & Restart System.
Comment Box is loading comments...