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