NOTE: Open Terminal as Admin seems to only work on Windows 10 build 2004 or later
A PowerShell script that creates an option in the file explorer context menu to launch Windows Terminal from that directory
-
Clone this repo to the root (C:\>)
-
Set Execution Policy for CurrentUser to RemoteSigned by running PowerShell as Admin and running
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -
Run the install.ps1 script as Admin from PowerShell
C:\WinTermContext> .\install-uninstall.ps1
To uninstall run the the script again
