mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
5 lines
129 B
Batchfile
5 lines
129 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
set SCRIPT_DIR=%~dp0
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%ArmBuild.ps1"
|
|
pause |