CPN commit

This commit is contained in:
2026-01-26 14:38:13 +01:00
parent 5366daa302
commit 8e68a1640b
2 changed files with 54 additions and 11 deletions

View File

@@ -1,15 +0,0 @@
@echo off
REM === Microsoft Activation Scripts (MAS) ===
echo ========================================
echo Microsoft Activation Scripts (MAS)
echo ========================================
echo.
echo Start PowerShell and execute MAS...
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://get.activated.win | iex"
echo.
echo Process completed.
pause
exit