03-05-2022, 09:53 PM
(03-04-2022, 07:55 PM)memo Wrote: Devices that have a key saved in the bios, there is no option to choose to editon.
Is it possible to inject ei.cfg while booting iso or another bypass??
firstly read this article from ventoy web site : https://www.ventoy.net/en/plugin_injection.html
1. Put windows_injection.7z file to Ventoy first partition (for example : /ISO/windows_injection.7z )
2. Copy Win10/Win11 ISO file to ISO directory ( /ISO/Win10_x86_64.iso )
windows_injection.7z and Win10_x86_x64.iso files must be same directory.
3. Write necessary codes to ventoy.json file
"injection": [
{
"image": "/ISO/Win10_x86_x64.iso",
"archive": "/ISO/windows_injection.7z"
}
],