All Projects → CHEF-KOCH → Kms Activator

CHEF-KOCH / Kms Activator

Licence: gpl-3.0
Windows activation research project.

Projects that are alternatives of or similar to Kms Activator

Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (+114.79%)
Mutual labels:  microsoft, office
Phpstamp
The XSL-way templating library for MS Office Word DOCX documents.
Stars: ✭ 150 (-85.01%)
Mutual labels:  microsoft, office
Onenote
📚 Linux Electron Onenote - A Linux compatible version of OneNote
Stars: ✭ 1,300 (+29.87%)
Mutual labels:  microsoft, office
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+927.57%)
Mutual labels:  microsoft, office
MS-Office-Electron
A Microsoft Office Online Desktop Client made with Electron. Free of Cost.
Stars: ✭ 45 (-95.5%)
Mutual labels:  microsoft, office
FritzBoxTelefon-dingsbums
Das Fritz!Box Telefon-dingsbums ist ein Outlook-Addin, welches ein direktes Wählen der Kontakte aus Outlook ermöglicht. Zusätzlich bietet es nützliche Funktionen, wie einen Anrufmonitor oder eine Rückwärtssuche.
Stars: ✭ 16 (-98.4%)
Mutual labels:  microsoft, office
Pylightxl
A light weight, zero dependency, minimal functionality excel read/writer python library
Stars: ✭ 134 (-86.61%)
Mutual labels:  microsoft, office
Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Stars: ✭ 278 (-72.23%)
Mutual labels:  office, enterprise
Cloud-PAW-Management
Simplify PAW and SPA for the masses, unify the MS Internal, and public PAW specs, and expedite deployment to ~5min or less.
Stars: ✭ 45 (-95.5%)
Mutual labels:  microsoft, enterprise
eoffice
Export and import graphics and tables to MicroSoft office
Stars: ✭ 19 (-98.1%)
Mutual labels:  microsoft, office
redmine preview office
Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane
Stars: ✭ 27 (-97.3%)
Mutual labels:  microsoft, office
Regtweaks
Registry Tweaks for Windows.
Stars: ✭ 675 (-32.57%)
Mutual labels:  microsoft, office
Botframework Solutions
Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
Stars: ✭ 965 (-3.6%)
Mutual labels:  microsoft
Partnercenterpowershellmodule
Partner Center PowerShell Module
Stars: ✭ 35 (-96.5%)
Mutual labels:  microsoft
Vscode Apimanagement
VS Code extension for Azure API Management.
Stars: ✭ 32 (-96.8%)
Mutual labels:  microsoft
Windows Theme
Repository for Windows 10 community subreddit stylesheet and its assets.
Stars: ✭ 29 (-97.1%)
Mutual labels:  microsoft
Docker Volume Bindfs
Docker volume plugin for bindfs
Stars: ✭ 37 (-96.3%)
Mutual labels:  volume
Scalajs Reaction
scala.js react bindings in the spirit of ReasonReact
Stars: ✭ 35 (-96.5%)
Mutual labels:  microsoft
Cloud Integration Beta
Docker CLI with ACI integration (beta)
Stars: ✭ 29 (-97.1%)
Mutual labels:  microsoft
Quip Export
Export all folders and documents from Quip
Stars: ✭ 28 (-97.2%)
Mutual labels:  office

Twitter URL Say Thanks! Discord

KMS-Activator

This is a community-based project, which was released on MDL and got several patches from me and other people.

The overall project goal isn't to bypass the Microsoft's Windows activation process. The project was created for research reasons, we want to show and explain how Windows activation holes could theoretically be bypassed, we do not support any kind of Warez.

Overview

To use the official KMS solution for one-time standalone activation systems, run the following script with admin-rights:

  • KMS_VL_ALL.cmd

For auto-renewal activation, run these scripts respectively:

  • SppExtComObjPatcher.cmd - For install/uninstall the Patcher-Hook
  • Activate-Local.cmd - To activate local machine, you must run it at least once!
  • Check-Activation-Status.cmd - (optional)
  • Clear-KMS-Cache.cmd - (optional)

Supported products

This project supports (for tests only!) the following products:

  • Windows 7/8/8.1/10 (incl. LTSB / now LTSC)
  • Windows Server 2008 + R2/2012 + R2 (LTSC)
  • Server Standard/Datacenter 2016/2019
  • Office 2010/2013/2016 & 2019
  • .. or in other words, all official supported MS OS/Office versions.

This project does not support the following products:

  • Any homebrew SKU such as CMB, CG or other "self-made" products.

Credits

  • qad - SppExtComObjPatcher
  • MasterDisaster - initial script / WMI methods
  • qewpal - KMS_VL_ALL (original?) author
  • Nucleus - MDL (special assistance)
  • abbodi1406 - MDL
  • CHEF-KOCH - MDL
  • vyvojar - MDL
  • s1ave77 - MDL
  • WindowsAddict - MDL
  • AveYo - MDL
  • abbodi1406 - MDL
  • BAU [AveYo] - MDL
  • Any contributor - YOU!

Contribution

It is permitted:

  • Creation of useful pull request which overall brings the project a step forward.
  • Creation of useful (support) related issue ticket(s) with debug information according to the contribution guidelines.
  • Everything which is not explicitly disallowed (see "not permitted" below).

It is not permitted to:

  • Absuing GitHub's issue ticket or pull system for support questions without any information ala "does not work". In case there is a problem ensure you provide as much as possible on details otherwise the issue ticket will be closed without warning.
  • Posting non-generic (default) keys here on GitHub, the key's which are official allowed to be mention in public are listed over here.
  • Links to warez, forums or software programs. Any topic/ticket with such links in it will be edited, you will be excluded from the project and it gets removed or/and locked.
  • Creating multiple issue tickets with the same matter, use GitHub's issue ticket search function to avoid creating duplicates.
  • Everything which bypasses the contribution guidelines, GitHUb ToS or the projects own Code of Conduct.

OEM installation

The $oem$ folder for pre-activating the system during install, parses any script you put in. Copy the $oem$ folder into sources" folder on the install media e.g. your ISO/USB drive. Use SppExtComObjPatcher.cmd if you want to uninstall the project afterwards.

Difference between KMS, KMS38 & HWIDGEN

KMS38 is basically a renamed and modified version of the original KMS solution designed to activate the problematic Windows versions such as LTSB/LTSC. It is not a newly invented method, the developer just decided it's cool to rename it and add some support for Windows versions which didn't exist back in the "old" KMS days. 38 itself means 2038 which is the year until LTSB gets supported, it does not mean "for 38 years".

A detailed explanation/documentation incl. source code can be found here.

Anti-Virus programs

Usually batch and GUI programs are "safe". Windows itself has several internal protection mechanisms since their integrated Windows Defender & some PowerShell security mechanism, however most AV's getting triggered by potentially unwanted application (pua) because Microsoft decides that this loophole bypasses certain activation mechanism. Technically it doesn't bypass anything, but since their ToS explicitly mentioned that "tricks" are disallowed it will be marked as dangerous (HackTool:Win32/AutoKMS).

This, of course, means that such programs (every single one of them, KMSPico, etc.) getting flagged. It's called a false positive however, since there are a lot of fake repacks and fake versions available ensure that you always compare the checksums and download the program from trusted and verified sources (if possible with source code).

OEM Integration (automatically activate Windows)

The "slipstream" process allows you to integrate any activator directly into an MS Windows/Office image. Keep in mind that providing such Frankenstein Builds to the public/forums are illegal, it's also illegal to sell such pre-activated products/images on e.g. eBay. Use this methods for e.g. a Virtual Machine for test reasons.

  • You need the latest HWID version.
  • Extract the ISO and put the script(s) + hwidgen.mk6.exe + Setupcomplete.cmd (you can take it from KMS_VL_All) into $oem$\$$\Setup\Scripts.
  • You have two files in Sources\$OEM$\$$\Setup\Scripts: hwidgen.mk3.exe + Setupcomplete.cmd and optional other scripts (as shown below to automate the activation process in the folder).
@echo off
%~dp0"hwid.kms38.gen.mk6.exe" kms38
cd %~dp0
attrib -r -a -s -h *.*
rmdir /s /q "%windir%\setup\scripts"
exit

You can suppress the popups with the silent switches (HWID) %~dp0"hwidkms38genmk6.exe" hwid (KMS38) %~dp0"hwidkms38genmk6.exe" kms38 In the above example, it's for the KMS38 (LTSB/LTSC/Server) activation process.

Auto Renewal

To install this solution to auto-renewal your action status, run these scripts respectively.

SppExtComObjPatcher.cmd

Install/uninstall the patcher hook.

Activate-Local.cmd

Activate any supported product (you must run it at least once). You may need to run it again if you installed an Office product afterward.

Notice: If you use the auto-renewal option ensure that you exclude this file in your AV security solution: C:\Windows\system32\SppExtComObjHook.dll

Online KMS (own KMS server)

You may want to use Activate-Local.cmd for the online KMS activation in case you have an external trusted KMS address or your own KMS-Server running.

  • Edit Ativate-Local.cmd with e.g. Notepad.
  • Change KMS_IP=172.16.0.2 to the IP/address of your own or trusted online KMS server.
  • Change Online=0 from zero 0 to 1, this will enable the usage of the given IP-address.
  • Save the script, and run it under admin-rights.

*Warning: It is not permitted to ask for KMS VM server images to create your own "fake" KMS server. Topics or requests regarding this matter getting automatically closed.

Setup (Pre-activation method)

Allows you to pre-activating the system during the OS installation process.

  • Copy $oem$ to "sources" folder in the installation media, your OS image (ISO/USB drive).
  • If you already use another setupcomplete.cmd, rename this one to KMS_VL_ALL.cmd or similar name then add a command to run it in your setupcomplete.cmd, example call it KMS_VL_ALL.cmd.
  • Use SppExtComObjPatcher.cmd if you want to uninstall the project afterward.

Note: setupcomplete.cmd is disabled if the default (pre)installed key for the Windows edition is set to an OEM Channel.

Some Important Remarks

  • The scripts or tools must run under administrator rights.
  • Most if not all Windows activation programs will trigger AV programs (see above why).

KMS Options (advance users only!)

You can modify KMS-related options by editing SppExtComObjPatcher.cmd or KMS_VL_ALL.cmd and setupcomplete.cmd.

KMS_Emulation

Enable embedded KMS Emulator functions, never change this option!

KMS_RenewalInterval

Set interval (minutes) for activated clients to auto-renew KMS activation, this does not affect the overall KMS period (6 months) allowed values range from 15 to 43200.

KMS_ActivationInterval

Set interval (minutes) for products to attempt KMS activation, whether unactivated or failed activation renewal this does not affect the overall KMS period (6 months). Aallowed values range from 15 to 43200.

KMS_HWID

Set custom KMS host Hardware ID hash, 0x prefix is mandatory - only affects Windows 8.1 and 10 versions.

Windows, Office 2010, Office 2013, Office 2016 & Office 2019

Set custom fixed KMS host ePID for each product, instead of generating it randomly.

Warning: Some MS Office versions must be converted from Retail to VLC (Volume License) e.g. Office 2019 otherwise the activator will not detect the product and the activation will automatically be aborted or it fails.

Converting Office versions from Retail to VL Editions

The following tools/scripts are able to convert your Office versions from a Retail channel to a Volume channel. This is required to activate Office with a KMS key, otherwise the activation will fail.

  • OfficeRTool
  • Microsoft Toolkit
  • C2R-R2V_X.X.7z - This is the most secure option, it's FOSS & tested, run the script under admin-rights and follow the steps shown in the CMD/PowerShell window.

Debugging

If the activation failed, you may want to run the debug mode to help to determine what caused the activation to fail.

  • Move SppExtComObjPatcher-kms folder to a short path.
  • With e.g. Notepad/Notepad++/Visual Code open/edit KMS_VL_ALL.cmd.
  • Change the zero 0 to 1 in set _Debug=0.
  • Save the script, and run it under admin rights.
  • Wait until command prompt window is closed and Debug.log is created.
  • Then upload or copy/post the log file, this can be helpful to improve or fix possible issues.

Note: This will automatically remove SppExtComObjPatcher if it was installed.

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].