Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

Interest in disabling "show more options"? #42

Closed andyjphu closed 6 months ago

andyjphu commented 6 months ago

I moved from win 10 to win 11 and I really disliked the new folder explorer pane compared to the the old one.

image The proposed change would permanently make it such that when you right click a file this pops up instead. image

Would there be any interest in adding this command to the repo? Or would a fork be preferred?

reg add HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f

The command came from: https://answers.microsoft.com/en-us/windows/forum/all/windows-11-right-click-explorer-menu-show-more-as/ba8dafe4-306a-403b-af0d-10a6d1ca0a9a

Raphire commented 6 months ago

Heya,

Thanks for your suggestion. This is actually already included in Win11Debloat, although it's not included in the default settings. You can find this setting by selecting 'Custom mode' in the script menu, or by running the script with the -RevertContextMenu parameter option.