WinSE Settings
Now that we can use PowerShell, let's get started with some OSD Module fun
OSDPower High
To speed things up in WinSE, you should enable the High Performance Power Plan. To do this simply use the following PowerShell Command

OSDWinPE -InitializeNetwork
By default, WinSE does not have Network initialized, so you can't Ping or run things like Microsoft DaRT Remote Recovery

To enable WinSE Network Support, use the following PowerShell Command
Now Microsoft DaRT Remote Recovery will work, but we have a Firewall Prompt

OSDWinPE -DisableFirewall
To disable the Firewall, use the following PowerShell Command
Even though the Firewall gets disabled, still getting a message when launching Remote Recovery

OSDWinPE -RemoteRecovery
Yes, there is a command for that
And there it is ... no prompts and minimized


Last updated
Was this helpful?