forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKMS.json
62 lines (62 loc) · 2.64 KB
/
KMS.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
51
52
53
54
55
56
57
58
59
60
61
62
{
"##": "Consider depends sudo and running all mppreference commands via sudo",
"version": "10.2.0",
"description": "KMSpico. The most successful, frequently updated and 100% clean tool to permanently activate any version of Windows or Microsoft office within matter of seconds.",
"homepage": "https://forums.mydigitallife.net/threads/kmspico-official-thread.65739/",
"license": "Unknown",
"notes": [
"All needed Windows Defender exclusions were set.",
"Automatic activation could be run via \"AutoPico /silent\"",
"If you plan to use some different antivirus. Make sure to exclude all these:",
" ..\\scoop\\apps\\KMS",
" C:\\Windows\\SECOH-QAD.dll)",
" C:\\Windows\\SECOH-QAD.exe)",
"🎉🎉You are all clear and ready to go 😍🎉🎉"
],
"pre_download": "Assert-Administrator",
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe",
"hash": "64c731adbe1b96cb5765203b1e215093dcf268d020b299445884a4ae62ed2d3a",
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Add-MpPreference -ExclusionPath $dir",
"Write-UserMessage 'Disabling Realtime Defender Protection' -Color Yellow",
"Set-MpPreference -DisableRealtimeMonitoring $true"
],
"installer": {
"args": [
"/VERYSILENT",
"/NOICONS",
"/LOG=\"$dir\\ScoopInstall.log\"",
"/DIR=\"$dir\""
]
},
"post_install": [
"Add-MpPreference -ExclusionProcess \"$dir\\Service_KMS.exe\"",
"Add-MpPreference -ExclusionProcess \"$dir\\Autopico.exe\"",
"Add-MpPreference -ExclusionProcess \"$dir\\KMSELDI.exe\"",
"Add-MpPreference -ExclusionProcess \"$env:windir\\SECOH-QAD.exe\"",
"Add-MpPreference -ExclusionPath \"$env:windir\\SECOH-QAD.dll\"",
"Add-MpPreference -ExclusionPath \"$env:windir\\SECOH-QAD.exe\"",
"Set-MpPreference -DisableRealtimeMonitoring $false",
"Write-UserMessage 'Realtime Defender Protection Enabled' -Color Yellow"
],
"uninstaller": {
"file": "unins000.exe",
"args": "/VERYSILENT"
},
"bin": "AutoPico.exe",
"shortcuts": [
[
"KMSELDI.exe",
"KMSpico"
]
],
"persist": "TokensBackup",
"checkver": {
"url": "https://kmspico.co",
"regex": "KMSpico\\s+([\\d.]+)\\s+Activator For"
},
"autoupdate": {
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe"
}
}