# Run PowerShell as ADMIN Set-ExecutionPolicy Unrestricted # Use the next script to launch the WIMUtil ISO builder tool irm "https://github.com/memstechtips/WIMUtil/raw/main/src/WIMUtil.ps1" | iex