Adding Bitlocker to the ENGL build process

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...

Using OEMDefaultAssociations.xml in phase4

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″...

Disable F8 in tftp\englpe\..\winpe.wim

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...

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...