by Rovabu | Dec 7, 2015 | Uncategorized
phase1-after.vbs: Utils.Run “powershell.exe -ExecutionPolicy Bypass -Command “”Get-AppxPackage -AllUsers * | Remove-AppxPackage”””, 0, FalseUtils.Run “powershell.exe -ExecutionPolicy Bypass -Command...
by Rovabu | Jul 13, 2015 | Uncategorized
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...
by Rovabu | Feb 14, 2015 | Uncategorized
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...