by Roel van Bueren | Sep 7, 2020 | ENGL
If you want to enable Bitlocker during the ENGL build process this is the TID to digest first: “TID-2018001: Enabling BitLocker during the Build Process [ZENworks]” when using ZENworks or “TID-2018003: Enabling BitLocker during the Build Process...
by Roel van Bueren | Jun 12, 2019 | ENGL
phase3-after.vbs:Set FSO = CreateObject(“Scripting.FileSystemObject”)status = FSO.CopyFile(“C:\Ztoolkit\OEMDefaultAssociations.xml”, “C:\Windows\System32\”, True)OEMDefaultAssociations.xml <?xml version=”1.0″...
by Roel van Bueren | Jun 12, 2019 | ENGL
cd “C:\Users\engl\Desktop\tftp\englpe\x64” or cd “C:\Users\engl\Desktop\tftp\englpe\x86″ depending on whether you need to update the winpe.wim for x86 or x64mkdir c:\temp\englpedism /mount-wim /wimfile:”winpe.wim” /index:1...
by Roel van Bueren | Dec 7, 2015 | ENGL, Windows 10
phase1-after.vbs: Utils.Run “powershell.exe -ExecutionPolicy Bypass -Command “”Get-AppxPackage -AllUsers * | Remove-AppxPackage”””, 0, FalseUtils.Run “powershell.exe -ExecutionPolicy Bypass -Command...
by Roel van Bueren | Jul 13, 2015 | ENGL
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 Roel van Bueren | Feb 14, 2015 | ENGL
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...