Learn this fast information to be taught the 2 steps to uninstall a tool deriver from a Home windows Server 2022 Core.
Step 1: Get the Driver’s INF Title
Step one to uninstalling a driver is to get the driving force’s INF file identify. On this instance, I wish to uninstall a USB Internet adapter that I now not require.
So, I’ll use the command under to record all community drivers put in on the server core.
pnputil /enum-devices /class "Internet"
The motive force I must uninstall is the Realtek USB GbE Household Controller. Its INF identify is oem11.inf.
Step 2: Uninstall the Driver
If the machine you’re eradicating is an exterior machine, be sure that it’s related to the pc earlier than you proceed with the steps on this part. From my expertise, if the machine will not be bodily related to the pc, the driving force is probably not eliminated.
- To uninstall the driving force, run the command under:
pnputil.exe /delete-driver oem11.inf /uninstall /pressure
The command runs and confirms that the driving force has been uninstalled efficiently.
- To substantiate that the driving force has been uninstalled, re-run the command in step 1.
pnputil /enum-devices /class "Internet"
Oh, the driving force remains to be there! Nicely, it’s becasue you could restart the server for the change to take impact.
- Restart the server by working the command under.
Restart-Pc -confirm:$false
After the server restarts, rerun the pnputil command with the “/enum-devices” parameter. This time, the driving force is gone!
pnputil /enum-devices /class "Internet"
Conclusion
Uninstalling a tool driver from a Home windows Server Core is as straightforward as 1,2, 3!
The fiest step is to get the driving force’s .INF identify. After that, use its identify to uninstall it and also you’re completed.
Not so quick as there may be one final step – restart the server and voilà, the driving force disappears!
I hope you loved studying this information as a lot as I loved writing it. I actually love serving to my readers remedy expertise issues and I like to listen to from you.
Let me know what you concentrate on this fast information by responding to our “Was this web page useful?” suggestions request type under.