anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Quick Check if DVB-T is Detected by Windows  (Read 1330 times)

0 Members and 1 Guest are viewing this topic.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Quick Check if DVB-T is Detected by Windows
« 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).


« Last Edit: January 22, 2022, 08:14:57 PM by abcd567 »