Files
Win11Debloat/Regfiles/Disable_Widgets_Taskbar.reg
Raphire b46d445813 Multiple changes & additions
* Hiding widgets icon now also fully disables the widgets service
* Added new option to align taskbar icons to the left in windows 11
* Custom configuration is made more readable by spacing out the options
* Option to hide folders now only shows on windows 10, no longer needed on windows 11
2023-07-18 00:59:18 +02:00

17 lines
1.1 KiB
Reg
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Windows Registry Editor Version 5.00
; Windows 11
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarDa"=dword:00000000
; Windows 10
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Feeds]
"ShellFeedsTaskbarViewMode"=dword:00000002
; 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