Teddy Z
Teddy Z
Do you have a log file shows the details of those drivers? The "old drivers" detection is a best effort. Different version of drivers may diff in the driver name...
There is no code to modify firewall settings. You can check the source code in this repo. Also the bits are build by the AppVeyor pipeline automatically, which should be...
What is the requirement? If you need to work with an offline system, use File -> Choose Driver Store -> Offline Driver Store.
What is the Windows build number?
Tested on my Win 11 22621.963 which works fine. Can you try this command and see what's its output? dism /online /export-driver /destination:
> [@lostindark](https://github.com/lostindark) I notice the latest version, 0.12.100, no longer checks/marks these Intel Bluetooth drivers as being "old" - thank you!! > > I'm still confused about whether the drivers...
> [@lostindark](https://github.com/lostindark) I don't want to post this separately, so I'd like to ask here. My pnputil option is grayed out. Why? Current implementation of the pnputil doesn't work with...
There is no change in DISM logic in beta versions. Also, the native driver store still uses the same method to delete drivers from store. It is possible that it...
That's very weird. The new beta version uses native driver store API to list/export drivers. But delete driver part is not changed. It is the same code as the latest...
Please try 0.12.55 and see if that works.