Wednesday, October 15, 2008

移除M$ 驅動程式

參考How to remove a driver permanently



cmd
cd %windir%\inf
for %a in (oem*.inf) do find /i "WG311T" %a >>out.txt
notepad out.txt


/i 是不管大小寫
WG311T改成裝置的名字
ex: Intel(R) PRO/Wireless 2915ABG Network Connection Adapter



attrib -h -r -s oem12.*
del oem12.*


看哪幾個檔案中有找到就全砍了

No comments: