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 21:12:35 +00:00
|
|
|
echo Loading Drivers...
|
|
|
|
X:\PowerShell\pwsh.exe -file "X:\Scripts\Drivers.ps1";
|
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"
|