-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_context_menu.reg
82 lines (64 loc) · 2.73 KB
/
add_context_menu.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Windows Registry Editor Version 5.00
; .custom_argvars files right-click context menu
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunch]
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunch\command]
@="c:\\ewlaunch\\ewlaunch_win.exe \"%1\""
; .custom_argvars files shift+right-click context menu
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunchShell]
@="EWlaunch (shell)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunchShell\command]
@="c:\\ewlaunch\\ewlaunch_win.exe shell \"%1\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunchSelect]
@="EWlaunch (select version)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.custom_argvars\shell\EWlaunchSelect\command]
@="c:\\ewlaunch\\ewlaunch_win.exe select \"%1\""
; .eww files right-click context menu
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunch]
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunch\command]
@="c:\\ewlaunch\\ewlaunch_win.exe \"%1\""
; .eww files shift+right-click context menu
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunchShell]
@="EWlaunch (shell)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunchShell\command]
@="c:\\ewlaunch\\ewlaunch_win.exe shell \"%1\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunchSelect]
@="EWlaunch (select version)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.eww\shell\EWlaunchSelect\command]
@="c:\\ewlaunch\\ewlaunch_win.exe --select \"%1\""
; Folders right-click context menu
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunch]
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunch\command]
@="c:\\ewlaunch\\ewlaunch_win.exe \"%1\""
; Folders shift+right-click context menu
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunchShell]
@="EWlaunch (shell)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunchShell\command]
@="c:\\ewlaunch\\ewlaunch_win.exe shell \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunchSelect]
@="EWlaunch (select version)"
"Icon"="c:\\ewlaunch\\ewlaunch_win.exe"
"Position"="Top"
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\EWlaunchSelect\command]
@="c:\\ewlaunch\\ewlaunch_win.exe --select \"%1\""