-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.reg
22 lines (16 loc) · 948 Bytes
/
setup.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\shell\WebPConverter]
@="Convert to WebP"
"Icon"="C:\\WebP Converter\\icon.ico" ; Replace with the path to your custom icon
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\shell\WebPConverter\command]
@="\"C:\\WebP Converter\\WebP Converter.bat\" \"%1\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.png\shell\WebPConverter]
@="Convert to WebP"
"Icon"="C:\\WebP Converter\\icon.ico" ; Replace with the path to your custom icon
[HKEY_CLASSES_ROOT\SystemFileAssociations\.png\shell\WebPConverter\command]
@="\"C:\\WebP Converter\\WebP Converter.bat\" \"%1\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\shell\WebPConverter]
@="Convert to WebP"
"Icon"="C:\\WebP Converter\\icon.ico" ; Replace with the path to your custom icon
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\shell\WebPConverter\command]
@="\"C:\\WebP Converter\\WebP Converter.bat\" \"%1\""