Oct 28 2021 06:19 AM
I absolutely hate this new right-click menu when I am on File Explorer. I cannot directly click "Refresh" but have to click 'Show more' and then only click "Refresh". WTH was Microsoft thinking when deciding that. I shouldn't be the only one who is getting annoyed with this.
Oct 28 2021 11:02 PM
Hi @Azmart,
If you want to disable Show More Options from the Windows 11 Context Menu, please apply the below command in the elevated (Run as admin) mode of cmd.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
After the above command, press CTRL + ALT + DEL to launch GINA (Graphical Identification and Authentication) screen and select Task Manager, find and restart the Windows Explorer as shown in the screenshot.
Disabling Show More Options from the Windows 11, Restart Windows Explorer
Oct 29 2021 07:06 AM
Oct 29 2021 07:32 AM
You're welcome. If you'd like to have the Refresh option in Windows 11's context menu, please share your idea with Microsoft from Feedback Hub by pressing Win + F.
Oct 29 2021 07:36 AM
If you want to revert back above changes, you need to execute the below cmdlet in cmd:
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Dec 03 2021 08:06 AM
Jun 27 2022 01:10 AM
Jun 27 2022 01:37 AM
Sep 04 2022 09:50 AM
@SalmanAhmed Thank you so much! Quick and painless! You're the best!
Sep 20 2022 10:14 AM