mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-01-30 19:53:24 +08:00
5 lines
99 B
Batchfile
5 lines
99 B
Batchfile
|
|
@echo off
|
||
|
|
cd /d "%~dp0"
|
||
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "App\MAS_GUI.ps1"
|
||
|
|
exit
|