WinSE Settings

To open a Command Prompt in WinSE, hold down SHIFT + F10

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

You can also add the -Verbose parameter for more detailed information

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 -InitializeNetwork

Now Microsoft DaRT Remote Recovery will work, but we have a Firewall Prompt

OSDWinPE -DisableFirewall

To disable the Firewall, use the following PowerShell Command

OSDWinPE -DisableFirewall

Even though the Firewall gets disabled, still getting a message when launching Remote Recovery

OSDWinPE -RemoteRecovery

Yes, there is a command for that

OSDWinPE -RemoteRecovery

And there it is ... no prompts and minimized

Last updated