Disable widgets on the taskbar & lock screen

TaskbarAlle Windows 10/11-VersionenRückgängig machbar

This will disable the widgets features in Windows, including the widgets button on the taskbar and the widgets that can appear on the lock screen. This feature uses policies, which will lock down certain settings.

Anwendungscode

Disable widgets on the taskbar & lock screenRegistry
Windows Registry Editor Version 5.00


; Disable widgets service

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests]

"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh]

"AllowNewsAndInterests"=dword:00000000

Rücksetzungscode

Enable widgets on the taskbar & lock screenRegistry
Windows Registry Editor Version 5.00


; Enable widgets service

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests]

"value"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh]

"AllowNewsAndInterests"=-

Möchten Sie dies mit anderen Optimierungen kombinieren?

Konfigurator öffnen