-
Notifications
You must be signed in to change notification settings - Fork 1
/
AppQuickLauncher.config
35 lines (35 loc) · 1.08 KB
/
AppQuickLauncher.config
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
{
"appList": [{
"name": "&automation",
"exe": "C:/Windows/System32/cmd.exe",
"argv": "",
"dir": "D:/Codes/Python/automation",
"icon": 0,
"operation": "runas"
}, {
"name": "&ComputerManager",
"exe": "C:/Windows/System32/mmc.exe",
"argv": "compmgmt.msc"
}, {
"name": "&explorer cmd.exe",
"exe": "C:/Windows/explorer.exe",
"argv": "/select, C:\\Windows\\System32\\cmd.exe"
}, {
"name": "&FSCapture",
"exe": "D:/Program Files/FastStoneCapture/FSCapture.exe"
}, {
"name": "&Network",
"exe": "control",
"argv": "ncpa.cpl",
"icon": "C:/Windows/System32/shell32.dll,21"
}, {
"name": "&Services",
"exe": "C:/Windows/System32/mmc.exe",
"argv": "services.msc"
}, {
"name": "&SystemProperties",
"exe": "C:/Windows/System32/SystemPropertiesAdvanced.exe"
}
],
"operation": ""
}