6 lines
130 B
Batchfile
6 lines
130 B
Batchfile
@echo off
|
|
setlocal
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0Start-SentinelUI.ps1"
|
|
if errorlevel 1 pause
|
|
endlocal
|