win7系统ie修复
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
@ECHO OFF&TITLE FixW7IE&MODE CON COLS=38 LINES=10
CLS&COLOR 0c&ECHO.&ECHO.&ECHO.&ECHO.&ECHO
◆正在扫描清理可疑目标和缓存数据◆
taskkill /f /im iexplore.exe /t>nul 2>nul&taskkill /f /im rundll32.exe>nul 2>nul&taskkill /f /im wscript.exe>nul 2>nul
del/f/q/a c:\*.lnk>nul 2>nul&del/f/s/q/a c:\*.ink>nul 2>nul&del/f/s/q/a c:\*.vbe>nul 2>nul&del/f/s/a/q c:\*.jse>nul 2>nul
rd/s/q "%ProgramFiles%\Win32Games">nul 2>nul&for %%a in (c d e f) do del/f/s/a/q %%a:\*.vbs>nul 2>nul
rd/s/q "%ProgramFiles%\NetMeeting">nul 2>nul&del/f/q/a "%ProgramFiles%\Messenger\*.cmd">nul 2>nul
del/f/q/a "%ProgramFiles%\Windows NT\*.cmd">nul 2>nul&del/f/q/a "%ProgramFiles%\WinRAR\*.cmd">nul 2>nul
del/f/q/a "%UserproFile%\cookies">nul 2>nul&del/f/a/s/q %temp%>nul 2>nul&rd/s/q %windir%\temp>nul 2>nul
del/f/s/q/q %Windir%\Tasks>nul 2>nul&del/f/a/q %Windir%\system32\drivers\etc\hosts>nul 2>nul
del/f/s/a/q %Windir%\Prefetch>nul 2>nul&rd/s/q "%AppData%\Macromedia\Flash Player">nul 2>nul
echo y|cacls "%UserproFile%\桌面" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%UserproFile%\桌面\*.*">nul 2>nul
echo y|cacls "%AllUsersProfile%\桌面" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%AllUsersProfile%\桌面\*">nul 2>nul
echo y|cacls "%UserproFile%\「开始」菜单\程序\启动" /t /c /p everyone:f>nul 2>nul
attrib -h -s -r "%UserproFile%\「开始」菜单\程序\启动\*">nul 2>nul
echo y|cacls "%AllUsersProfile%\「开始」菜单\程序\启动" /t /c /p everyone:f>nul 2>nul
attrib -h -s -r "%AllUsersProfile%\「开始」菜单\程序\启动\*">nul 2>nul
echo y|cacls "%UserproFile%\「开始」菜单" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%UserproFile%\「开始」菜单\*">nul 2>nul
echo y|cacls "%AllUsersProfile%\「开始」菜单" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%AllUsersProfile%\「开始」菜单\*">nul 2>nul
echo y|cacls "%UserproFile%\「开始」菜单\程序" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%UserproFile%\「开始」菜单\程序\*">nul 2>nul
echo y|cacls "%AllUsersProfile%\「开始」菜单\程序" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%AllUsersProfile%\「开始」菜单\程序\*">nul 2>nul
echo y|cacls "%AppData%\Microsoft\Internet Explorer\Quick Launch" /t /c /p everyone:f>nul 2>nul
attrib -h -r "%AppData%\Microsoft\Internet Explorer\Quick Launch\*">nul 2>nul
del/f/q/a "%UserproFile%\「开始」菜单\程序\启动\*">nul 2>nul
del/f/q/a "%AllUsersProfile%\「开始」菜单\程序\启动\*">nul 2>nul
del/f/q/a "%AppData%\Microsoft\Internet Explorer\QuickLaunch\*.ink">nul 2>nul
del/f/q/a "%AppData%\Microsoft\Internet Explorer\QuickLaunch\*.url">nul 2>nul
del/f/q/a "%UserproFile%\桌面\*.url">nul 2>nul
del/f/q/a "%AllUsersProfile%\桌面\*.url">nul 2>nul