Hello
Thank you for posting in Q&A forum.
The CT QUALCOMM U drv is likely related to a Qualcomm USB modem or serial device driver. To locate and uninstall this driver, you can follow these steps:
- Open Device Manager, Look under Network adapters or Modems for any Qualcomm-related entries.
In Device Manager, click on View and select Show hidden devices. This might reveal the Qualcomm driver if it’s not immediately
- Use Command Prompt to Uninstall
Run the following command to list all installed drivers:
pnputil /enum-drivers
Look for entries related to Qualcomm. They might be listed as oemXX.inf where XX is a number.
Uninstall the Driver:
pnputil /delete-driver oemXX.inf /uninstall
Replace oemXX.inf with the actual name of the Qualcomm driver you found.
- Check for Remaining Files
Negative to C:\Windows\System32\drivers.Look for any files related to Qualcomm (e.g., ct_qualcomm_u_drv.sys) and delete them if found.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and look for any entries related to Qualcomm. Delete them if found.
- Restart Your PC.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.