mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
* 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
16 lines
1.0 KiB
Reg
16 lines
1.0 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; Windows 11
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||
"TaskbarDa"=dword:00000001
|
||
|
||
; Windows 10
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Feeds]
|
||
"ShellFeedsTaskbarViewMode"=dword:00000000
|
||
|
||
; Enable widgets service
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests]
|
||
"value"=dword:00000001
|
||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh]
|
||
"AllowNewsAndInterests"=- |