6 lines
231 B
Batchfile
6 lines
231 B
Batchfile
@echo off
|
|
wpeutil SetKeyboardLayout 0807:00000807
|
|
drvload X:\drivers\Network\x64\win10-win11\aqnic650.inf
|
|
echo Launching Startup Script...
|
|
start X:\PowerShell\pwsh.exe -NoExit -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|