> 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 %}

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq-u1wqTqwVz5W9w4uP%2F-Lq-wf5nI79-R2WhfwUR%2Fimage.png?alt=media\&token=fae1ba43-9dfc-41d5-8d42-86301cc2430b)

## OSDWinPE -InitializeNetwork

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

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq-u1wqTqwVz5W9w4uP%2F-Lq-yxi2hFaXURrlgByg%2Fimage.png?alt=media\&token=7c3308b5-9180-4831-ae67-926ccc048c49)

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

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq-u1wqTqwVz5W9w4uP%2F-Lq-zXmFup-703-9QNpo%2Fimage.png?alt=media\&token=fdf7bb7c-b756-40ea-a12e-fda3c8d6f90a)

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

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq-u1wqTqwVz5W9w4uP%2F-Lq0-1yeRz_8jU2EXt_i%2Fimage.png?alt=media\&token=012f87cf-382b-4d99-9e72-c60af040e2f8)

## OSDWinPE -RemoteRecovery

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

```
OSDWinPE -RemoteRecovery
```

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

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq03_R2SckpwPRwHHrm%2F-Lq04mW1Y6hkLV6uzlZV%2Fimage.png?alt=media\&token=c9929243-34c3-48a7-b9b0-e680c99182f8)

![](https://3420392058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpnxLqvh8u2fEz86kIM%2F-Lq03_R2SckpwPRwHHrm%2F-Lq051h2B6STuLtWgcLd%2Fimage.png?alt=media\&token=04c7de9a-2684-4002-9fdd-aa898a38e9f2)
