Optimize-Offline
Optimize-Offline copied to clipboard
[REQUEST] Unsigned Drivers Issue
One of my drivers is a modded unsigned driver and does not install to the boot.wim or install.wim with the script.
Can we have the script install unsigned drivers?
I might have figured it out but need to run the script to check. I used Notepad++ to replace '-Recurse -Force' with '-Recurse -ForceUnsigned'.
Nope: Powershell error. But the -force switch should add unsigned drivers, right?
I checked the logs with unmodified script.
It says the modded unsigned Nvidia drivers are added to the image. However, when I install Windows, it reverts to download the old drivers, they don't get installed.
If I don't use the modded drivers, they get installed.
Is there a way to fix this?