Here are the 2 methods I prefer for extracting, exporting, optimizing, and integrating drivers:
I currently own a mini PC with a mobile AMD processor, an Intel integrated laptop, and a custom built Intel desktop computer. I explored all my options on how to cleanly integrate the smallest footprint of drivers, without any OEM bloat, extra helper add-ons, and so forth. Anyone that does this level of tweaking on laptops or mini PC knows how much of a pain this can be, because mobile and laptop chipsets have so many more drivers than a desktop (almost double.) These drivers include some mandatory ones, but also a ton of bloat, ads, and helper services disguised as necessary. The optimal method I settled on is to follow the steps in the spoiler (
link) of one of my previous posts. This works for all drivers as far as I know.
I'll also help clarify this thread for people that want to go the traditional route of extracting executables. For that approach, use 7Zip to extract a driver executable file to see its contents. Next, load NTLite and in the drivers section there is the ability to point to an INF file which tells NTLite to gather all files that would normally be installed if you manually ran the driver at the desktop after reinstalling Windows, and then NTLite saves those for integration. The optional, but most critical step, is to click the "Remove unused" button, which tells NTLite to get rid of any drivers that do not belong to your specific computer hardware. In other words, that button helps eliminate bloat. It is still not as effective as the approach I explain in the link above, but the NTLite method is easier, faster, and better than how I see most people do it so it's a great choice too.
As an example of what these two methods accomplish, I currently have a gaming setup on the mini PC for my kids which has no optional GPU software running, no helper apps like driver assistants or anything similar, and it has no extra services belonging to any driver that isn't necessary for critical operations. There will still be things that need to be disabled in other ways, but these approaches provide optimal baselines for integrating drivers.