How do you determine a device driver and uninstall it from the command prompt?

Windows 10

Active Members
Joined
Dec 10, 2024
Messages
1,796
I have remote access to devices. There is someone at the device, but they do not reliably follow instructions. The devices vary, but are either WIndows 10 or 11, mostly 10. I have the admin password, but cannot provide it to the user.So, I would like to run a script while I have accessIt will:1. Determine what the ethernet adapter is.2. Uninstall the ethernet adapter.3. Reboot the device.Rebooting the device via command prompt is easy. I think I see how to uninstall. I am having trouble figuring out how to identify the ethernet adapter. Maybe driverquery, wmic, or pnputil

Continue reading...
 
Back
Top