Skip to content

This script is designed to activate all versions of Windows using genuine Generic Volume License Keys from Microsoft

Notifications You must be signed in to change notification settings

ToxicMonster/Windows-Activation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows Activation

This script is designed to activate all versions of Windows using genuine Generic Volume License Keys from Microsoft

Usage

The script must be run in an elevated powershell window

Basic Execution

The script can be run using the iwr and iex powershell commands

iwr "https://raw.githubusercontent.com/ToxicMonster/Windows-Activation/main/activate.ps1" | iex

Override Current Activation

The current product key and activation status can be overwritten using the -OVERWRITE switch

.\activate.ps1 -OVERWRITE

Specify GVLK Keys

A custom JSON file can be specified to retrieve keys from using the -GVLK parameter

.\activate.ps1 -GVLK .\config\gvlk.json

Key Format

The JSON File must be formatted using the Windows Product Name and key

{
    "Windows Product Name": "GVLK"
}

Note: Some Windows OS names are not the same as their product name. For example Windows 11 has the same product name as Windows 10

Specify KMS Server

A custom KMS server can be specified using the -KMS parameter

.\activate.ps1 -KMS "kms.toxicmonster.net"

About

This script is designed to activate all versions of Windows using genuine Generic Volume License Keys from Microsoft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published