-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInstall Command here.reg
More file actions
38 lines (27 loc) · 2.33 KB
/
Copy pathInstall Command here.reg
File metadata and controls
38 lines (27 loc) · 2.33 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
Windows Registry Editor Version 5.00
; Adding "Command prompt window here" directory entries
; for the context menu of the Windows Explorer.
; Context menu of drive's Explorer icon
[HKEY_CLASSES_ROOT\Drive\shell\Command prompt window here]
@="Co&mmand prompt window here"
"Icon"="\"C:\\Windows\\System32\\cmd.exe\",0"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\Command prompt window here\command]
@="cmd.exe /S /K \"pushd \"%V\"\""
; Context menu of directory's Explorer icon
[HKEY_CLASSES_ROOT\Directory\shell\Command prompt window here]
@="Co&mmand prompt window here"
"Icon"="\"C:\\Windows\\System32\\cmd.exe\",0"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\Command prompt window here\command]
@="cmd.exe /S /K \"pushd \"%V\"\""
; Context menu of directory's Explorer background
[HKEY_CLASSES_ROOT\Directory\Background\shell\Command prompt window here]
@="Co&mmand prompt window here"
"Icon"="\"C:\\Windows\\System32\\cmd.exe\",0"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Command prompt window here\command]
@="cmd.exe /S /K \"pushd \"%V\"\""