Load drivers before initializing network
This commit is contained in:
parent
974bc33a89
commit
29de2182c6
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
@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"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
echo Loading Drivers...
|
||||
X:\PowerShell\pwsh.exe -file "X:\Scripts\Drivers.ps1";
|
||||
echo Configuring Network...
|
||||
wpeinit
|
||||
powercfg /s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
|
||||
X:\Scripts\Startup.cmd
|
||||
|
|
Loading…
Reference in a new issue