mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Added option to disable & hide the recommended section from the start menu #187
This commit is contained in:
14
Regfiles/Undo/Enable_Start_Recommended.reg
Normal file
14
Regfiles/Undo/Enable_Start_Recommended.reg
Normal file
@@ -0,0 +1,14 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
|
||||
"HideRecommendedSection"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
|
||||
"HideRecommendedSection"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education]
|
||||
"IsEducationEnvironment"=dword:00000000
|
||||
|
||||
; Set start menu layout to default
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||
"Start_Layout"=dword:00000000
|
||||
Reference in New Issue
Block a user