winiso-valhalla/winfs/Scripts/Startup.cmd

7 lines
254 B
Batchfile

@echo off
wpeutil SetKeyboardLayout 0807:00000807
echo Loading Drivers...
X:\PowerShell\pwsh.exe -file "X:\Scripts\Drivers.ps1";
echo Launching Startup Script...
start X:\PowerShell\pwsh.exe -NoExit -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"