修複IE命令大全

來源:互聯網
上載者:User

cls

  rundll32.exe advpack.dll /DelNodeRunDLL32 %systemroot%System32dacui.dll

  rundll32.exe advpack.dll /DelNodeRunDLL32 %systemroot%Catrooticatalog.mdb

  regsvr32 /s comcat.dll

  regsvr32 /s asctrls.ocx

  regsvr32 /s oleaut32.dll

  regsvr32 /s shdocvw.dll /I

  regsvr32 /s shdocvw.dll

  regsvr32 /s browseui.dll

  regsvr32 /s browseui.dll /I

  regsvr32 /s msrating.dll

  regsvr32 /s mlang.dll

  regsvr32 /s hlink.dll

  regsvr32 /s mshtml.dll

  regsvr32 /s mshtmled.dll

  regsvr32 /s urlmon.dll

  regsvr32 /s plugin.ocx

  regsvr32 /s sendmail.dll

  regsvr32 /s mshtml.dll /i

  regsvr32 /s scrobj.dll

  regsvr32 /s corpol.dll

  regsvr32 /s jscript.dll

  regsvr32 /s msxml.dll

  regsvr32 /s imgutil.dll

  regsvr32 /s cryptext.dll

  regsvr32 /s inseng.dll

  regsvr32 /s iesetup.dll /i

  regsvr32 /s cryptdlg.dll

  regsvr32 /s actxprxy.dll

  regsvr32 /s dispex.dll

  regsvr32 /s occache.dll

  regsvr32 /s iepeers.dll

  regsvr32 /s urlmon.dll /i

  regsvr32 /s cdfview.dll

  regsvr32 /s webcheck.dll

  regsvr32 /s mobsync.dll

  regsvr32 /s pngfilt.dll

  regsvr32 /s licmgr10.dll

  regsvr32 /s hhctrl.ocx

  regsvr32 /s inetcfg.dll

  regsvr32 /s trialoc.dll

  regsvr32 /s tdc.ocx

  regsvr32 /s MSR2C.DLL

  regsvr32 /s msident.dll

  regsvr32 /s msieftp.dll

  regsvr32 /s xmsconf.ocx

  regsvr32 /s ils.dll

  regsvr32 /s msoeacct.dll

  regsvr32 /s wab32.dll

  regsvr32 /s wabimp.dll

  regsvr32 /s wabfind.dll

  regsvr32 /s oemiglib.dll

  regsvr32 /s directdb.dll

  regsvr32 /s inetcomm.dll

  regsvr32 /s msoe.dll

  regsvr32 /s oeimport.dll

  regsvr32 /s msdxm.ocx

  regsvr32 /s dxmasf.dll

  regsvr32 /s laprxy.dll

  regsvr32 /s l3codecx.ax

  regsvr32 /s acelpdec.ax

  regsvr32 /s mpg4ds32.ax

  regsvr32 /s danim.dll

  regsvr32 /s Daxctle.ocx

  regsvr32 /s lmrt.dll

  regsvr32 /s datime.dll

  regsvr32 /s dxtrans.dll

  regsvr32 /s dxtmsft.dll

  regsvr32 /s wshom.ocx

  regsvr32 /s wshext.dll

  regsvr32 /s vbscript.dll

  regsvr32 /s scrrun.dll mstinit.exe /setup

  regsvr32 /s msnsspc.dll /SspcCreateSspiReg

  regsvr32 /s msapsspc.dll /SspcCreateSspiReg

  echo.

  echo.

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareCLASSES.reg" /f /ve /d regfile>nul 2>nul

  恢複EXE檔案開啟檔案

  reg add "HKCRexefileshellopencommand" /f /ve /t REG_SZ /d ""%1" %*">nul 2>nul

  刪除地址欄下拉式功能表內的網址

  reg delete "HKCUSoftwareMicrosoftInternet ExplorerTypedURLs" /f>nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerTypedURLs">nul 2>nul

  更改名稱和單位

  rem 可以自己更改喜歡的名稱和單位,對系統沒有影響

  reg add "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /f /v RegisteredOwner /d Admin>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /f /v RegisteredOrganization /d "World Master">nul 2>nul

  還原案頭,我的電腦裡面的右鍵菜單

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoViewContextMenu /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoViewContextMenu /t REG_DWORD /d 00000000>nul 2>nul

  恢複被隱藏的案頭表徵圖

  reg delete "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDesktop>nul 2>nul

  reg delete "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDesktop>nul 2>nul

  恢複被隱藏的控制台

  reg delete "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetFolders>nul 2>nul

  reg delete "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetFolders>nul 2>nul

  恢複IE工具列的連結名稱

  reg add "HKCUSoftwareMicrosoftInternet ExplorerToolbar" /f /v LinksFolderName /d "連結">nul 2>nul

  恢複internet選項安全頁面自訂按鈕

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v SecChangeSettings /t REG_DWORD /d 00000000>nul 2>nul

  恢複IE瀏覽器預設首頁的設定鎖定狀態

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v Settings /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v Links /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v SecAddSites /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKU.DEFAULTSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v homepage /t REG_DWORD /d 00000000>nul 2>nul

  恢複被隱藏的分區

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDrives /t REG_DWORD /d 00000000>nul 2>nul

  刪除分級審查密碼

  reg delete "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesRatings" /f>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesRatings">nul 2>nul

  允許下載

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZones3" /f /v 1803 /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerRestrictions" /f /v NoSelectDownloadDir /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwarePoliciesMicrosoftInternet ExplorerRestrictions" /f /v NoSelectDownloadDir /t REG_DWORD /d 00000000>nul 2>nul

  修複檔案屬性裡面的廣告

  reg add "HKCUControl PanelInternational" /f /v sLongDate /d "yyyy'年'M'月'd'日">nul 2>nul

  恢複internet選項

  reg add "HKCUSoftwarePoliciesMicrosoftInternet Explorerrestrictions" /f /v NoBrowserOptions /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoFolderOptions /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v GeneralTab /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v SecurityTab /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v ContentTab /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v ConnectionsTab /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v ProgramsTab /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v AdvancedTab /t REG_DWORD /d 00000000>nul 2>nul

  修複IE察看源檔案按鈕

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerRestrictions" /f /v NoViewSource /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwarePoliciesMicrosoftInternet ExplorerRestrictions" /f /v NoViewSource /t REG_DWORD /d 00000000>nul 2>nul

  修複網頁中右鍵菜單的廣告

  reg delete "HKCUSoftwareMicrosoftInternet ExplorerMenuExt" /f>nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMenuExt" /f>nul 2>nul

  reg delete "HKCUSoftwareMicrosoftInternet ExplorerMenuExt2" /f>nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMenuExt2" /f>nul 2>nul

  修複開始菜單的運行等項目

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoRun /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoRun /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoClose /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoClose /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDrives /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDrives /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoLogOff /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoLogOff /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDesktop /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoDesktop /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetFolders /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetFolders /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetTaskBar /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoSetTaskBar /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoViewContextMenu /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoViewContextMenu /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoFileMenu /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /f /v NoFileMenu /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp" /f /v NoRealMode /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp" /f /v NoRealMode /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp" /f /v Disabled /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp" /f /v Disabled /t REG_DWORD /d 00000000>nul 2>nul

  

  恢複一系列檔案名稱

  reg add "HKCRCLSID{BDEADF00-C265-11d0-BCED-00A0C90AB50F}" /f /ve /d "Web 資料夾">nul 2>nul

  reg add "HKCRCLSID{BDEADF00-C265-11d0-BCED-00A0C90AB50F}" /f /v InfoTip /d "您可以建立捷徑,使它們指向您公司 Intranet 或全球資訊網上的 Web 資料夾。要將文檔發布到 Web 資料夾中或要管理檔案夾中的檔案,請單擊該檔案夾的捷徑。">nul 2>nul

  reg add "HKCRCLSID{992CFFA0-F557-101A-88EC-00DD010CCC48}" /f /ve /d "撥號網路">nul 2>nul

  reg add "HKCRCLSID{992CFFA0-F557-101A-88EC-00DD010CCC48}" /f /v InfoTip /d "即使電腦不在網路上,仍可以使用撥號網路來訪問另一電腦上的共用資訊。要使用共用資源,撥入的電腦必須設為網路伺服器。">nul 2>nul

  reg add "HKCRCLSID{2227A280-3AEA-1069-A2DE-08002B30309D}" /f /ve /d "印表機">nul 2>nul

  reg add "HKCRCLSID{2227A280-3AEA-1069-A2DE-08002B30309D}" /f /v InfoTip /d "使用印表機檔案夾添加並安裝本地或網路印表機,或更改現有印表機的設定。">nul 2>nul

  reg add "HKCRCLSID{645FF040-5081-101B-9F08-00AA002F954E}" /f /ve /d "資源回收筒">nul 2>nul

  reg add "HKCRCLSID{645FF040-5081-101B-9F08-00AA002F954E}" /f /v InfoTip /d "包含可以恢複或永久刪除的已刪除項目。">nul 2>nul

  reg add "HKCRCLSID{D6277990-4C6A-11CF-8D87-00AA0060F5BF}" /f /ve /d "計劃任務">nul 2>nul

  reg add "HKCRCLSID{D6277990-4C6A-11CF-8D87-00AA0060F5BF}" /f /v InfoTip /d "使用“任務計劃”安排重複的任務,如磁碟磁碟重組或常式報告等在您最方便的時候運行。“任務計劃”每次在啟動 Windows 時啟動並在後台運行,因此常式任務不會影響您的工作。">nul 2>nul

  reg add "HKCRCLSID{21EC2020-3AEA-1069-A2DD-08002B30309D}" /f /ve /d "控制面版">nul 2>nul

  reg add "HKCRCLSID{21EC2020-3AEA-1069-A2DD-08002B30309D}" /f /v InfoTip /d "使用“控制台”個人化您的電腦。例如,您可以指定案頭的顯示(“顯示”表徵圖)、事件的聲音(“聲音”表徵圖)、音頻音量的大小(“多媒體”表徵圖)和其 它內容。">nul 2>nul

  reg add "HKCRCLSID{871C5380-42A0-1069-A2EA-08002B30309D}" /f /ve /d "Internet Explorer">nul 2>nul

  reg add "HKCRCLSID{871C5380-42A0-1069-A2EA-08002B30309D}" /f /v InfoTip /d "顯示 WWW 或您所在公司 Intranet 上的網頁,或者將您串連到 Internet。">nul 2>nul

  恢複網頁右鍵菜單

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerRestrictions" /f /v NoBrowserContextMenu /t REG_DWORD /d 00000000>nul 2>nul

  恢複OE標題列廣告

  reg add "HKCUSoftwareMicrosoftOutlook Express" /f /v WindowTitle /t REG_DWORD /d 00000000>nul 2>nul

  恢復顯示樣式

  reg add "HKEY_CURRENT_USERControl PanelInternational" /f /v sLongDate /d "yyyy'年'M'月'd'日'">nul 2>nul

  reg add "HKEY_CURRENT_USERControl PanelInternational" /f /v sLongDate16 /d "dddd', 'MMMM' 'dd', 'yyyy">nul 2>nul

  reg add "HKEY_CURRENT_USERControl PanelInternational" /f /v s1159 /d "上午">nul 2>nul

  reg add "HKEY_CURRENT_USERControl PanelInternational" /f /v s2359 /d "下午">nul 2>nul

  reg add "HKEY_CURRENT_USERControl PanelInternational" /f /v sShortDate /d "yyyy-M-d">nul 2>nul

  禁止註冊表被惡意代碼修改

  rem 使用這個特效的時候請注意,用後就不能用WEB的任何特效了!

  reg delete "HKCRCLSID{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}" /f>nul 2>nul

  恢複IE標題列

  reg add "HKLMSoftwareMicrosoftInternet ExplorerMain" /f /v "Window Title" /d "Microsoft Internet Explorer">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "Window Title" /d "Microsoft Internet Explorer">nul 2>nul

  恢複首頁修改

  reg add "HKCUSoftwarePoliciesMicrosoftInternet ExplorerControl Panel" /f /v homepage /t REG_DWORD /d 00000000>nul 2>nul

  取消開機對話方塊

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionWinlogon" /f /v LegalNoticeCaption /d "">nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionWinlogon" /f /v LegalNoticeText /d "">nul 2>nul

  解開註冊表

  reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul

  reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /f /v DisableRegistryTools /t REG_DWORD /d 00000000>nul 2>nul

  修複IE的預設頁面和起始為空白

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "Default_Page_URL" /d "about:blank">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "Start Page" /d "about:blank">nul 2>nul

  恢複IE搜尋引擎

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "Search Page" /d "nul'>http://www.google.com/intl/zh-CN/">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "SearchAssistant" /d "about:blank">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "CustomizeSearch" /d "about:blank">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet ExplorerMain" /f /v "SearchUrl" /d "about:blank">nul 2>nul

  reg add "HKCUSoftwareMicrosoftInternet Explorer" /f /ve /d "nul'>http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm">nul 2>nul

  reg add "HKLMSoftwareMicrosoftInternet ExplorerMain" /f /v "Search Page" /d "nul'>http://www.google.com/intl/zh-CN/">nul 2>nul

  reg add "HKLMSoftwareMicrosoftInternet ExplorerMain" /f /v "SearchAssistant" /d "about:blank">nul 2>nul

  reg add "HKLMSoftwareMicrosoftInternet ExplorerMain" /f /v "CustomizeSearch" /d "about:blank">nul 2>nul

  reg add "HKLMSoftwareMicrosoftInternet ExplorerMain" /f /v "SearchUrl" /d "about:blank">nul 2>nul

  reg add "HKLMSoftwareMicrosoftInternet Explorer" /f /ve /d "about:blank">nul 2>nul

  修複IE工具列廣告

  reg delete "HKLMSoftwareMicrosoftInternet ExplorerExtensions" /f>nul 2>nul

  reg delete "HKCUSoftwareMicrosoftInternet ExplorerExtensions" /f>nul 2>nul

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.