26 Temmuz 2015 Pazar

Windows7 de eski sürücüleri (Drivers) silmek

Another option (the Microsoft way, without doing random unknown deletings in the registry) is to start CMD as "run as admin" and then list all installed drivers in the Windows 7 driver store via:

 pnputil -e 

if this caused a longer list you can pipe that into a file via: 

 pnputil -e > C:\driverexport.txt 

If you have found now the driver you need to remove use the following command: 

 pnputil.exe -d OemNUMBER.inf 

replace NUMBER with your number from your example. 

You might try to use -F to force the uninstallation. 
Once a reboot is done the driver should be gone. 

 For printer drivers, you may need to remove Printer Server driver following the stages below; 

Windows 7: 
Go to 
 Control Panel -> 
 Administrative Tools -> 
 Print Management ->
 Printer Servers ->