windows11-classic-context-menu
Bring back old context menu (rightclick menu) in Windows 11
New Windows 11 context menu:
There is much less options than in Windows 10.
How to bring back context menu from Windows 10?
In regedit find CLSID folder.
Location: [HKEY_CURRENT_USER\Software\Classes\CLSID]
Create new key named {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
.
Inside {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
key create another one.
This time name it InprocServer32
.
In InprocServer32
double click the Default
key.
Leave the Value data blank and click OK.
After that restart your system.
Results
Enjoy the classic context menu in Windows 11.
All in One Windows 11 Tewaks release in October
win11_classic_context_menu.reg
file will do this all for you.
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
- Notifications
-
Fork
0
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
1
branch
3
tags
Code
-
Use Git or checkout with SVN using the web URL.
-
Open with GitHub Desktop
-
Download ZIP
Latest commit
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Win11ClassicContextMenu
Get back the classic context menu in Windows 11
Disclaimer
It is only tested in Windows 11 build 22000.160, 22458.1000, 22463.1000 and may or may not work in other versions. Use at your own risk.
Usage
- Download
Windows.UI.FileExplorer.dll
here - (Recommended) Make a backup of
C:\Windows\System32\Windows.UI.FileExplorer.dll
- (Optional) Compare the downloaded file with the original one using some hex editors if you don’t trust me
- Run the following commands in cmd as Administrator:
cd %SystemRoot%\System32 icacls Windows.UI.FileExplorer.dll /save %Temp%\perms.txt takeown /f Windows.UI.FileExplorer.dll echo Y| cacls Windows.UI.FileExplorer.dll /G %USERNAME%:F taskkill /f /im explorer.exe echo Y| move <PATH_TO_THE_DOWNLOADED_FILE> Windows.UI.FileExplorer.dll start explorer.exe icacls . /restore %Temp%\perms.txt
Related Projects
- llccd/Shell32Patcher: it hooks
explorer.exe
dynamically, which might be more elegant in some senses
Search code, repositories, users, issues, pull requests…
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign up
The context (Right Click) menu in Windows 11 is redesigned and kept with limited entries when compared to old windows . It includes a row of icons for basic actions like copy, paste, and delete, but hides some functionality you might want behind a ‘Show More Options’ button this mean Every time we need to press an extra option to see all the context menu options. We will make a brief assessment of the cost to the world of the “show more” option that Microsoft added to the Windows 11 desktop context menu. Ergonomics is important because, Implementing ergonomic solutions can help trim operating expenses by reducing costs and improving productivity. Imagine a workplace where 10 people work, each computer user clicks on the desktop 100 times a day, each click wastes an extra 1 second.
10 x 100 = 1000 seconds (16,67 Minutes) a day Lost.
30 x 1000 = 30000 seconds ( 500 Minutes = 8,33 Hours) a Month Lost.
Even in a workplace with only 10 employees, it causes loss of 8.33 hours per month. Consider the waste of time in the workplace where 100 people work.
Windows 11 Classic Context Menu v1.2 – (Thursday, 27 July 2023)
[Removed] – Move the Taskbar to the Top (Under menu) option
[Added] – Coding improvements have been made
How to Get the Classic (old) Context Menu on Windows 11
If you want to remove the “Show More Options” entry from Windows 11 Context Menu and restore classic Right Click menus in Windows 11 you can use following registry entries.
Restore full right click context menu in Windows 11 via Registry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=»»
Get the default Windows 11 Context Menu back via Registry
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
After applying the above registry entries, you need to restart File explorer for the settings to take effect. Alternatively you can use Command Prompt to do the same task.
Restore Classic Context Menu on Windows 11 with Cmd
1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter
reg.exe add «HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32» /f
Restore Default Context Menu on Windows 11 with Cmd
1. Open Cmd with Administrator privileges
2. Copy and paste the below Code and press enter
reg.exe delete «HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}» /f
NOTE: Restart the file explorer after the above steps.
If you are looking for a one click solution to Disable or Enable the New Context Menu in Windows 11 instead of dealing with registry entries you can use Win 11 Classic Context Menu v 1.0 Portable freeware Application. It has minimalistic interface Use first Button “Enable Win 11 Classic Context Menu Style” button to disable “Show More Options” from the Right Click Menu in Windows 11
To disable the classic Context Menu in Windows 11 use second button “Enable Win 11 default Context Menu Style”, If you need to restart Windows explorer, software will detect it and warn you
Windows 11 Classic Context menu has CMD parameter support. To see all the supported command line parameters , use the Menu – “Command Line Info” Button.
With this Application you can easily toggle between Old Windows 10 Right Click Context Menu and default Windows 11 Context menu.
Supported operating systems: Windows 11
Supported languages: English ,Turkish , German , Russian , French , Spanish , Brazilian Portuguese , Greek , Korean , Chinese , Polish , Swedish , Hungarian , Czech , Bulgarian , Italian , indonesian , Japanese , Romanian , Hebrew , Vietnamese , Arabic , Persian , Dutch , Ukrainian
File: W11ClassicMenu.exe │ Virustotal
MD5: 3ef2c9d09a4e60b146ea2bc21a02308a
SHA1: 63799f0b3b20230366d6202d4471363825001e6e
SHA256: dd51c33c70819723b3dcbbd169e5245b5a1b2014defa8ce9e3b758b143e8a6e8
Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts