Sie sind auf Seite 1von 9

Forums Software And Modifications MDL Projects and Applications KMS and other tools

KMS_VL_ALL - Smart Activation Script


Discussion in 'KMS and other tools' started by abbodi1406, Nov 9, 2013.
Tags: activation kms kms_vl_all office windows windows 10

Watch Thread

1 2 3 4 5 6 → 125 Next >

abbodi1406
MDL KB0000001

Nov 9, 2013 Last edited: Mar 29, 2020 #1

# Overview

- Batch script(s) to automate the activation of supported Windows and Office products using local KMS server emulator, or external
server.

- The script is designed not to override the permanent activation of products (Windows or Office), only non-activated products will be
KMS-activated (if supported).

- The script correctly handle Windows 10 multi-editions-coexistence (since version 1607) to avoid changing current edition or override
retail activation.

- The ultimate feature of this solution when installed, it will provide 24/7 activation, whenever the system itself request it (renewal,
reactivation, hardware change, Edition upgrade, new Office...), without needing interaction from user.

- Some security programs will report infected files due KMS emulating, this is false-positive, as long as you download the file from this
trusted Home Page.

Therefore, temporary suspend Antivirus realtime protection, or exclude the downloaded file and extracted folder from scanning to avoid
quarantine.

If you are installing Auto Renewal setup then you also need to exclude this file:

Code:
C:\Windows\system32\SppExtComObjHook.dll

- Refer to the included ReadMe.html file, or the online ReadMe page here or here for more info on:
What is KMS activation? KMS Emulator? How does it work?
Supported Products.
Converting Office ClickToRun Retail to Volume.
How to use.
Activation modes, features and additional options.
Debugging and troubleshooting activations errors.
SppExtComObjHook.dll source code.

# AIO vs. Traditional

SPOILER
The KMS_VL_ALL_AIO fork has these differences and extra features compared to the traditional KMS_VL_ALL:

Portable all-in-one script, easier to move and distribute alone.


All options and configurations are accessed via easy-to-use menu.
Combine all the functions of the traditional scripts (Activate, AutoRenewal-Setup, Check-Activation-Status, setupcomplete).
Required binary files are embedded in the script (including ReadMeAIO.html itself), using ascii encoder by @BAU [AveYo].
The needed files get extracted (decoded) later on-demand, via Windows PowerShell.
Simple text colorization for some menu options (for easier differentiation).
Auto administrator elevation request.

# Brief guidance for AIO script

Enthousiast said: ↑
Doubleclick the cmd and select [1] for onetime KMS activation or [2] with autorenewal.

Click to expand...

# Credits

SPOILER

namazso - SppExtComObjHook, IFEO AVrf custom provider.


qad - SppExtComObjPatcher, IFEO Debugger.
Mouri_Naruto - SppExtComObjPatcher-DLL
os51 - SppExtComObjPatcher ported to MinGW GCC, Retail/MAK checks examples.
MasterDisaster - Original script, WMI methods.
Windows_Addict - Features suggestion, ideas, testing, and co-enhancing.
AveYo - Compressed2TXT ascii encoder.
hearywarlot - Auto Elevate as admin.
qewpal - KMS-VL-ALL script.
NormieLyfe - GVLK categorize, Office checks help.
rpo, mxman2k, BAU, presto1234 - scripting suggestions.
Nucleus, Enthousiast, s1ave77, l33tisw00t, LostED, Sajjo and MDL Community for interest, feedback and assistance.

# Download

AIO standalone script:

Code:
File: KMS_VL_ALL_AIO-38f.7z
SHA-1: 3ea670b9e802f821e0c47bd70b2ddd4782c1f209
SHA-256: d49cda34b034eb7c8facda0e0ad80951acb00bbfafcf3809abd4eaa52bfa979b

7z file password: 2020

Mirror 1
Mirror 2

code changes

Traditional pack:
Code:
File: KMS_VL_ALL-38f.7z
SHA-1: 0e535bc0198b4329d5be88b82f36bad522865cc1
SHA-256: c041a02e88642af86ad13c90e09b7598c43b3d70b11d57edf27a34a9adb69d83

7z file password: 2020

Mirror 1
Mirror 2
Mirror 3

@rpo's Unattended-GUI for Traditional pack can be downloaded here:


https://forums.mydigitallife.net/posts/1556531/

Backups:
https://pastebin.com/raw/cpdmr6HZ
https://textuploader.com/1dav8/raw

CHANGELOG
38: Enhanced Auto C2R-R2V. PUBLIC variable to extract ReadMeAIO.html. Show message for error 0xC004F035 on Windows 7.
More info.

37: Minor release. Improved auto Office C2R Retail to Volume conversion.

36: New features and code improvements. More info.

35: Bug fixes and improvements. More info.

34: Bug fixes. More info.

33: Enhanced sppsvc/osppsvc detection. Added more command line switches. More info.

32: Revamp. More info.

31: Updated SppExtComObjHook.dll, Enhanced permanent activation detection

30: Updated SppExtComObjHook.dll/ReadMe.txt. Activate-Local.cmd can change RenewalInterval/ActivationInterval directly

29: Code improvement, replaced key.vbs with key.cmd

28: Bug fix, enhanced Office C2R detection

27: Updated SppExtComObjHook.dll. Support for Windows 10 KMS 2038

26: Fixes and improvements. More info.

25: New unified SppExtComObjHook.dll

24: New GVLKs (EnterpriseS 2019, Server 2019, ServerRdsh RS5)

23: New unified SppExtComObjPatcher.dll

22: New GVLKs (Office 2019, Windows 10 Lean)

21: Support for Office 2019 SKUs

20: Fixes and improvements. More info.

19: Fixed missing KMS variables in setupcomplete.cmd script

18: Fixes and improvements. More info.

17: Added Windows 10 Education to multi-edition combination. Categorized GVLKs.

16: Support/Fix for Windows 10 ProfessionalWorkstation. GVLKs for ServerStandardACor, ServerDatacenterACor.

15: Workaround for Windows 10 Pro/ProEdu/Enterprise combination. Support for new SKUs. Fix for EnterpriseG Remaining Period.

14: Revert to check installed Edition with DISM

13: Fixed missing osppsvc.exe hook entries

12: Fixed bug on pre Windows10, added support for EnterpriseG

10: support for Windows 10 / Server 2016

boparai, MiIes, azz.kckr and 1,314 others like this.

Tools Like + Quote Reply

abbodi1406
MDL KB0000001
Nov 29, 2016 Last edited: Mar 28, 2020 (OP) #2

Repo for all KMS_VL_ALL versions


https://app.box.com/s/6quxrz2zuj3644ov918ogqkihehpfijj
password for v20 to v28: 2018
password for v29 to v37: 2019
password for later versions: 2020

KMS_VL_ALL old projects, for reference only


https://forums.mydigitallife.net/posts/904925/

MiIes, Enigma73, OrpheusNoir and 80 others like this.

Tools Like + Quote Reply

firstime911
MDL Novice

Dec 25, 2016 #3

Thnak you very much appreciate

Tools Like + Quote Reply

liam2
MDL Junior Member

Jan 24, 2017 #4

Hi, on abbodi's KMS_VL_ALL - Smart Activation Script, what's the use for the "SVC trigger" task?

Tools Like + Quote Reply

abbodi1406
MDL KB0000001

Jan 24, 2017 (OP) #5

To insure auto renewal


specially on originally non-vl editions

haris_mdlf69, digital john, MelgaSAT and 8 others like this.

Tools Like + Quote Reply

s1ave77
Has left at his own request

Jan 24, 2017 #6


abbodi1406 said: ↑
To insure auto renewal
specially on originally non-vl editions

[OT]A sneaky hug [/OT]

abbodi1406 and Mr.X like this.

Tools Like + Quote Reply

adric
MDL Addicted

Jan 27, 2017 Last edited: Jan 27, 2017 #7

Hi abbodi1406,

I just tried testing your KMS solution on an 8.1 system using the setucomplete.cmd you kindly supplied with your package. I have my own
SetupComplete.cmd and decided to Call your cmd under another name. The problem is that your command does not return control to my
SetupComplete.cmd after calling it. I had to change line 96 from exit to exit /b so I could regain control. Was there a reason why you left
off the /b for some of the exit entries?

digital john, Wesleydenis8, Atari800XL and 1 other person like this.

Tools Like + Quote Reply

abbodi1406
MDL KB0000001

Jan 27, 2017 (OP) #8

No reason, just that it was a quick design to be used alone

digital john, Atari800XL and Mr.X like this.

Tools Like + Quote Reply

duncan062
MDL Novice

Mar 8, 2017 #9

I attempted to activate server 2016 (jan 2017 release) and it fails to detect and activate..

Works on every other OS. Can someone help me achieve 2016 activation with KMS_VL_ALL?

Tools Like + Quote Reply


Enthousiast
MDL Tester

Mar 8, 2017 #10

Did a test with: "en_windows_server_2016_x64_dvd_9718492.iso" and it worked as expected:

SPOILER

digital john, CyberUser and duncan062 like this.

Tools Like + Quote Reply

duncan062
MDL Novice

Mar 8, 2017 #11

Enthousiast said: ↑
Did a test with: "en_windows_server_2016_x64_dvd_9718492.iso" and it worked as expected:

SPOILER

Any special modifications to that ISO? used 9718492 as well and activation fails.

imgur.com/D5WYEfs

sorry about the link i have to get 20 posts for posting an image

Tools Like + Quote Reply

Enthousiast
MDL Tester

Mar 8, 2017 #12

My tests are always done using clean untouched iso's.

Tiger-1 likes this.

Tools Like + Quote Reply

rpo
MDL Expert

Mar 25, 2017 #13

@abbodi1406:
Just activated successfully Office 2016 (32 bits) installed on Windows 10 15063 (64 bits HWID activated) running the script
KMS_VL_ALL.cmd in the KMS_VL_ALL-SppExtComObjPatcher-kms-13 directory.
Afterwards, running the script 1-KMS_VL_ALL.cmd in the KMS_VL_ALL_6.1.1, the activation failed.
This suggests there is a problem with the WinDivert Client Bypass (same results with Cody's MTK).

Tools Like + Quote Reply

abbodi1406
MDL KB0000001

Mar 25, 2017 (OP) #14

WinDivert relies on a driver, so it's expected to stop working on new releases


specially that msft is increasing restrictions/requirments on x64 version

digital john, Mr.X, duncan062 and 1 other person like this.

Tools Like + Quote Reply

biatche
MDL Addicted

Mar 26, 2017 Last edited by a moderator: May 22, 2017 #15

abbodi1406 said: ↑
- Info:
Batch script(s) to auto activate Windows and Office KMS Clients Products using local KMS server emulator.

- Support:
Windows 10/8.1/8/7 - Windows Server 2016/2012R2/2012/2008R2 - Office 2016/2013/2010

- Note:
- Some security programs will report the file infected, that's false-positive due KMS emulating.
Click to expand...
- Remove any other KMS solutions. Temporary turn off AV security protection. Run as administrator.

whats the difference between yours and https://forums.mydigitallife.net/threads/63471-KMS_VL_ALL-Online-Offline-KMS-Activator

Tools Like + Quote Reply

abbodi1406
MDL KB0000001

Mar 27, 2017 Last edited: Dec 1, 2018 (OP) #16

qewpal KMS-VL-ALL
- activate with vlmcsd.exe
- SECOPatcher.dll is used for Win 8.1/10 only to bypass restriction
- reactivation is done by creating schedule task, which require KMS-VL-ALL folder/script to be kept in same place

abbodi1406 SppExtComObjPatcher-kms

- SppExtComObjHook.dll is used for both activation and bypass (all products)

- Auto Renewal (SppExtComObjPatcher.cmd+Activate-Local.cmd)


install SppExtComObjHook.dll, the OS itself handle reactivation

- Manual (KMS_VL_ALL.cmd)
similar to qewpal script, but it does not create any schedule task for reactivation
digital john, AeonX, rayleigh_otter and 29 others like this.

Tools Like + Quote Reply

duncan062
MDL Novice

Mar 29, 2017 #17

Enthousiast said: ↑
My tests are always done using clean untouched iso's.

Same here. The downloads are directly from MSDN

Tools Like + Quote Reply

Tito Staff Member


Super Mod / Adviser

Mar 29, 2017 Last edited by a moderator: Apr 20, 2017 #18

@duncan062

Can you please post the out put of:

Code:
slmgr.vbs /dlv ALL

Tools Like + Quote Reply

JohnsonAdam
MDL Novice

Mar 30, 2017 #19

Oh, thanks a lot. I found activation of Win 8 some of web pages but they are all scam.

Tools Like + Quote Reply

rpo
MDL Expert

May 5, 2017 #20

@abbodi1406:
Just installed on a Windows 7 ultimate runing in a Virtualbox your latest "KMS_VL_ALL-SppExtComObjPatcher-kms-14" in order to
activate Office 2016 Pro Plus. Installation of the scheduled task fails :

SPOILER

Das könnte Ihnen auch gefallen