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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osd.osdeploy.com/docs/winse/winse-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
