Added - Microsoft Activation Scripts (MAS)

This commit is contained in:
2026-01-23 12:14:30 +01:00
parent a8a1b2c005
commit f191e050cb

15
files/mas.bat 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