> For the complete documentation index, see [llms.txt](https://osd.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osd.osdeploy.com/docs/winse/winse-settings.md).

# WinSE Settings

{% hint style="info" %}
**To open a Command Prompt in WinSE, hold down SHIFT + F10**
{% endhint %}

#### 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
```

{% hint style="info" %}
**You can also add the -Verbose parameter for more detailed information**
{% endhint %}

![](/files/-Lq-wf5nI79-R2WhfwUR)

## OSDWinPE -InitializeNetwork

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

![](/files/-Lq-yxi2hFaXURrlgByg)

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

![](/files/-Lq-zXmFup-703-9QNpo)

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

![](/files/-Lq0-1yeRz_8jU2EXt_i)

## OSDWinPE -RemoteRecovery

#### Yes, there is a command for that

```
OSDWinPE -RemoteRecovery
```

#### And there it is ... no prompts and minimized

![](/files/-Lq04mW1Y6hkLV6uzlZV)

![](/files/-Lq051h2B6STuLtWgcLd)
