Disable widgets on the taskbar & lock screen
TaskbarToutes les versions de Windows 10/11Réversible
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.
Code à appliquer
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
Code pour annuler
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"=-
Envie de combiner ceci avec d'autres ajustements ?
Ouvrir le configurateurAjustements associés
Left taskbar alignment
By default, Windows 11 has the taskbar buttons centered. Enabling this setting will move the taskbar buttons to the left, similar to previous versions of Windows.
Hide Search Hide search icon from the taskbar
Show Search Icon Show search icon on the taskbar
Show Search Label Show search icon with label on the taskbar
Show Search Box Show search box on the taskbar