Please first connect the wireless handwheel USB receiver.


Then, please run Powershell as administrator user.

To find the tool, search for powershell on the Start Menu, then right click and choose the Run as administrator option.



In the Powershell window please paste this text:


Get-WmiObject Win32_PnPSignedDriver| select ClassGuid, CompatID, Description, DeviceClass, DeviceID, DeviceName, DevLoader, DriverDate, DriverName, DriverVersion, FriendlyName, HardWareID, InfName, InstallDate, IsSigned, Location, Manufacturer, Name, PDO, DriverProviderName, Signer, Started, StartMode, Status, SystemCreationClassName, SystemName | Export-CSV -Path ([Environment]::GetFolderPath("Desktop")+"\DeviceDrivers.csv") -NoTypeInformation


This command queries the Windows' Win32_PnPSignedDriver class to retrieve information about devices connected to the computer. It does not change your system's configuration and does not read personal data.
For more information about this information class you can check this resource from Microsoft:

https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/aa394354(v=vs.85)


When the command is done collecting data, it will create a file on your Desktop:


Please send this file to us.