Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.47 KB

File metadata and controls

65 lines (41 loc) · 1.47 KB

OpenCmdHere Context Menu Manager

Easily manage the "Open Command Window Here" option in the Windows context menu. Use this tool to quickly add or remove the feature for opening a command prompt in any folder.

Features

  • Add or remove "Open Command Window Here" from the right-click menu
  • Check if the option is already enabled
  • Requires administrator privileges

Requirements

  • Windows operating system
  • Python 3.x installed
  • Admin privileges

Quick Guide

  1. Download the Script:

    • Clone the repository or download the main.py file.
  2. Open Terminal with Admin Rights:

    • Press Win + X, select Command Prompt (Admin) or PowerShell (Admin).
  3. Run the Script:

    • Navigate to the script folder:
      cd path\to\script
    • Execute the script:
      python main.py
  4. Follow Instructions:

    • Choose to add, remove, or check the status of the "Open Command Window Here" entry.

Notes

  • Always run with admin rights to ensure registry changes are applied.
  • Be cautious when modifying the Windows registry.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Contributing

Contributions are welcome! Open an issue or submit a pull request for improvements.


Like this project?

If you found this project useful, please consider giving it a star! ⭐ Your support helps improve the project and encourages others to contribute.