oh boy, can you pls use that code i posted above?
😀
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 :