https://github.com/nt4f04uNd/wt-contextmenu
A script to add Windows Terminal to the context menu
https://github.com/nt4f04uNd/wt-contextmenu
context-menu enhancement windows-terminal
Last synced: 5 months ago
JSON representation
A script to add Windows Terminal to the context menu
- Host: GitHub
- URL: https://github.com/nt4f04uNd/wt-contextmenu
- Owner: nt4f04uNd
- Created: 2019-12-12T21:19:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T21:43:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T20:17:17.965Z (6 months ago)
- Topics: context-menu, enhancement, windows-terminal
- Language: Batchfile
- Homepage:
- Size: 2.26 MB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - nt4f04uNd/wt-contextmenu - A script to add Windows Terminal to the context menu (Batchfile)
README
# wt-contextmenu
Run Windows Terminal from the context menu
*Thanks to [EmTschi](https://github.com/EmTschi) for giving an [idea](https://github.com/microsoft/terminal/issues/632#issuecomment-539420599)*.
Original solution was found [here](https://github.com/microsoft/terminal/issues/1060)
## Usage
1. In right click context-menu
2. Run `wt-admin` command in cmd/powershell.
* `wt-admin` also has optional positional argument for the start dir## Installation
Run `registry.bat` as Admin
It will suggest you to copy icon to WT settings dir
NOTE that `_8wekyb3d8bbwe` that is in name of wt source folder may change, so keep it mind
Specify:
* **path to wt-admin.vbs** full path where you want ro preserve `wt-admin.vbs`, (by default `C:\env\commands`), I also recommend you to add it to PATH variable to access it from cmd/powershell**Done!**
If you have something not working - try to run `registry.bat` again and avoid any spaces before and after paths.
## Removal
Run `remove.bat` as Admin