Related to this I often extract driver packages before a reinstall using DISM. On a system that is fully updated you can get all installed driver packages with this command (path is arbitrary, pick any folder you want): dism /online /export-driver /destination:C:\drivers You can integrate the extracted drivers directly into a fresh install image to start with all drivers in place on your first boot. A lot of us do a trial install on new builds, this is a good way to get more out of those trial installs.
The difference is they are extracting drivers from installer package.you could be making up disk to install on new systems for example. Not your current one. While on the subject of exporting drivers there is a nice power shell script posted here https://forums.mydigitallife.net/threads/my-humble-contribution.78655/