Remove (Provisioned)Appx Packages

phase1-after.vbs: Utils.Run “powershell.exe -ExecutionPolicy Bypass -Command “”Get-AppxPackage -AllUsers * | Remove-AppxPackage”””, 0, FalseUtils.Run “powershell.exe -ExecutionPolicy Bypass -Command...

Appending netsetup.log to ztoolkit.log

In phase2 of an ENGL Imaging Toolkit’s build process a device is joined to a Windows domain. %systemroot%\debug\netsetup.log is the log file where the join process is logged.  If you can’t join a computer to an Active Directory domain, or if a...

Importing certificates during ENGL build process

If you need to import certificates during the ENGL Imaging Toolkit build process, you can use “certutil.exe” which is a Microsoft utility included by default with Windows 7, Windows 8, Windows Server 2008 and Windows Server 2012. E.g. if you want...