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

Disable Cortana on Windows 10

This is what can be included in a phase4-after.reg file to disable Microsoft Cortana during the ENGL build process: Windows Registry Editor Version 5.00;Control Panel Classic View [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows...

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