Skip to content

Instantly share code, notes, and snippets.

@auroursa
Last active January 15, 2021 05:06
Show Gist options
  • Save auroursa/9dc5fc7b9e781cb2c739366998936769 to your computer and use it in GitHub Desktop.
Save auroursa/9dc5fc7b9e781cb2c739366998936769 to your computer and use it in GitHub Desktop.
Open Windows Terminal in current folder

Open Windows Terminal in current folder

A simple way to add "Terminal Here" in the context menu (use Registry).

Code

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal]
@="Windows Terminal Here"

[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal\command]
@="wt.exe -d \"%V\\.\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment