-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
50 lines (50 loc) · 1.69 KB
/
config.json
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
{
"rules": [
{
"path": "C:\\Users\\seewo\\Desktop",
"matches": [
{
"type": "target",
"value": "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe",
"full": false,
"rename": "Firefox"
},
{
"type": "target",
"value": "C:\\Windows\\Installer\\{90160000-0012-0000-1000-0000000FF1CE}\\xlicons.exe",
"full": false,
"rename": "Excel 2016"
},
{
"type": "target",
"value": "C:\\Windows\\Installer\\{90160000-0012-0000-1000-0000000FF1CE}\\wordicon.exe",
"full": false,
"rename": "Word 2016"
},
{
"type": "target",
"value": "C:\\Windows\\Installer\\{90160000-0012-0000-1000-0000000FF1CE}\\pptico.exe",
"full": false,
"rename": "PowerPoint 2016"
}
]
},
{
"path": "C:\\Users\\Public\\Desktop",
"matches": [
{
"type": "target",
"value": "C:\\Program Files (x86)\\Tencent\\WeMeet\\wemeetapp.exe",
"full": false,
"rename": "腾讯会议"
},
{
"type": "target",
"value": "C:\\Program Files (x86)\\ClassIn\\ClassIn.exe",
"full": false,
"rename": "ClassIn"
}
]
}
]
}