Skip to content

Instantly share code, notes, and snippets.

@sawaYch
Last active March 5, 2020 02:41
Show Gist options
  • Select an option

  • Save sawaYch/76bf1f1dc0afd0b78e29a3be2408c6c7 to your computer and use it in GitHub Desktop.

Select an option

Save sawaYch/76bf1f1dc0afd0b78e29a3be2408c6c7 to your computer and use it in GitHub Desktop.
Add "Open Windows Terminal Here" to the file manager context menu.

Add "Open Windows Terminal Here" to the file manager context menu

Open powershell with admin permission
Then install OpenHere Module:

Install-Module OpenHere
Set-OpenHereShortcut -ShortcutType:WindowsTerminal

Then it should be ok :D
(THis method is much simplier then registry one LoL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment