This program enables the "Edit" option in the right-click context menu for specific file extensions in Windows 11 and allows users to configure the default program for editing those files by modifying the Windows Registry.
Windows 10/11 allows configuration of default applications for various file types. However, the "Edit" menu item is not available by default for some extensions in the context menu. This program addresses that limitation by:
- Adding the "Edit" option for selected file extensions.
- Setting a default application (e.g., Kate, Notepad, etc.) for editing those files.
These changes are achieved through registry modifications.
- Enable "Edit" Context Menu: Adds an "Edit" option to the right-click context menu for supported file extensions like
.bat
,.txt
,.log
, etc. - Set Default Edit Program: Configures the default program to open selected file extensions for editing.
- Registry Modifications: Automatically creates and updates the necessary registry keys for context menu actions.
- Cross-Version Support: Fully compatible with Windows 10, Windows 11 and its latest updates.
- Download the Program: Visit the Releases page to download the latest version of the program.
- Prepare Required Files: Download the
reg
folder from the repository's master branch and place it in the program's root directory. - Run the Program: Follow the instructions to enable the "Edit" menu and set the default editor for your chosen file extensions.
-
Registry Modification:
The program modifies the registry keys for specific file extensions to:- Add the "Edit" option in the context menu.
- Specify the default program for editing.
-
Supported File Extensions:
.bat
.txt
.log
- And more (configurable via the program).
This project is licensed under the GNU General Public License v3.0.
You are free to use, modify, and distribute this program under the terms of the GPL.
This program modifies the Windows Registry, which can affect system behavior. Use it at your own risk. Always back up your registry before making changes.
Contributions are welcome! If you'd like to add support for more file extensions or improve functionality, feel free to fork the repository and submit a pull request.
Head to the Releases page to get the latest version of the program.