批處理應(yīng)用 "添加/刪除程序"修復(fù)
更新時(shí)間:2007年03月15日 00:00:00 作者:
復(fù)制代碼 代碼如下:
rem 如果“添加/刪除程序”工具出錯(cuò),顯示的信息不完整或顯示空白,可使用該腳本修復(fù)
regsvr32 -s %systemroot%\System32\Appwiz.cpl
regsvr32 -s %systemroot%\System32\Mshtml.dll
regsvr32 -s %systemroot%\System32\Jscript.dll
regsvr32 -s %systemroot%\System32\Msi.dll
regsvr32 -s %SystemDrive%\Program Files\Common Files\System\Ole DB\Oledb32.dll
regsvr32 -s %SystemDrive%\Program Files\Common Files\System\Ado\Msado15.dll
regsvr32 -s %systemroot%\System32\Msdart32.dll
regsvr32 -s %systemroot%\System32\Mshtmled.dll
regsvr32 -s %systemroot%\System32\Mswstr10.dll
regsvr32 -s %systemroot%\System32\Gdi32.dll
regsvr32 -s %systemroot%\System32\User32.dll
regsvr32 -s %systemroot%\System32\Msvcrt.dll
regsvr32 -s %systemroot%\System32\Ole32.dll
regsvr32 -s %systemroot%\System32\Shlwapi.dll
regsvr32 -s %systemroot%\System32\Imm32.dll
regsvr32 -s %systemroot%\System32\Indicdll.dll
regsvr32 -s %systemroot%\System32\Urlmon.dll
regsvr32 -s %systemroot%\System32\Version.dll
regsvr32 -s %systemroot%\System32\Lz32.dll
regsvr32 -s %systemroot%\System32\Comctl32.dll
regsvr32 -s %systemroot%\System32\Clbcatq.dll
regsvr32 -s %systemroot%\System32\Oleaut32.dll
regsvr32 -s %systemroot%\System32\Mlang.dll
regsvr32 -s %systemroot%\System32\Shell32.dll
regsvr32 -s %systemroot%\System32\Shdoclc.dll
regsvr32 -s %systemroot%\System32\NetapI32.dll
regsvr32 -s %systemroot%\System32\Secur32.dll
regsvr32 -s %systemroot%\System32\Netrap.dll
regsvr32 -s %systemroot%\System32\Samlib.dll
regsvr32 -s %systemroot%\System32\Ws2_32.dll
regsvr32 -s %systemroot%\System32\Ws2help.dll
regsvr32 -s %systemroot%\System32\Wldap32.dll
regsvr32 -s %systemroot%\System32\Dnsapi.dll
regsvr32 -s %systemroot%\System32\Wsock32.dll
regsvr32 -s %systemroot%\System32\Plugin.ocx
regsvr32 -s %systemroot%\System32\Wininet.dll
regsvr32 -s %systemroot%\System32\Crypt32.dll
regsvr32 -s %systemroot%\System32\Msasn1.dll
regsvr32 -s %systemroot%\System32\Msls31.dll
regsvr32 -s %systemroot%\System32\Imgutil.dll
regsvr32 -s %systemroot%\System32\Cscui.dll
regsvr32 -s %systemroot%\System32\Cscdll.dll
相關(guān)文章
防arp欺騙的批處理 自動(dòng)綁定網(wǎng)關(guān)的批處理
防arp欺騙的批處理 自動(dòng)綁定網(wǎng)關(guān)的批處理,需要的朋友可以參考下。2011-01-01
用批處理實(shí)現(xiàn)將文件以數(shù)字重命名的代碼
討論:將文件以數(shù)字重命名 看似簡(jiǎn)單,其實(shí)不然。 現(xiàn)有a.txt文件內(nèi)容如下,一行一個(gè)文件名。路徑為當(dāng)前目錄。2008-06-06
Windows命令之tasklist命令用法詳解(Windows查看進(jìn)程)
tasklist命令顯示本地計(jì)算機(jī)或遠(yuǎn)程計(jì)算機(jī)上當(dāng)前正在運(yùn)行的進(jìn)程列表,命令結(jié)合篩選器一起使用,可以按照我們的需求進(jìn)行過(guò)濾,查找我們需要了解的進(jìn)程信息2025-03-03
用批處理/注銷腳本清除 存儲(chǔ)用戶名和密碼 列表的代碼
在用戶目錄%appdata%/microsoft 下的 Credentials、Protect保存了這些保存用戶名和密碼。在刪除這兩個(gè)目錄后重啟,即可清除保存動(dòng)密碼列表2012-05-05

