-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTOOL_PromptHereW10-WindowsTerminal.reg
More file actions
45 lines (42 loc) · 4.21 KB
/
TOOL_PromptHereW10-WindowsTerminal.reg
File metadata and controls
45 lines (42 loc) · 4.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Windows Registry Editor Version 5.00
;Windows Terminal | WindowsContextMenuTools created by VincentBounce
;from DIRECTORY | Windows Explorer folder icon | can use %1 or %L or %V
[-HKEY_CLASSES_ROOT\Directory\shell\run250WindowsTerminal] ;deleting previous version
[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\""
;from BACKGROUND | Windows Explorer right pane background folder | need to use %V
[-HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal] ;removing previous versions
[HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal]
"MUIVerb"="Windows &Terminal"
"subcommands"=""
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
;HERE
[HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal\shell\run00250]
@="Open &here"
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal\shell\run00250\command]
@="wt.exe -d \"%V\""
;HERE AS ADMIN
[HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal\shell\runas]
@="Open here as &Administrator"
"Icon"="\"%SystemRoot%\\System32\\WindowsTerminal.ico\""
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\run250WindowsTerminal\shell\runas\command]
@="wt.exe -d \"%V\""