6 lines
No EOL
274 B
Batchfile
6 lines
No EOL
274 B
Batchfile
@ECHO OFF
|
|
rem Developed by Tanner Van Teeffelen
|
|
rem Copyright ACO Services Inc. 2026
|
|
|
|
rem Runs installer with the ExecutionPolicy set to bypass.
|
|
powershell.exe -Command "Start-Process PowerShell -ArgumentList '-ExecutionPolicy Bypass -File ""%~dp0RDPSign.ps1""' -Verb RunAs" |