-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddOrdoToContextMenu.reg
More file actions
31 lines (25 loc) · 1.47 KB
/
AddOrdoToContextMenu.reg
File metadata and controls
31 lines (25 loc) · 1.47 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
Windows Registry Editor Version 5.00
; ==========================================
; File singoli o multipli
; ==========================================
[HKEY_CURRENT_USER\Software\Classes\*\shell\OrdoSortFile]
@="Sort this with Ordo"
"Icon"="C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe"
[HKEY_CURRENT_USER\Software\Classes\*\shell\OrdoSortFile\command]
@="\"C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe\" \"%1\""
; ==========================================
; Cartella cliccata (non sfondo)
; ==========================================
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\OrdoSortFolder]
@="Sort this folder with Ordo"
"Icon"="C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe"
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\OrdoSortFolder\command]
@="\"C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe\" \"%1\""
; ==========================================
; Sfondo cartella aperta (tutti i file nella cartella)
; ==========================================
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\OrdoSortAll]
@="Sort all with Ordo"
"Icon"="C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\OrdoSortAll\command]
@="\"C:\\Users\\guare\\source\\repos\\OrdoProject\\dist\\win-unpacked\\ordoproject.exe\" \"%V\" ALL"