CPN commit

This commit is contained in:
2026-01-26 14:40:17 +01:00
parent d3b0683c64
commit b67a966e01

15
files/third_party/mas.bat vendored Normal file
View File

@@ -0,0 +1,15 @@
@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