79636228

Date: 2025-05-23 21:38:27
Score: 1
Natty:
Report link
Hi, since you already have the driver file/inf, then have gander with this
    #find device
    $Device = Get-PnpDevice -FriendlyName "Name of your device"
    #update driver
    Update-PnpDevice -InstanceId $Device.InstanceId -Driver $DriverPath
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xavier Scott