• Trace:

This is an old revision of the document!


activation

windows

install windows

check license status

slmgr /dlv

uninstall existing product key and clear it from registry

slmgr /upk
slmgr /cpky

install new product key

slmgr.vbs /ipk #####-#####-#####-#####-#####

Win10/server/office - MAS (Microsoft Activation Script)

  • use HWID for Win10 only (permanent); KMS38 for Servers; KMS for office
# MAS 1.5
mkdir -force c:\drv\mas ; sl c:\drv\mas
curl.exe -o mas.7z -L "https://github.com/massgravel/Microsoft-Activation-Scripts/releases/download/1.5/MAS_1.5_Password_1234.7z"
7z x -p1234 mas.7z
 
# run the menu
cd MAS_1.5\All-In-One-Version
.\MAS_1.5_AIO_CRC32_21D20776.cmd
  • Win 10/11 HWID - 1 1 1
  • Office 2019 - 3 2 I

v1.4

mkdir -force c:\drv ; sl c:\drv
curl.exe -OL https://github.com/massgravel/Microsoft-Activation-Scripts/releases/download/1.4/MAS_1.4_Password_1234.7z
7z x -p1234 MAS_1.4_Password_1234.7z
 
# run the menu
cd MAS_1.4\All-In-One-Version
.\MAS_1.4_AIO_CRC32_9A7B5B05.cmd

unattended win10 hwid activation

cd c:\drv\mas\MAS_1.4\Separate-Files-Version\Activators\HWID-KMS38_Activation
HWID_Activation.cmd /u

in-place upgrade 32bit to 64bit

  • can upgrade 32bit to 64bit if using exactly same edition. eg. pro 32bit to pro 64bit
  • copy all setup files to a local drive and then run setup

windows 10 home to pro upgrade

  • after upgrade, require real key to activate
  • windows 10 home to pro - use this key VK7JG-NPHTM-C97JM-9MPGT-3V66T
slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
  • alternative method: copy all setup files to local drive, and then run

insert windows 10 pro installation media or get the ISO via Windows 10 media creation tool

download

mkdir -force c:\drv ; cd c:\drv
$ISO="SW_DVD9_Win_Pro_10_21H2_64BIT_English_Pro_Ent_EDU_N_MLF_X22-83627.ISO"
curl.exe -LO "https://repo.sxl.net/iso/win/$ISO"
setup.exe /auto upgrade /pkey VK7JG-NPHTM-C97JM-9MPGT-3V66T

windows 7 upgrade keys

windows 7 any to home premium

6RBBT-F8VPQ-QCPVQ-KHRB8-RMV82

windows 7 any to pro

VTDC3-WM7HP-XMPMX-K4YQ2-WYGJ8
6RQ9V-6GCG4-8WV2H-966GF-DQ4DQ
32KD2-K9CTF-M3DJT-4J3WC-733WD

windows 7 any to ultimate

FJGCP-4DFJD-GJY49-VJBQ7-HYRR2
342DG-6YJR8-X92GV-V7DCV-P4K27
pub/activation.1646123529.txt.gz ยท Last modified: 2022/03/01 08:32 by derek