by Roel van Bueren | Dec 6, 2024 | ENGL, Windows 10, Windows 11
Windows ADK 10.1.26100.2454 has been released beginning of December and deprecates 10.1.26100.1 released in May 2024. Microsoft updated the ADK and WinPE add-on installers to fix a vulnerability in the WiX toolset, registered as CVE-2024-29187 which has a CVSS score...
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...