by Rovabu | Sep 7, 2020 | Uncategorized
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 Rovabu | Jan 26, 2020 | Uncategorized
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 Rovabu | Jan 25, 2020 | Uncategorized
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 Rovabu | Jun 12, 2019 | Uncategorized
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 Rovabu | Jun 12, 2019 | Uncategorized
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 Rovabu | Dec 7, 2015 | Uncategorized
phase1-after.vbs: Utils.Run “powershell.exe -ExecutionPolicy Bypass -Command “”Get-AppxPackage -AllUsers * | Remove-AppxPackage”””, 0, FalseUtils.Run “powershell.exe -ExecutionPolicy Bypass -Command...