-
Notifications
You must be signed in to change notification settings - Fork 7
/
WindowsTerminal-here.reg
25 lines (23 loc) · 2.2 KB
/
WindowsTerminal-here.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Windows Registry Editor Version 5.00
; WindowsContextMenuTools created by VincentBounce
;Windows Terminal ;removing previous versions
[-HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal]
[HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal]
;"Extended"="" ;used to view command in context menu only with Shift pushed
"MUIVerb"="Windows &Terminal"
"subcommands"=""
;MS Store version located here: "%ProgramFiles%\\windowsapps\\Microsoft.PowerShell_7.2.5.0_x64__8wekyb3d8bbwe\\pwsh.exe"
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
;HERE
[HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal\shell\run00250]
@="Open &here"
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
[HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal\shell\run00250\command]
@="wt.exe -d \"%1\""
;HERE AS ADMIN
[HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal\shell\runas]
@="Open here as &Administrator"
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal\shell\runas\command]
@="wt.exe -d \"%1\""