Wednesday, March 11, 2009

How to remove a driver permanently

http://winhlp.com/node/199
1-search for driver via :
cmd
cd %windir%\inf
for %a in (oem*.inf) do find /i "WG311T" %a >>out.txt
notepad out.txt
2-Delete files
attrib -h -r -s oem12.*
del oem12.*

No comments:

Post a Comment