An open API service indexing awesome lists of open source software.

https://github.com/mustafachyi/opencmdhere-context-menu-manager

A Python script to add or remove the "Open Command Window Here" context menu entry in Windows using the registry.
https://github.com/mustafachyi/opencmdhere-context-menu-manager

context-menu-customization python registry-editing windows-scripting

Last synced: 4 months ago
JSON representation

A Python script to add or remove the "Open Command Window Here" context menu entry in Windows using the registry.

Awesome Lists containing this project

README

          

# 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:
```sh
cd path\to\script
```
- Execute the script:
```sh
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.