2023-06-12 17:12:21 +00:00
|
|
|
@echo off
|
2023-06-22 12:50:54 +00:00
|
|
|
wpeutil SetKeyboardLayout 0807:00000807
|
2023-07-27 20:08:05 +00:00
|
|
|
drvload X:\drivers\Network\x64\win10-win11\aqnic650.inf
|
2023-06-22 12:10:49 +00:00
|
|
|
echo Launching Startup Script...
|
2023-07-12 22:14:01 +00:00
|
|
|
start X:\PowerShell\pwsh.exe -NoExit -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|