-
Notifications
You must be signed in to change notification settings - Fork 26
/
KMS.yml
49 lines (49 loc) · 1.9 KB
/
KMS.yml
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
'##': 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)'
- "\U0001F389\U0001F389You are all clear and ready to go \U0001F60D\U0001F389\U0001F389"
pre_download: Assert-Administrator
url: https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe
hash: 64c731adbe1b96cb5765203b1e215093dcf268d020b299445884a4ae62ed2d3a
pre_install: |
Add-MpPreference -ExclusionPath $dir
Write-UserMessage 'Disabling Realtime Defender Protection' -Color 'Yellow'
Set-MpPreference -DisableRealtimeMonitoring $true
installer:
args:
- /VERYSILENT
- /NOICONS
- /LOG="$dir\ShovelInstall.log"
- /DIR="$dir"
post_install: |
'Service_KMS', 'Autopico', 'KMSELDI', 'SECOH-QAD' | ForEach-Object {
Add-MpPreference -ExclusionProcess "$dir\${_}.exe"
}
'dll', 'exe' | ForEach-Object {
Add-MpPreference -ExclusionPath "$env:windir\SECOH-QAD.${_}"
}
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
disable: true
autoupdate:
url: https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/kmi.exe