
In Windows 10, It is hard to remove those bad, unnecessary or failed drivers from Windows 10. This post will show you details of how to completely uninstall
[irp posts=”224″ name=”How to easily shut down temporary Windows Defender”]
But sometimes the device also does not go into Safe mode, and System Restore fails to restore the device to a restore point that has been created. Furthermore, on the off chance that you run into issues where Windows 10 can not go into the experimental mode or Framework Reestablish not working, you can utilize another elective that is Windows Recuperation Condition to expel tricky drivers straightforwardly from the Sending Picture Adjusting and The executives (DISM) direction line instrument Here’s the step:
How to Uninstall drivers from Recovery Environment in Windows 10
Following The Step :
Step 1. Make a USB Windows 10 Bootable Media. (You can use your friend’s device)
Step 2. Boot to USB.
Step 3. In Windows Setup, click Repair your computer.
Step 4. Click Troubleshoot
Step 5. Click Command Prompt
Step 6. When the device starts Command PROMT, it will begin in directory X:Sources and now we have to move to the Windows 10 directory installed, usually in the C: But now it would often be D: or E:, adjust it, in my case here to be E:, type the following command:
e:
To view the contents of the directory, whether it is on the local disk where Windows is installed, type the following command:
dir
If you see the Windows folder, then the directory is correct.
Step 7. Next, type the following command to see a list of all installed drivers.
dism /image:e:\ /get-drivers
Please adjust E: with your directory system.
Step 8. Then, note the “Publisher Name” of the problematic drivers, “Original File Name,” and “Provider name” will help you to input the driver.
(Installed third-party drivers will usually bring oem0.inf, oem1.inf, and so on. The number is the installation order, which means that the last driver you installed will have the highest number.)
[irp]
Optional you can Type the command to view more information about the driver and press Enter:
dism / image: e: \ / get-driverinfo /driver:oem1.inf
at the command, make sure to change the e: drive of your Windows 10 installation & change the oem1.inf file for the name of the driver you’re trying to delete.
Step 9. Type the following command to remove the problematic driver, and supposedly Windows 10 can now boot back.
dism / image: e: \ / remove-driver /driver:oem1.inf
In the command above, make sure to customize your Windows 10 directory, and modify the OEM.inf with the name of the driver you are trying to delete.
Step 10. Close the Command Prompt, and click Continue.
After finished, the device will revert to Windows 10 usually.
That’s how How to Uninstall drivers from Recovery Environment in Windows 10 by Algorithm Computer, share this article if useful.