Set-WimExecutionPolicy

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

Example

This function will perform the following actions in one step

Set-WIMExecutionPolicy -ImagePath "D:\WinPE\sources\boot.wim" -ExecutionPolicy Bypass

Last updated