Created
February 21, 2020 11:24
-
-
Save cossssmin/7906b685ae024236f8d3f44ad60b59dd to your computer and use it in GitHub Desktop.
Add Windows Terminal to context menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Directory\shell\wt] | |
@="Windows Terminal Here" | |
"Icon"="C:\\Users\\{YOUR_USER_NAME}\\AppData\\Local\\terminal\\terminal.ico" | |
[HKEY_CURRENT_USER\Directory\shell\wt\command] | |
@="C:\\Users\\{YOUR_USER_NAME}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe new-tab -d \"%V\" -p \"Pengwin\"" | |
[HKEY_CURRENT_USER\Directory\Background\shell\wt] | |
@="Windows Terminal Here" | |
"Icon"="C:\\Users\\{YOUR_USER_NAME}\\AppData\\Local\\terminal\\terminal.ico" | |
[HKEY_CURRENT_USER\Directory\Background\shell\wt\command] | |
@="C:\\Users\\{YOUR_USER_NAME}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe new-tab -d \"%V\" -p \"Pengwin\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This adds a "Windows Terminal Here" command to the context menu.
Works both on a folder and inside a folder.
How to
Download the Windows Terminal icon ↗ and place it somewhere.
The code above assumes you'll add it to
C:\Users\{YOUR_USER_NAME}\AppData\Local\terminal\terminal.ico
Download
wt.reg
and open it.Windows will ask you to confirm:
Confirm by clicking "Yes" - you will get a confirmation that the values have been successfully added to the Windows Registry.
You should now see "Windows Terminal Here" in your Windows Explorer context menu.
Preview
Right-clicking inside a folder:
Right-clicking a folder: