RyTuneX icon indicating copy to clipboard operation
RyTuneX copied to clipboard

Start Menu Tweak

Open XMontech1337X opened this issue 1 year ago • 2 comments

I found a way to disable the "Recommended" section in the Start menu.

To Disable: Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start] "HideRecommendedSection"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education] "IsEducationEnvironment"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer] "HideRecommendedSection"=dword:00000001

To Enable: Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start] "HideRecommendedSection"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education] "IsEducationEnvironment"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer] "HideRecommendedSection"=-

XMontech1337X avatar Apr 29 '25 12:04 XMontech1337X

I think it's a great tweak that should definitely be in your program.

XMontech1337X avatar Apr 29 '25 12:04 XMontech1337X

Yeah, that sounds good to add

rayenghanmi avatar Apr 29 '25 14:04 rayenghanmi

This pull request has been automatically closed because it has been inactive for more than 30 days. Please reopen if you still intend to submit this pull request.

github-actions[bot] avatar May 15 '25 01:05 github-actions[bot]