mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-02-17 07:56:24 +00:00
* Added a full GUI for Win11Debloat * Updated App Selection UI to use WPF framework * Removed deprecated parameters, see https://github.com/Raphire/Win11Debloat/discussions/435 * Replaced Appslist.txt with Apps.json * Added Features.json * Add option to disable the 'Drag Tray' (#433) * Add option to disable bloat in Brave browser (#408) * Add error logging to run.bat (#437) --------- Co-authored-by: Sashank <hello@sashank.wiki> Co-authored-by: Horizon <lvblue0022@gmail.com>
19 lines
1.5 KiB
Reg
19 lines
1.5 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; Show Home on Navigation Pane for current user
|
||
[HKEY_CURRENT_USER\Software\Classes\CLSID\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
|
||
@="CLSID_MSGraphHomeFolder"
|
||
"System.IsPinnedToNameSpaceTree"=dword:00000001
|
||
|
||
; Add `Show Home` option to File Explorer folder options, with default set to enabled
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\NavPane\ShowHome]
|
||
"CheckedValue"=dword:00000001
|
||
"DefaultValue"=dword:00000001
|
||
"HKeyRoot"=dword:80000001
|
||
"Id"=dword:0000000d
|
||
"RegPath"="Software\\Classes\\CLSID\\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}"
|
||
"Text"="Show Home"
|
||
"Type"="checkbox"
|
||
"UncheckedValue"=dword:00000000
|
||
"ValueName"="System.IsPinnedToNameSpaceTree"
|