microsoft / CFU

Component Firmware Update
MIT License
59 stars 27 forks source link

How do I keep the original device driver in addition to the CFU driver? #42

Closed lgdacunha closed 1 year ago

lgdacunha commented 5 years ago

Looks like when I install the CFU driver, it replaces the current device driver of the device I specify on the inf file on [Standard.NT$ARCH$] %ComponentFirmwareUpdate.DeviceDesc% How do I keep the original device driver in addition to the CFU driver?

samtertzakian commented 1 year ago

You should use the inbox CFU driver instead of the driver in this repo (so you don't need to write a driver). Please see:

https://learn.microsoft.com/en-us/windows-hardware/drivers/cfu/