7 lines
187 B
Batchfile
7 lines
187 B
Batchfile
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
|