mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-01-29 09:19:00 +01:00
Add Run_GUI.cmd to launch the MAS_GUI PowerShell script
This commit is contained in:
parent
31a79148b1
commit
135aa20d5a
14 changed files with 25183 additions and 46245 deletions
4
Run_GUI.cmd
Normal file
4
Run_GUI.cmd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
cd /d "%~dp0"
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "App\MAS_GUI.ps1"
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue