Restore the original functionality of the right-click context menu in Windows 11 to how it was in Windows 10.
Along with Windows 11 came an update that added an additional overflow button to expand the full context menu - while Windows 11 has a clean look, this change is counter-intuitive and over-engineered. Having to parse the context menu to realize that you need to click a button to parse another menu is a waste of time.
Ensure you have Git installed and you're on Windows 11. Clone the Repository using Git Bash or Git Gui:
-
Right-Click on the Desktop or in any folder in File Explorer.
-
Hover over the "Git GUI Here" or "Git Bash Here" option in the context menu.
- If you're at this repository, you will not see these options. Click the terrible overflow button (the arrow or "More Options") at the bottom of the context menu. Say goodbye, overflow button.
- A terminal window will open.
- Run the following command:
git clone https://github.com/username/repository.git
- This will download the repository into the current directory.
- The Git GUI application will open.
- Select Clone Existing Repository.
- In the Source Location, paste the repository URL.
- In the Target Directory, choose the folder where the repository should be cloned.
- Click Clone to start cloning the repository.
- Navigate to the Releases section of the GitHub repository. Example: https://github.com/timothyportnoff/right-click-return/releases
- Find the release that contains the .bat file you need and download the .bat file by clicking on its link under Assets.
- Navigate to the folder where you downloaded the .bat file.
- Right-click on the .bat file and select Run as Administrator (if required for elevated permissions).
- Navigate to the target directory (the folder where you cloned the repository).
- Confirm the repository files and folders are present.
-
Ran the .bat, but no changes:
- Restart
explorer.exe
, or restart your entire machine for changes to take effect.
- Restart
-
Missing Context Menu Options:
- Reinstall Git and ensure the "Add Git Bash Here" and "Add Git GUI Here" options are enabled during setup.
-
Permission Issues:
- Make sure you have permissions to do so, then run the Git Bash or Git GUI as an administrator if needed.
-
Cloning Error:
- Verify the repository URL is correct and that you have the necessary permissions to access it.
-
It's not working:
- What's not working?! If you are unable to get it to work, please open up an issue!