Set-WimExecutionPolicy
You can't do much in PowerShell without setting the ExecutionPolicy

Example
This function will perform the following actions in one step
Mount-WindowsImageOSD
Dismount-WindowsImageOSD -Save
Set-WIMExecutionPolicy -ImagePath "D:\WinPE\sources\boot.wim" -ExecutionPolicy Bypass


Last updated
Was this helpful?