[SOLVED] I used driver booster 8 and it distorted my sound quality, I need help!

Oct 17, 2021
7
0
10
I used driver booster 8 thinking that it would help but it just didnt. I didnt even realize what it updated and it distorted my sound quality (realtek) so bad. I tried system restore, rollback, updating my driver, uninstalling my drivers and reinstalling, downloading a new compatible driver, deleting the program, but NOTHING worked! I troubleshooted my laptop sound and it showed "generic audio driver" detected and I tried to fix it by doing the stuff I previously said but NOTHING worked. Do I have to go to a pc shop to get my laptop fixed?
 
Solution
yes, unfortunately I learned that the hard way. But what do you mean install proper driver direct? I went to the official website of my laptop's manufacturer and downloaded drivers that are compatible with my laptop model and installed them but it didnt change a thing. Audio is still distorted really badly and the troubleshooter still detected an issue with the generic audio driver
Use Windows System Restore to roll back to a date from before the bad driver was installed on your system. To me, that would be the easiest solution. Just make sure your PC is backed up (Which it should be, anyway).
After that, you can download the official driver from your manufacturer's website, although if your sound is working fine I see no...
Oct 17, 2021
7
0
10
Those things are never a good idea. For any system.

Did you try installing the proper driver direct from the manufacturer?

yes, unfortunately I learned that the hard way. But what do you mean install proper driver direct? I went to the official website of my laptop's manufacturer and downloaded drivers that are compatible with my laptop model and installed them but it didnt change a thing. Audio is still distorted really badly and the troubleshooter still detected an issue with the generic audio driver
 

mrmike16

Honorable
Mar 10, 2016
313
18
10,915
yes, unfortunately I learned that the hard way. But what do you mean install proper driver direct? I went to the official website of my laptop's manufacturer and downloaded drivers that are compatible with my laptop model and installed them but it didnt change a thing. Audio is still distorted really badly and the troubleshooter still detected an issue with the generic audio driver
Use Windows System Restore to roll back to a date from before the bad driver was installed on your system. To me, that would be the easiest solution. Just make sure your PC is backed up (Which it should be, anyway).
After that, you can download the official driver from your manufacturer's website, although if your sound is working fine I see no reason to do so. And I definitely think you should uninstall Driver Booster. Scan your PC for viruses, while you're at it.
 
Solution
Oct 17, 2021
7
0
10
Use Windows System Restore to roll back to a date from before the bad driver was installed on your system. To me, that would be the easiest solution. Just make sure your PC is backed up (Which it should be, anyway).
After that, you can download the official driver from your manufacturer's website, although if your sound is working fine I see no reason to do so. And I definitely think you should uninstall Driver Booster. Scan your PC for viruses, while you're at it.

I already did a windows system restore before the driver was installed but it didn't work. I did a system restore multiple times actually, but none fixed my audio. I also already uninstalled driver booster and my pc scan shows no virus.
 
Try discovering what audio drivers are installed via Powershell. (Run as admin.)

May take a couple of minutes and be a lengthy list.

FYI:

Get-WindowsDriver -Online -All

Reference:

https://tipsmake.com/how-to-list-installed-drivers-in-windows-powershell-cmd

Discovering some mismatch between expectations and what is actually installed could prove helpful.
umm that will be really long list xD

here some quick shot code for powershell
Bash:
$x = Get-CimInstance win32_sounddevice
$y = @()
$x | ForEach-Object {$y += gwmi win32_systemdriver | ? DisplayName -match $_.name.Substring(0, 10)  }
$path  = @()
$y | ForEach-Object {$path += $_.pathname}
$path  | ForEach-Object {(Get-Item $_).versioninfo | fl * }

it should print out some driver info

edit: some small correction, as some audio devices hadnt exactly same driver name, which could miss them in output
 
Last edited:
Oct 17, 2021
7
0
10
Try discovering what audio drivers are installed via Powershell. (Run as admin.)

May take a couple of minutes and be a lengthy list.

FYI:

Get-WindowsDriver -Online -All

Reference:

https://tipsmake.com/how-to-list-installed-drivers-in-windows-powershell-cmd

Discovering some mismatch between expectations and what is actually installed could prove helpful.
umm that will be really long list xD

here some quick shot code for powershell
Bash:
$x = Get-CimInstance win32_sounddevice
$y = @()
$x | ForEach-Object {$y += gwmi win32_systemdriver | ? DisplayName -match $_.name.Substring(0, 10)  }
$path  = @()
$y | ForEach-Object {$path += $_.pathname}
$path  | ForEach-Object {(Get-Item $_).versioninfo | fl * }

it should print out some driver info

edit: some small correction, as some audio devices hadnt exactly same driver name, which could miss them in output
I was able to get the info but I don't know what to do with it. Am I supposed to look for something specific?
 
Oct 17, 2021
7
0
10
post it here
Driver : oem54.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\brpoi13i.inf_amd64_869b3297b2972472\brpoi13i.inf
Inbox : False
ClassName : Ports
BootCritical : True
ProviderName : Brother
Date : 01/10/2013 12:00:00 AM
Version : 1.0.2.2

Driver : oem55.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\netwtw02.inf_amd64_3e0c0c615068922c\netwtw02.inf
Inbox : False
ClassName : net
BootCritical : False
ProviderName : Intel
Date : 19/02/2017 12:00:00 AM
Version : 18.33.6.2

Driver : oem56.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ssudbus.inf_amd64_302ec72745f0f50d\ssudbus.inf
Inbox : False
ClassName : USB
BootCritical : True
ProviderName : SAMSUNG Electronics Co., Ltd.
Date : 02/01/2014 12:00:00 AM
Version : 2.11.7.0

Driver : oem57.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\hid_pci.inf_amd64_29fd86d324c9a632\hid_pci.inf
Inbox : False
ClassName : HIDClass
BootCritical : True
ProviderName : Intel
Date : 25/07/2016 12:00:00 AM
Version : 3.1.0.3357

Driver : oem58.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sunrisepoint-lpsystemthermal.inf_amd64_dea241b8503f2a
79\sunrisepoint-lpsystemthermal.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : INTEL
Date : 01/01/1970 12:00:00 AM
Version : 10.1.1.40

Driver : oem59.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ish_busdriver.inf_amd64_b9ed1b5c625306ab\ish_busdrive
r.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : Intel
Date : 11/08/2016 12:00:00 AM
Version : 3.1.0.3360

Driver : oem6.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\dptf_cpu.inf_amd64_d431ee44634cfcdf\dptf_cpu.inf
Inbox : False
ClassName : DPTF
BootCritical : False
ProviderName : Intel
Date : 10/01/2017 12:00:00 AM
Version : 8.2.11003.3588

Driver : oem60.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\virtualbuttons.inf_amd64_483bc7db786be312\virtualbutt
ons.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : Intel(R) Corporation
Date : 27/10/2016 12:00:00 AM
Version : 1.1.1.22

Driver : oem61.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ish.inf_amd64_8040d0314402cf80\ish.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : Intel
Date : 09/09/2016 12:00:00 AM
Version : 3.1.0.3363

Driver : oem62.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ssudmtp.inf_amd64_89b47144b1742723\ssudmtp.inf
Inbox : False
ClassName : WPD
BootCritical : False
ProviderName : SAMSUNG Electronics Co., Ltd.
Date : 02/01/2014 12:00:00 AM
Version : 2.11.7.0

Driver : oem63.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\intcdaud.inf_amd64_ad5691824a5386fe\intcdaud.inf
Inbox : False
ClassName : MEDIA
BootCritical : False
ProviderName : Intel(R) Corporation
Date : 04/09/2018 12:00:00 AM
Version : 10.26.0.1

Driver : oem64.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ssudserd.inf_amd64_cdc93dd783760daf\ssudserd.inf
Inbox : False
ClassName : Ports
BootCritical : True
ProviderName : SAMSUNG Electronics Co., Ltd.
Date : 02/01/2014 12:00:00 AM
Version : 2.11.7.0

Driver : oem65.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\netwbw02.inf_amd64_5b454a7ea2dad38e\netwbw02.inf
Inbox : False
ClassName : net
BootCritical : False
ProviderName : Intel
Date : 19/02/2017 12:00:00 AM
Version : 18.33.6.2

Driver : oem66.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ialpss2_i2c_skl.inf_amd64_d5c8841c50be7d8e\ialpss2_i2
c_skl.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : Intel Corporation
Date : 17/10/2016 12:00:00 AM
Version : 30.100.1643.1

Driver : oem67.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\iaahcic.inf_amd64_9f4b0a828de63b90\iaahcic.inf
Inbox : False
ClassName : HDC
BootCritical : True
ProviderName : Intel Corporation
Date : 15/07/2019 12:00:00 AM
Version : 16.8.3.1003

Driver : oem68.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms009.inf_amd64_a7412a554c9bc1fd\prnms009.inf
Inbox : False
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : oem69.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms001.inf_amd64_8bc1bda6cf47380c\prnms001.inf
Inbox : False
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : oem7.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ssudmdm.inf_amd64_d75346347b4e138e\ssudmdm.inf
Inbox : False
ClassName : Modem
BootCritical : False
ProviderName : SAMSUNG Electronics Co., Ltd.
Date : 02/01/2014 12:00:00 AM
Version : 2.11.7.0

Driver : oem70.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\snapcameravirtualdevice.inf_amd64_b5a47814e19580bf\sn
apcameravirtualdevice.inf
Inbox : False
ClassName : Camera
BootCritical : False
ProviderName : Snap Inc.
Date : 25/03/2019 12:00:00 AM
Version : 17.2.55.532

Driver : oem71.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ibtusb.inf_amd64_da5167bdd66ed8f1\ibtusb.inf
Inbox : False
ClassName : Bluetooth
BootCritical : False
ProviderName : Intel Corporation
Date : 10/07/2020 12:00:00 AM
Version : 20.100.7.1

Driver : oem72.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnbrcl1.inf_amd64_105a060a507ac8c2\prnbrcl1.inf
Inbox : False
ClassName : Printer
BootCritical : False
ProviderName : Brother
Date : 22/04/2009 12:00:00 AM
Version : 10.0.17119.1

Driver : oem73.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\accelerometer.inf_amd64_ded64ac0ab2094df\acceleromete
r.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : HP Development Company, L.P.
Date : 27/10/2020 12:00:00 AM
Version : 7.0.18.1

Driver : oem74.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xtucomponent.inf_amd64_98dcbf2de4d7f44b\xtucomponent.
inf
Inbox : False
ClassName : SoftwareComponent
BootCritical : False
ProviderName : Intel
Date : 29/10/2019 12:00:00 AM
Version : 6.5.1.371

Driver : oem75.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\iccwdt.inf_amd64_e6dd82cd8ee2c634\iccwdt.inf
Inbox : False
ClassName : System
BootCritical : True
ProviderName : Intel
Date : 05/02/2021 12:00:00 AM
Version : 11.7.0.1002

Driver : oem76.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\x7xsex.inf_amd64_cf24f944d6a42a21\x7xsex.inf
Inbox : False
ClassName : Volume
BootCritical : True
ProviderName : Exent Technologies Ltd.
Date : 04/04/2018 12:00:00 AM
Version : 8.0.27.0

Driver : oem77.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\x7ex.inf_amd64_2fdf677cf098e44c\x7ex.inf
Inbox : False
ClassName : Volume
BootCritical : True
ProviderName : Exent Technologies Ltd.
Date : 04/11/2019 12:00:00 AM
Version : 8.0.32.0

Driver : oem78.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xtucomponent.inf_amd64_4cb858d369dc9598\xtucomponent.
inf
Inbox : False
ClassName : SoftwareComponent
BootCritical : False
ProviderName : Intel
Date : 18/02/2021 12:00:00 AM
Version : 7.3.0.33

Driver : oem79.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\surfaceacpibattery.inf_amd64_fb97999f0d41a8ba\surface
acpibattery.inf
Inbox : False
ClassName : Battery
BootCritical : True
ProviderName : Surface
Date : 23/05/2017 12:00:00 AM
Version : 1.2.28.0

Driver : oem9.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\netwtw04.inf_amd64_a292ac43f337428d\netwtw04.inf
Inbox : False
ClassName : net
BootCritical : False
ProviderName : Intel
Date : 19/01/2020 12:00:00 AM
Version : 19.51.28.1

Driver : oposdrv.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\oposdrv.inf_amd64_9090a824ce0d0e68\oposdrv.inf
Inbox : True
ClassName : OposLegacyDevice
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : pci.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\pci.inf_amd64_66614bed5c0a20d8\pci.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1202

Driver : pcmcia.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\pcmcia.inf_amd64_cb18bba4788e47f7\pcmcia.inf
Inbox : True
ClassName : PCMCIA
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : perceptionsimulationheadset.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\perceptionsimulationheadset.inf_amd64_47c7e539c015642
4\perceptionsimulationheadset.inf
Inbox : True
ClassName : Holographic
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : perceptionsimulationsixdof.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\perceptionsimulationsixdof.inf_amd64_3ff016f4df6d2b8a
\perceptionsimulationsixdof.inf
Inbox : True
ClassName : PerceptionSimulation
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : perceptionsimulationsixdofmodels.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\perceptionsimulationsixdofmodels.inf_amd64_acff50a796
0b7d19\perceptionsimulationsixdofmodels.inf
Inbox : True
ClassName : Extension
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : percsas2i.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\percsas2i.inf_amd64_a7f5d94e6751c911\percsas2i.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : DELL
Date : 15/03/2016 12:00:00 AM
Version : 6.805.3.0

Driver : percsas3i.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\percsas3i.inf_amd64_c17a63dada1eaa02\percsas3i.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : DELL
Date : 15/06/2016 12:00:00 AM
Version : 6.604.6.0

Driver : pmem.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\pmem.inf_amd64_acec109593aed940\pmem.inf
Inbox : True
ClassName : ScmDisk
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : pnpxinternetgatewaydevices.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\pnpxinternetgatewaydevices.inf_amd64_82b90e51473d48ea
\pnpxinternetgatewaydevices.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : printqueue.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\printqueue.inf_amd64_12d9f43eb5d02987\printqueue.inf
Inbox : True
ClassName : PrintQueue
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnge001.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnge001.inf_amd64_1daeee8f3aa30fcb\prnge001.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms002.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms002.inf_amd64_2176cc45624119a9\prnms002.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1023

Driver : prnms003.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms003.inf_amd64_0e2452f597790e95\prnms003.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1202

Driver : prnms003.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms003.inf_x86_360f6f3a7c4b3433\prnms003.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.906

Driver : prnms004.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms004.inf_amd64_c28ee88ec1bd4178\prnms004.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms005.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms005.inf_amd64_add71423ba73e797\prnms005.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms007.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms007.inf_amd64_8bbf44975c626ac5\prnms007.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms008.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms008.inf_amd64_69b5e0c918eab9a6\prnms008.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms010.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms010.inf_amd64_9e410195c3b236c9\prnms010.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms011.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms011.inf_amd64_f83138380f5fb6ab\prnms011.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms012.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms012.inf_amd64_707d3849370b9d23\prnms012.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms013.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms013.inf_amd64_2b1aa5c0f193f278\prnms013.inf
Inbox : True
ClassName : SoftwareDevice
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : prnms014.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\prnms014.inf_amd64_faec3fc366f8e1fa\prnms014.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : qd3x64.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\qd3x64.inf_amd64_fd7b06296b7ac679\qd3x64.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 19/03/2012 12:00:00 AM
Version : 1.3.12.5

Driver : rawsilo.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rawsilo.inf_amd64_1cbfddc97a663ba6\rawsilo.inf
Inbox : True
ClassName : EhStorSilo
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rdcameradriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rdcameradriver.inf_amd64_43b67cb2258aaa60\rdcameradri
ver.inf
Inbox : True
ClassName : RDCamera
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.746

Driver : rdpbus.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rdpbus.inf_amd64_05ebd3b4422f62ba\rdpbus.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rdpidd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rdpidd.inf_amd64_ce12c614d182f4f9\rdpidd.inf
Inbox : True
ClassName : Display
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.662

Driver : remoteposdrv.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\remoteposdrv.inf_amd64_0f0da968c1cfce06\remoteposdrv.
inf
Inbox : True
ClassName : RemotePosDevice
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rhproxy.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rhproxy.inf_amd64_7d28259fbc48ab7d\rhproxy.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rndiscmp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rndiscmp.inf_amd64_81bff1eb756435c6\rndiscmp.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rspndr.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rspndr.inf_amd64_4e80c2bb5314f071\rspndr.inf
Inbox : True
ClassName : NetTrans
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : rt640x64.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rt640x64.inf_amd64_8984d8483eef476c\rt640x64.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 10/04/2015 12:00:00 AM
Version : 9.1.410.2015

Driver : rtux64w10.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rtux64w10.inf_amd64_d6132e4c7fe2fac6\rtux64w10.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 20/09/2015 12:00:00 AM
Version : 10.5.920.2015

Driver : rtvdevx64.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rtvdevx64.inf_amd64_7b972df4e09f9463\rtvdevx64.inf
Inbox : True
ClassName : Multifunction
BootCritical : False
ProviderName : Microsoft
Date : 08/11/2017 12:00:00 AM
Version : 1.1.1108.2017

Driver : rtwlanu_oldic.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\rtwlanu_oldic.inf_amd64_1a82423cc076e882\rtwlanu_oldi
c.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 04/03/2016 12:00:00 AM
Version : 1027.4.630.2015

Driver : sbp2.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sbp2.inf_amd64_1d08bca921956372\sbp2.inf
Inbox : True
ClassName : SBP2
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1288

Driver : scmbus.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\scmbus.inf_amd64_c78fd781987c1675\scmbus.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : scmvolume.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\scmvolume.inf_amd64_6957cfb7d6fea5c7\scmvolume.inf
Inbox : True
ClassName : ScmVolume
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : scrawpdo.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\scrawpdo.inf_amd64_466615aad3be8e26\scrawpdo.inf
Inbox : True
ClassName : SmartCardFilter
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : scsidev.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\scsidev.inf_amd64_55176c1890d480fe\scsidev.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : scunknown.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\scunknown.inf_amd64_90993a57907d9959\scunknown.inf
Inbox : True
ClassName : SmartCard
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : sdbus.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sdbus.inf_amd64_55c0c78952233d0c\sdbus.inf
Inbox : True
ClassName : SDHost
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.906

Driver : sdflauncher.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sdflauncher.inf_amd64_1ea082c6cf8f6982\sdflauncher.in
f
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : sdfrd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sdfrd.inf_amd64_25779da6eca4810a\sdfrd.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : sdstor.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sdstor.inf_amd64_0d2a33dd67a36577\sdstor.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1288

Driver : sensorsalsdriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sensorsalsdriver.inf_amd64_a6da30fe583368a4\sensorsal
sdriver.inf
Inbox : True
ClassName : Sensor
BootCritical : False
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.746

Driver : sensorshidclassdriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sensorshidclassdriver.inf_amd64_b5ae080ff669eab3\sens
orshidclassdriver.inf
Inbox : True
ClassName : Sensor
BootCritical : False
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.1

Driver : sensorsservicedriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sensorsservicedriver.inf_amd64_4761deffedf4e12e\senso
rsservicedriver.inf
Inbox : True
ClassName : Sensor
BootCritical : False
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.746

Driver : sisraid2.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sisraid2.inf_amd64_845e008c32615283\sisraid2.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Silicon Integrated Systems Corp
Date : 06/08/2007 12:00:00 AM
Version : 5.1.1039.2061

Driver : sisraid4.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sisraid4.inf_amd64_65ab84e9830f6f4b\sisraid4.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Silicon Integrated Systems Corp.
Date : 08/07/2008 12:00:00 AM
Version : 5.1.1039.3601

Driver : smartsamd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\smartsamd.inf_amd64_2238284d493e89f4\smartsamd.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsemi Corporation.
Date : 18/04/2018 12:00:00 AM
Version : 1.50.1.0

Driver : smrdisk.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\smrdisk.inf_amd64_f945aad6094163f4\smrdisk.inf
Inbox : True
ClassName : SmrDisk
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : smrvolume.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\smrvolume.inf_amd64_9a3d52a168ca8fee\smrvolume.inf
Inbox : True
ClassName : SmrVolume
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : spaceport.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\spaceport.inf_amd64_6383331cfa0a32be\spaceport.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1288

Driver : stexstor.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\stexstor.inf_amd64_fefc1160d15aa667\stexstor.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Promise Technology, Inc.
Date : 26/11/2012 12:00:00 AM
Version : 5.1.0.10

Driver : sti.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\sti.inf_amd64_096c9e42fe4749d2\sti.inf
Inbox : True
ClassName : Image
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.264

Driver : storfwupdate.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\storfwupdate.inf_amd64_e57f4de14d125fac\storfwupdate.
inf
Inbox : True
ClassName : Firmware
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : stornvme.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\stornvme.inf_amd64_1218fad01506b7af\stornvme.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1266

Driver : storufs.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\storufs.inf_amd64_a7a5b507fa22251e\storufs.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1081

Driver : swenum.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\swenum.inf_amd64_16a14542b63c02af\swenum.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : tape.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tape.inf_amd64_bf051ca3546a5bf3\tape.inf
Inbox : True
ClassName : TapeDrive
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : tdibth.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tdibth.inf_amd64_e1022e6b4f7ab56d\tdibth.inf
Inbox : True
ClassName : Bluetooth
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : termkbd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\termkbd.inf_amd64_a0634dcf2da1127e\termkbd.inf
Inbox : True
ClassName : Keyboard
BootCritical : True
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.1

Driver : termmou.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\termmou.inf_amd64_c4c8f901e3534194\termmou.inf
Inbox : True
ClassName : Mouse
BootCritical : True
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.1

Driver : tpm.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tpm.inf_amd64_154e6da862a6dc30\tpm.inf
Inbox : True
ClassName : SecurityDevices
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.746

Driver : tpmvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tpmvsc.inf_amd64_9b03a5f041e8d2b2\tpmvsc.inf
Inbox : True
ClassName : SmartCardReader
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : transfercable.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\transfercable.inf_amd64_911a60fb265ff111\transfercabl
e.inf
Inbox : True
ClassName : USBDevice
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : ts_generic.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ts_generic.inf_amd64_b6cb67052996a0bf\ts_generic.inf
Inbox : True
ClassName : TS_Generic
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : ts_wpdmtp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ts_wpdmtp.inf_amd64_e0577000b188c16b\ts_wpdmtp.inf
Inbox : True
ClassName : WPD
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : tsgenericusbdriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tsgenericusbdriver.inf_amd64_bcfa5f586783921d\tsgener
icusbdriver.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1151

Driver : tsprint.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tsprint.inf_amd64_6066bc96a5f28b44\tsprint.inf
Inbox : True
ClassName : Printer
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.153

Driver : tsusbhubfilter.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\tsusbhubfilter.inf_amd64_283a44fe508f0682\tsusbhubfil
ter.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : uaspstor.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\uaspstor.inf_amd64_63788a81c4c628c5\uaspstor.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1023

Driver : ucmucsiacpiclient.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ucmucsiacpiclient.inf_amd64_a233292790c69f03\ucmucsia
cpiclient.inf
Inbox : True
ClassName : UCM
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : uefi.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\uefi.inf_amd64_c1628ffa62c8e54c\uefi.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : ufxchipidea.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ufxchipidea.inf_amd64_1c78775fffab6a0a\ufxchipidea.in
f
Inbox : True
ClassName : USBFunctionController
BootCritical : True
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : ufxsynopsys.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ufxsynopsys.inf_amd64_978099f98cc73ddf\ufxsynopsys.in
f
Inbox : True
ClassName : USBFunctionController
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.662

Driver : uicciso.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\uicciso.inf_amd64_32023cb966fd5c8c\uicciso.inf
Inbox : True
ClassName : SoftwareDevice
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : uiccspb.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\uiccspb.inf_amd64_18454ae612999870\uiccspb.inf
Inbox : True
ClassName : Firmware
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : umbus.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\umbus.inf_amd64_b78a9c5b6fd62c27\umbus.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : umpass.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\umpass.inf_amd64_3daa9a904daf9501\umpass.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : unknown.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\unknown.inf_amd64_b8b0fe7bbc76405b\unknown.inf
Inbox : True
ClassName : Unknown
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : urschipidea.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\urschipidea.inf_amd64_78ad1c14e33df968\urschipidea.in
f
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : urssynopsys.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\urssynopsys.inf_amd64_057fa37902020500\urssynopsys.in
f
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : usb.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usb.inf_amd64_683fd853c8b8a4db\usb.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.488

Driver : usbaudio2.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_8d164ac6f7088f97\usbaudio2.inf
Inbox : True
ClassName : MEDIA
BootCritical : False
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : usbcciddriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbcciddriver.inf_amd64_400a61104320a399\usbcciddrive
r.inf
Inbox : True
ClassName : SmartCardReader
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : usbcir.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbcir.inf_amd64_a19f675674962ae4\usbcir.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : usbhub3.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbhub3.inf_amd64_6a68abcc31aaa333\usbhub3.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 25/08/2021 12:00:00 AM
Version : 10.0.19041.1202

Driver : usbncm.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbncm.inf_amd64_9957a38c3d2283ed\usbncm.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.1

Driver : usbnet.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbnet.inf_amd64_9e6bb7a4b7338267\usbnet.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 21/04/2009 12:00:00 AM
Version : 10.0.19041.1

Driver : usbport.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbport.inf_amd64_254cd5ae09de6b08\usbport.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : usbprint.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbprint.inf_amd64_86cdf3e1f512cca1\usbprint.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1151

Driver : usbser.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbser.inf_amd64_8de53ed035d71856\usbser.inf
Inbox : True
ClassName : Ports
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1202

Driver : usbstor.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbstor.inf_amd64_2be0e52237040d42\usbstor.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1288

Driver : usbvideo.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbvideo.inf_amd64_b401376fd0a39c95\usbvideo.inf
Inbox : True
ClassName : Camera
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1202

Driver : usbxhci.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\usbxhci.inf_amd64_6e228bfaadb050c6\usbxhci.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 27/09/2021 12:00:00 AM
Version : 10.0.19041.1266

Driver : v_mscdsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\v_mscdsc.inf_amd64_05925c79fbad7433\v_mscdsc.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : vca.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vca.inf_amd64_6bbc643de0df118d\vca.inf
Inbox : True
ClassName : ComputeAccelerator
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : vdrvroot.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vdrvroot.inf_amd64_5dbe5e81fafe4636\vdrvroot.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : vhdmp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vhdmp.inf_amd64_aa94d04ecf56de1f\vhdmp.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1266

Driver : virtdisk.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\virtdisk.inf_amd64_9a7f42b85c7def50\virtdisk.inf
Inbox : True
ClassName : DiskDrive
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : virtualdisplayadapter.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\virtualdisplayadapter.inf_amd64_bcc7550a6e285f92\virt
ualdisplayadapter.inf
Inbox : True
ClassName : Display
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : volmgr.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\volmgr.inf_amd64_b98e2b928f71a2b1\volmgr.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.928

Driver : volsnap.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\volsnap.inf_amd64_ce438b6e0c5b1af2\volsnap.inf
Inbox : True
ClassName : VolumeSnapshot
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : volume.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\volume.inf_amd64_bfabc750039f8ac1\volume.inf
Inbox : True
ClassName : Volume
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : vrd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vrd.inf_amd64_81fbd405ff2470fc\vrd.inf
Inbox : True
ClassName : Display
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : vsmraid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vsmraid.inf_amd64_3d2bbc45931b8232\vsmraid.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : VIA Technologies, Inc.
Date : 20/03/2014 12:00:00 AM
Version : 7.0.9600.6352

Driver : vstxraid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vstxraid.inf_amd64_300cb04282659e6d\vstxraid.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : VIA Technologies, Inc.
Date : 14/01/2013 12:00:00 AM
Version : 8.0.9200.8110

Driver : wave.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wave.inf_amd64_8e8496aa33c0a7f6\wave.inf
Inbox : True
ClassName : MEDIA
BootCritical : False
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : wceisvista.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wceisvista.inf_amd64_07ad61d07466a58a\wceisvista.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wdma_usb.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wdma_usb.inf_amd64_e879d41db6fd1ab8\wdma_usb.inf
Inbox : True
ClassName : MEDIA
BootCritical : False
ProviderName : Microsoft
Date : 26/08/2021 12:00:00 AM
Version : 10.0.19041.1202

Driver : wdmaudio.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_amd64_cb639d1f182bc449\wdmaudio.inf
Inbox : True
ClassName : MEDIA
BootCritical : False
ProviderName : Microsoft
Date : 08/01/2021 12:00:00 AM
Version : 10.0.19041.746

Driver : wdmvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wdmvsc.inf_amd64_8666ee4da6ad6325\wdmvsc.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wfcvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wfcvsc.inf_amd64_dfe08f401a2eedbc\wfcvsc.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wfpcapture.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wfpcapture.inf_amd64_54cf91ab0e4c9ac2\wfpcapture.inf
Inbox : True
ClassName : NetService
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 1.0.0.0

Driver : wgencounter.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wgencounter.inf_amd64_f496147578cad554\wgencounter.in
f
Inbox : True
ClassName : SYSTEM
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : whvcrash.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\whvcrash.inf_amd64_1173082afb4becfd\whvcrash.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : whyperkbd.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\whyperkbd.inf_amd64_6c54f73a58d5fb2c\whyperkbd.inf
Inbox : True
ClassName : Keyboard
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : windowstrustedrtproxy.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\windowstrustedrtproxy.inf_amd64_db5be14d5e02560f\wind
owstrustedrtproxy.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : winusb.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\winusb.inf_amd64_ced441476847bd1a\winusb.inf
Inbox : True
ClassName : USBDevice
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wmbclass_wmc_union.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wmbclass_wmc_union.inf_amd64_a02e4111c770770d\wmbclas
s_wmc_union.inf
Inbox : True
ClassName : USB
BootCritical : True
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : wmiacpi.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wmiacpi.inf_amd64_4ab67656039b026b\wmiacpi.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wnetvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wnetvsc.inf_amd64_9a5b429abc465278\wnetvsc.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.928

Driver : wnetvsc_vfpp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wnetvsc_vfpp.inf_amd64_9ce6f68c11eede58\wnetvsc_vfpp.
inf
Inbox : True
ClassName : NetTrans
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wpdcomp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wpdcomp.inf_amd64_d5fc5f7282c9bafb\wpdcomp.inf
Inbox : True
ClassName : WPD
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.746

Driver : wpdfs.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wpdfs.inf_amd64_1183fd0f13045f2e\wpdfs.inf
Inbox : True
ClassName : WPD
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.746

Driver : wpdmtp.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wpdmtp.inf_amd64_42b97498c7087292\wpdmtp.inf
Inbox : True
ClassName : WPD
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.746

Driver : wpdmtphw.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wpdmtphw.inf_amd64_1aae998f86058cec\wpdmtphw.inf
Inbox : True
ClassName : WPD
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : ws3cap.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ws3cap.inf_amd64_6cf8ea2249844b50\ws3cap.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wsdprint.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wsdprint.inf_amd64_b616bed30e8928ca\wsdprint.inf
Inbox : True
ClassName : WSDPrintDevice
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wsdscdrv.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wsdscdrv.inf_amd64_416a5877e9180787\wsdscdrv.inf
Inbox : True
ClassName : Image
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wstorflt.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wstorflt.inf_amd64_8375a9378e7227d5\wstorflt.inf
Inbox : True
ClassName : DiskDrive
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.964

Driver : wstorvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wstorvsc.inf_amd64_50cb8ebb1c9584af\wstorvsc.inf
Inbox : True
ClassName : SCSIAdapter
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wsynth3dvsc.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wsynth3dvsc.inf_amd64_1a08a3b6cd493e1f\wsynth3dvsc.in
f
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.928

Driver : wudfusbcciddriver.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wudfusbcciddriver.inf_amd64_a084e687a06b255f\wudfusbc
ciddriver.inf
Inbox : True
ClassName : SmartCardReader
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvid.inf_amd64_7c50642b144b870d\wvid.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1266

Driver : wvmbus.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmbus.inf_amd64_a192dbf28b4634a7\wvmbus.inf
Inbox : True
ClassName : SYSTEM
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1110

Driver : wvmbushid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmbushid.inf_amd64_fd2fe159a9daf508\wvmbushid.inf
Inbox : True
ClassName : HIDClass
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmbusvideo.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmbusvideo.inf_amd64_c531b5e68fd6f6bf\wvmbusvideo.in
f
Inbox : True
ClassName : Display
BootCritical : False
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmgid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmgid.inf_amd64_3a0240393de08f95\wvmgid.inf
Inbox : True
ClassName : SYSTEM
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic.inf_amd64_ae02676ac3e3c474\wvmic.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_ext.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_ext.inf_amd64_34d742f3550dabd2\wvmic_ext.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_guestinterface.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_guestinterface.inf_amd64_192114845ec44b66\wvmic
_guestinterface.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_heartbeat.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_heartbeat.inf_amd64_ad33c2d1c7a3023e\wvmic_hear
tbeat.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_kvpexchange.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_kvpexchange.inf_amd64_b3c17aa69dce1e0c\wvmic_kv
pexchange.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_shutdown.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_shutdown.inf_amd64_bce6891915e70bbf\wvmic_shutd
own.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvmic_timesync.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvmic_timesync.inf_amd64_aa4bfe1897922114\wvmic_times
ync.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : wvpci.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\wvpci.inf_amd64_86afbe8940682d27\wvpci.inf
Inbox : True
ClassName : SYSTEM
BootCritical : True
ProviderName : Microsoft
Date : 21/06/2006 12:00:00 AM
Version : 10.0.19041.1

Driver : xboxgip.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xboxgip.inf_amd64_90ed6b3fdc759a5b\xboxgip.inf
Inbox : True
ClassName : System
BootCritical : True
ProviderName : Microsoft
Date : 09/02/2021 12:00:00 AM
Version : 10.0.19041.844

Driver : xboxgipsynthetic.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xboxgipsynthetic.inf_amd64_9aa94bcf077169a1\xboxgipsy
nthetic.inf
Inbox : True
ClassName : XboxComposite
BootCritical : False
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : xinputhid.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xinputhid.inf_amd64_b01c6ccf7f1e23b6\xinputhid.inf
Inbox : True
ClassName : HIDClass
BootCritical : True
ProviderName : Microsoft
Date : 09/02/2021 12:00:00 AM
Version : 10.0.19041.844

Driver : xusb22.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\xusb22.inf_amd64_d0f2fd4c931f4672\xusb22.inf
Inbox : True
ClassName : XnaComposite
BootCritical : False
ProviderName : Microsoft
Date : 06/12/2019 12:00:00 AM
Version : 10.0.19041.1

Driver : ykinx64.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\ykinx64.inf_amd64_0bbd8466b526ef26\ykinx64.inf
Inbox : True
ClassName : Net
BootCritical : False
ProviderName : Microsoft
Date : 11/04/2013 12:00:00 AM
Version : 12.10.17.0

<Moderator Note: Placed extremely long listing behind spoiler tags>
 
Last edited by a moderator:
oh boy, can you pls use that code i posted above? :D
feel free to edit your post
Select whole code, ctrl+c then ctrl+v in powershell, then press enter
Bash:
$x = Get-CimInstance win32_sounddevice
$y = @()
$x | ForEach-Object {$y += gwmi win32_systemdriver | ? DisplayName -match $_.name.Substring(0, 10)  }
$path  = @()
$y | ForEach-Object {$path += $_.pathname}
$path  | ForEach-Object {(Get-Item $_).versioninfo | fl * }
 
Oct 17, 2021
7
0
10
oh boy, can you pls use that code i posted above? :D
feel free to edit your post
Select whole code, ctrl+c then ctrl+v in powershell, then press enter
Bash:
$x = Get-CimInstance win32_sounddevice
$y = @()
$x | ForEach-Object {$y += gwmi win32_systemdriver | ? DisplayName -match $_.name.Substring(0, 10)  }
$path  = @()
$y | ForEach-Object {$path += $_.pathname}
$path  | ForEach-Object {(Get-Item $_).versioninfo | fl * }

Well this is what I got:



FileVersionRaw : 10.0.19041.264
ProductVersionRaw : 10.0.19041.264
Comments :
CompanyName : Microsoft Corporation
FileBuildPart : 19041
FileDescription : High Definition Audio Function Driver
FileMajorPart : 10
FileMinorPart : 0
FileName : C:\WINDOWS\system32\drivers\HdAudio.sys
FilePrivatePart : 264
FileVersion : 10.0.19041.264 (WinBuild.160101.0800)
InternalName : HDAudio.sys
IsDebug : False
IsPatched : False
IsPrivateBuild : False
IsPreRelease : False
IsSpecialBuild : False
Language : English (United States)
LegalCopyright : © Microsoft Corporation. All rights reserved.
LegalTrademarks :
OriginalFilename : HDAudio.sys
PrivateBuild :
ProductBuildPart : 19041
ProductMajorPart : 10
ProductMinorPart : 0
ProductName : Microsoft® Windows® Operating System
ProductPrivatePart : 264
ProductVersion : 10.0.19041.264
SpecialBuild :





FileVersionRaw : 10.0.19041.1081
ProductVersionRaw : 10.0.19041.1081
Comments :
CompanyName : Microsoft Corporation
FileBuildPart : 19041
FileDescription : High Definition Audio Bus Driver
FileMajorPart : 10
FileMinorPart : 0
FileName : C:\WINDOWS\system32\drivers\HDAudBus.sys
FilePrivatePart : 1081
FileVersion : 10.0.19041.1081 (WinBuild.160101.0800)
InternalName : hdaudbus.sys
IsDebug : False
IsPatched : False
IsPrivateBuild : False
IsPreRelease : False
IsSpecialBuild : False
Language : English (United States)
LegalCopyright : © Microsoft Corporation. All rights reserved.
LegalTrademarks :
OriginalFilename : hdaudbus.sys
PrivateBuild :
ProductBuildPart : 19041
ProductMajorPart : 10
ProductMinorPart : 0
ProductName : Microsoft® Windows® Operating System
ProductPrivatePart : 1081
ProductVersion : 10.0.19041.1081
SpecialBuild :
 
Dec 5, 2021
1
0
10
I've had the same issue the Realtek driver and have solved the problem on my machine by opening the Device Manager, uninstalling all the sound drivers and reupdating them one at a time via Driver Booster to find the culprit. Make sure you check the "Delete the driver software for this device" box, select the uninstall button and restart your PC when using Device Manager. I only had two "audio and gaming controllers" drivers to check. Once the problem driver was found I uninstalled the driver the same way as above everything was fine.