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