Old drivers stay in my machine

fei78

Member
I found old drivers stay in my computer,
Thanks.

sc query "HWiNFO_171"
sc stop "HWiNFO_171"
sc delete "HWiNFO_171"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_171.SYS"

sc query "HWiNFO_172"
sc stop "HWiNFO_172"
sc delete "HWiNFO_172"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_172.SYS"

sc query "HWiNFO_173"
sc stop "HWiNFO_173"
sc delete "HWiNFO_173"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_173.SYS"

sc query "HWiNFO_174"
sc stop "HWiNFO_174"
sc delete "HWiNFO_174"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_174.SYS"

sc query "HWiNFO_177"
sc stop "HWiNFO_177"
sc delete "HWiNFO_177"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_177.SYS"

sc query "HWiNFO_178"
sc stop "HWiNFO_178"
sc delete "HWiNFO_178"
DEL /q "C:\Windows\System32\drivers\HWiNFO64A_178.SYS"
 
I suppose you're using the "Persistent Driver" option. Disabling it (default) should not leave drivers in system.
 
I suppose you're using the "Persistent Driver" option. Disabling it (default) should not leave drivers in system.

I know that, but I can't use "Remove" button to delete the old driver files.
Use "Remove" button just remove some related registry, those files still stay in machine.

PnAeG.png
 
Yes, that removes the current driver only. Uninstaller and Automatic Update will do that too.
 
Back
Top