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 | Jan 26, 2020 | 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...
by Roel van Bueren | Jan 25, 2020 | Windows 10
Here’s where you can download the Windows10Debloater.ps1 from. But if you want to use this in a ENGL Imaging Toolkit phase script, phase4-after.ps1 e.g.you need to remove the dialog options in this script. Search for all Prompt$ variables and replace it like...
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...