From f191e050cb795e799131ca1e33c3de6cfb423dde Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Fri, 23 Jan 2026 12:14:30 +0100 Subject: [PATCH] Added - Microsoft Activation Scripts (MAS) --- files/mas.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/mas.bat diff --git a/files/mas.bat b/files/mas.bat new file mode 100644 index 0000000..c18663c --- /dev/null +++ b/files/mas.bat @@ -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 \ No newline at end of file