forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoruns.json
42 lines (42 loc) · 1.21 KB
/
autoruns.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
{
"homepage": "https://technet.microsoft.com/en-us/sysinternals/bb963902",
"version": "13.80",
"architecture": {
"64bit": {
"url": "https://download.sysinternals.com/files/Autoruns.zip",
"hash": "a75e5474550f9e0cbc3ff7935175c4505fec7838164ba5bb3d1a63ee2cc58b06",
"bin": [
[
"autorunsc64.exe",
"autorunsc"
]
],
"shortcuts": [
[
"Autoruns64.exe",
"Autoruns"
]
]
},
"32bit": {
"url": "https://download.sysinternals.com/files/Autoruns.zip",
"hash": "a75e5474550f9e0cbc3ff7935175c4505fec7838164ba5bb3d1a63ee2cc58b06",
"bin": [
[
"autorunsc.exe",
"autorunsc"
]
],
"shortcuts": [
[
"Autoruns.exe",
"Autoruns"
]
]
}
},
"checkver": "Autoruns for Windows v([\\d.]+)",
"autoupdate": {
"url": "https://download.sysinternals.com/files/Autoruns.zip"
}
}