Added - Microsoft Activation Scripts (MAS)
This commit is contained in:
15
files/mas.bat
Normal file
15
files/mas.bat
Normal 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
|
||||||
Reference in New Issue
Block a user