125 questions
0
votes
0
answers
51
views
SIM8200EA-M2 5G Module Not Recognized on Windows 11 Despite Driver Installation
I can communicate with the 5G module from a Raspberry Pi running the latest Raspberry Pi OS via the serial interface without any issues. However, when I attempted the same on my Windows 11 laptop, I ...
0
votes
0
answers
111
views
ACPI device does not exist after adding custom ACPI table to Windows11 virtual machine in VirtualBox
I'm using VirtualBox v7.1.6 with a Windows11 virtual machine.
I want to add a custom acpi table to the virtual machine
DefinitionBlock ("DSDT.AML", "DSDT", 0x02, "VMW", &...
2
votes
0
answers
203
views
How to remove physical device from Android Studio?
Is it possible to remove the physical device connected to Android Studio?
Virtual devices can be deleted in the Device Manager, but there is no option to delete devices of the Type "Physical"...
1
vote
0
answers
148
views
How can I determine if a Windows Audio Endpoint is associated with a Bluetooth device?
Using WASAPI, I am successfully enumerating the output devices using IMMDeviceEnumerator::EnumAudioEndpoints and then eventually I have my IMMDevice. Then I can get the IPropertyStore and see there ...
0
votes
0
answers
126
views
How to uninstall a driver from Device Manager using an object like winmgmts?
Both Win32_PnPEntity and Win32_PnPSignedDriver don't have methods to uninstall/remove/delete a driver.
Is there a way to do it anyway? Maybe using another class? Or maybe a different object than ...
1
vote
0
answers
367
views
FTDI Port cannot be displayed under the ports (COM and LPT) of Device Manager
We use FT232 for communication between master and slave computers through USB to RS232 serial port. We used the driver of FTDI, but we customized it our own driver by wrapping it outside of FTDI. Our ...
1
vote
0
answers
62
views
Switch between installed device drivers programmatically
I'm looking for a way to switch between installed drivers programmatically (python is preferred).
When I do it manually from device manager, I follow those steps:
Right click on the device, then I ...
1
vote
0
answers
137
views
Programatically launch Update Driver Wizard for specific device
How do you programmatically open the "Update driver" wizard for a specific Device?
I am trying to replicate the Device Manager functionality from a WinForms C# app. So far I was able to ...
-1
votes
1
answer
642
views
Check device state from Device Manager in Python
I want to check if device is enabled or disabled using python. I want to make a program that would toggle touchscreen on my laptop.
I tried looking for module or cmd command that could do this, but I ...
-1
votes
2
answers
973
views
Xamarin.Forms android emulator wont start in Visual Studio
I have issues starting android emulator Nexus 5 from Android Device Manager in Visual Studio, i tried to enable Hyper-V, AEHD and HAXM, but it didn't work. For some reason i don't see emulator in &...
0
votes
1
answer
203
views
A Windows program cannot obtain a SP_DEVINFO_DATA for a device
Now I have this non-working (minimum?) example:
#pragma comment (lib, "Setupapi.lib")
#pragma comment (lib, "newdev.lib")
#include <windows.h>
#include <newdev.h>
#...
0
votes
1
answer
1k
views
How do I make a powershell script to set a HID device power saving option?
I am looking to create a powershell script to set the option for my HID device for "Allow the computer to turn off this device to save power". When I do it in device manager, the results are ...
0
votes
1
answer
225
views
Win10 Device Manager Replaces Valid Driver with Broken One on Restart
I'm having an issue where, when I restart Windows 10, my installed Bluetooth adapter is replaced with one that doesn't work. I then have to go into Device Manager, delete the bad adapter driver, then ...
1
vote
0
answers
198
views
Can't set focus on Device Manager window after connecting using Pywinauto
I've tried several ways to get the focus placed on the device manager window in Windows 10. I have a lot of notes in the code snippet so I can keep track of what I've tried. I'm able to open device ...
1
vote
0
answers
72
views
Physical Mobile Device detected but not listed in Device Selection Spinner Android Studio
I am currently learning flutter in Android Studio. Android Studio detects my physical device connected but does not list it in Device Selection spinner.
Below picture will elaborate my issue further:
...