-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathinstall-associations.reg
More file actions
32 lines (22 loc) · 1.05 KB
/
install-associations.reg
File metadata and controls
32 lines (22 loc) · 1.05 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
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\.efu]
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CURRENT_USER\Software\Classes\.efu\OpenWithProgIDs]
"Everything.FileList"=hex(0):
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList]
@="Everything File List"
"AppUserModelID"="voidtools.Everything"
"FriendlyTypeName"="Everything File List"
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\DefaultIcon]
@="\"{{everything_dir}}\\Everything.exe\",1"
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\shell]
@="open"
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\shell\edit]
"Icon"="\"{{everything_dir}}\\Everything.exe\",0"
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\shell\edit\command]
@="\"{{everything_dir}}\\Everything.exe\" -edit \"%1\""
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\shell\open]
"Icon"="\"{{everything_dir}}\\Everything.exe\",0"
[HKEY_CURRENT_USER\Software\Classes\Everything.FileList\shell\open\command]
@="\"{{everything_dir}}\\Everything.exe\" \"%1\""