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
OSDPower High
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
OSDWinPE -InitializeNetworkNow Microsoft DaRT Remote Recovery will work, but we have a Firewall Prompt

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

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


Last updated
Was this helpful?