Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:activation [2022/03/22 06:02] – [Win10/server/office - MAS (Microsoft Activation Script)] derek | pub:activation [2024/02/22 07:30] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== activation ==== | ||
- | * crack / serial /warez | ||
- | |||
- | related websites | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ==== windows ==== | ||
- | |||
- | === install windows ==== | ||
- | * [[https:// | ||
- | |||
- | === Win10 legal keys === | ||
- | |||
- | 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/ | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | * use HWID for Win10 only (permanent); | ||
- | |||
- | <code powershell> | ||
- | # MAS 1.5 | ||
- | mkdir -force c:\drv\mas ; sl c:\drv\mas | ||
- | curl.exe -o mas.7z -L " | ||
- | 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 - '' | ||
- | * Office 2019 - '' | ||
- | |||
- | # run the menu | ||
- | cd MAS_1.4\All-In-One-Version | ||
- | .\MAS_1.4_AIO_CRC32_9A7B5B05.cmd | ||
- | </ | ||
- | |||
- | unattended win10 hwid activation | ||
- | <code powershell> | ||
- | cd c: | ||
- | 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 | ||
- | * [[downloads]] | ||
- | |||
- | === windows 10 home to pro upgrade === | ||
- | |||
- | * after upgrade, require real key to activate | ||
- | * windows 10 home to pro - use this key '' | ||
- | |||
- | 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 | ||
- | * https:// | ||
- | |||
- | download and mount | ||
- | mkdir -force c:\drv ; cd c:\drv | ||
- | $ISO=" | ||
- | curl.exe -LO " | ||
- | Mount-DiskImage -ImagePath " | ||
- | |||
- | |||
- | upgrade | ||
- | 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 | ||