1
0
Files
2025-10-31 08:58:36 +01:00

13 lines
543 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🔑 Windows OEM Activation Script
## 🔧 What it does
- Reads the **embedded OEM product key** from BIOS.
- Installs the key and **activates Windows** (`slmgr -ipk` then `-ato`).
- Checks activation status and displays a short result.
## ✅ Prerequisites
- Run as **Administrator**.
- Internet access for online activation (KMS/MAK not required for OEM key).
- Works on Windows 10/11 with an **OA3** (BIOSembedded) key.
🔗 More details: **[Windows 11 OEM Activation](https://blog.wuibaille.fr/2023/05/activation-oem-windows-11/)**