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