LogoLogo
OSDeploy.comTwitterGitHubPowerShell Gallery
  • OSD PowerShell Module
  • Functions
  • Docs
    • OSDCloud
    • OSDPad
    • OSDHelp
      • Autopilot
    • Guides
      • UEFI System Firmware Update
      • In Your Code
      • New-OSDBoot.usb
      • Partitions
        • New-OSDDisk (Information)
        • New-OSDDiskWinPE (GPT)
        • New-OSDDiskWinPE (2 Disks)
        • AutoUnattend.xml
    • OSDWindowsImage
    • Windows Setup Environment
      • Execution Policy
      • WinSE Settings
      • Import Modules
      • Automation
    • Release Notes
    • Trash
      • Adk
        • Edit-ADKwinpe.wim
        • Get-ADKpaths
        • New-ADK.iso
        • New-ADKcopype
      • Appx
      • Block
      • CloudDriver
      • Dell
        • Get-DellCatalogPC
        • Get-MyDellBIOS
        • Update-MyDellBios
      • Disk
        • Backup-Disk.ffu
        • Clear-LocalDisk
        • Clear-USBDisk
        • Get-LocalDisk
        • Get-OSDDisk
        • Get-USBDisk
        • New-OSDisk
          • Old Version
            • Sandbox
            • Partition Layout
            • Partition Sizes
            • Volume Labels
            • AutoUnattend.xml
        • Get-USBVolume
      • Dism
        • Get-MyWindowsCapability
        • Get-MyWindowsPackage
        • Set-WimExecutionPolicy
        • Set-WindowsImageExecutionPolicy
      • Display
        • Get-VidConRes
      • Driver
        • Get-OSDDriverWmiQ
        • Get-OSDDriver
      • General
        • Get-OSD
        • Get-OSDClass
        • Get-OSDGather
        • Get-OSDPower
        • Get-RegCurrentVersion
        • Get-SessionsXml
        • Save-OSDDownload
      • MyBitLocker
        • Get-MyBitLockerKeyProtectors
        • Backup-MyBitLocker
        • Save-MyBitLockerExternalKey
        • Save-MyBitLockerKeyPackage
        • Save-MyBitLockerRecoveryPassword
        • Unlock-MyBitLockerExternalKey
      • OOBE
      • PSModule
        • Copy-PSModuleToFolder
        • Copy-PSModuleToWim
        • Copy-PSModuleToWindowsImage
      • WebConnection
      • WebPSScript
      • WinPEWim
      • WinPE
        • Enable-PEWimPSGallery
        • Get-OSDWinPE
Powered by GitBook
On this page
  • OSDPower High
  • OSDWinPE -InitializeNetwork
  • OSDWinPE -DisableFirewall
  • OSDWinPE -RemoteRecovery

Was this helpful?

  1. Docs
  2. Windows Setup Environment

WinSE Settings

PreviousExecution PolicyNextImport Modules

Last updated 5 years ago

Was this helpful?

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