Any updates?
create a mklink âunknownâ dictionary that deposits the drivers into the drivers dictionary when installed
Off topic, but what theme are you using that gives you dark UI elements like that? Iâve been trying to find a good dark theme for a while.
Its called dark clear glass 3.0, heres everything you need to get it working
had to edit the link, gdrive is being annoying
Also offtopic, I use this theme/icons pack since it was released: https://www.deviantart.com/khatmau/art/Luxury-Megapack-Installer-398216596
Itâs the most beautiful ever made in my opinion.
Only boot logo change doesnât work within EFI. I couldnt ever find a solution to change boot image of EFI. On Legacy it just modifies winload.exe and bootres.dll, and then disable signature check within bootmgr in C drive. Maybe itâs possible to easily edit bootres.dll and winload.efi, but there is no known method to disable signature check within bootmgfw.efi.
LE: I found a working way to change boot logo and text within EFI. The boot logo changer from Luxury Pack is using Windows 7 Boot Updater, but this one is also only working on non-EFI boot. But I looked through the source code to see how it works: windows-7-boot-updater/src/Resources at master ¡ coderforlife/windows-7-boot-updater ¡ GitHub . And itâs pretty easy:
1) To change âStarting Windowsâ and âMicrosoftâ text you need to edit âwinload.efiâ and âwinload.efi.muiâ with a hex editor and simply search for unicode text, then replace with desired text. To change font, font colors, background color etc. see link above. I didnât bother too much with this, as I only wanted to have the same setup as the Luxury Pack did, so I just compared codes of original and modified âwinload.exeâ and âwinload.exe.muiâ from a non-EFI installation where I applied Luxury Pack and figured out what was changed and updated my âwinload.efiâ and âwinload.efi.muiâ files on the EFI installation
2) To disable signature check within âwinload.efiâ and âwinresume.efiâ just follow the link above to find and replace the hex sections mentioned.
3) Disabling signature check within the bootloader within EFI is done by running âbcdedit /set nointegritychecks onâ in a cmd prompt, there is no âbootmgrâ file anymore, because that was non-EFI bootloader. I couldnât find a method to patch âbootmgfw.efiâ from the EFI partition to do this, but the command above is nowhere to be seen, so it does itâs job perfectly.
4) Boot animation is located within âbootres.dllâ, there are a few guides how you can switch that. But because I only wanted the Windows 7 Luxury animation, I just used the already modified âbootres.dllâ from a non-EFI installation where Luxury Pack was applied.
LE2: âlss4â from github adapted his BIOS release of windows 7 boot changer to EFI and made possible to change all successfully just like on BIOS installations: Releases ¡ lss4/windows-7-boot-updater ¡ GitHub. Many, many thanks for this great tool!
Hello! Im new here i also have AX200 Did anyone find driver? Thanks