AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: abcd567 on January 22, 2022, 08:12:06 PM

Title: Quick Check if DVB-T is Detected by Windows
Post by: abcd567 on January 22, 2022, 08:12:06 PM
In Windows search type powershell. A list of apps will be displayed. Select "Windows PowerShell" and open it.

Copy following command, then paste it in the PowerShell by right-clicking

Code: [Select]
Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceId -match '^USB' }   

Press Enter key, and all USB devices will be listed, including DVB-T if it's driver has been properly installed. Please see attached screenshot (Click over screenshot to enlarge it to full size).