5 lines
178 B
Batchfile
5 lines
178 B
Batchfile
@echo off
|
|
wpeutil SetKeyboardLayout 0807:00000807
|
|
echo Launching Startup Script...
|
|
start X:\software\pwsh\pwsh.exe -NoExit -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|