Updating the chipset often "refreshes" the PNP0500 port automatically. Method 3: Windows Update Optional Updates
Get-PnpDevice -FriendlyName "Communications Port" | Disable-PnpDevice -Confirm:$false Start-Sleep -Seconds 3 Get-PnpDevice -FriendlyName "Communications Port" | Enable-PnpDevice -Confirm:$false pnp0500 driver updated