在長期使用Win7系統(tǒng)的過程當(dāng)中,會產(chǎn)生很多文件垃圾或是一些臨時文件、日志文件、磁盤檢查文件等,甚至有些病毒插件和惡意代碼,這些都是會拖慢Win7系統(tǒng)的運(yùn)行速度的,那Win7系統(tǒng)運(yùn)行慢要如何解決?接下來下面就教大家解決系統(tǒng)運(yùn)行慢的方法。
具體操作步驟:
一、清理垃圾
1、在Win7系統(tǒng)屏幕的左下角按”開始“→”程序“→”附件“→”記事本”;
2、把下面的文字復(fù)制進(jìn)去,點“另存為”,路徑選“桌面”,保存類型為“所有文件”,文件名為“清除系統(tǒng)LJ.bat”,就完成了。
雙擊它就能很快地清理垃圾文件,大約一分鐘不到。
======就是下面的文字=============================
@echo off
echo 正在清除系統(tǒng)垃圾文件,請稍等。。。。。。
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
del /f /s /q “%userprofile%\recent\*.*”
echo 清除系統(tǒng)LJ完成!
echo. & pause
=====到這里為止==============================================
以后只要雙擊運(yùn)行該文件,當(dāng)屏幕提示“清除系統(tǒng)LJ完成!
二、清理常見病毒、插件和惡意代碼
1、在Win7系統(tǒng)屏幕的左下角按”開始“→”程序“→”附件“→”記事本”;
2、把下面的文字復(fù)制進(jìn)去點“另存為”,路徑選“桌面”,保存類型為“所有文件”,文件名為“殺毒.bat”,就完成了。記住后綴名一定要是.bat。
======就是下面的文字=============================
@ECHO OFF
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\winnt\0sy.exe
del c:\windows\0sy.exe
del c:\winnt\1sy.exe
del c:\windows\1sy.exe
del c:\winnt\2sy.exe
del c:\windows\2sy.exe
del c:\winnt\3sy.exe
del c:\windows\3sy.exe
del c:\winnt\4sy.exe
del c:\windows\4sy.exe
del c:\winnt\5sy.exe
del c:\windows\5sy.exe
del c:\winnt\6sy.exe
del c:\windows\6sy.exe
del c:\winnt\7sy.exe
del c:\windows\7sy.exe
del c:\winnt\8sy.exe
del c:\windows\8sy.exe
del c:\winnt\9sy.exe
del c:\windows\9sy.exe
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
net share c$ /d
net share d$ /d
net share e$ /d
net share F$ /d
net share G$ /d
net share h$ /d
net share i$ /d
net share j$ /d
net share admin$ /d
net share ipc$ /d
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\windows\vdll.dll
del c:\winnt\vdll.dll
del c:\windows\tdll.dll
del c:\winnt\tdll.dll
del c:\windows\dll.dll
del c:\winnt\dll.dll
del c:\winnt\kill.exe
del c:\windows\kill.exe
del c:\winnt\sws32.dll
del c:\windows\sws32.dll
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
echo.
echo.
echo.
echo. *****************************
echo.
echo. 正在查毒。。。請不要關(guān)閉。。。。。。
echo.
echo. *****************************
echo.
echo.
echo.
echo.
ping 127.0.0.1 -n 5
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del C:\winnt\system32\Logo1_.exe
del C:\winnt\system32\rundl132.exe
del C:\winnt\system32\bootconf.exe
del C:\winnt\system32\kill.exe
del C:\winnt\system32\sws32.dll
del C:\windows\Logo1_.exe
del C:\windows\rundl132.exe
del C:\windows\bootconf.exe
del C:\windows\kill.exe
del C:\windows\sws32.dll
del C:\windows\dll.dll
del C:\windows\vdll.dll
del c:\windows\tdll.dll
del C:\windows\system32\ShellExt\svchs0t.exe
del C:\windows\system32\Logo1_.exe
del C:\windows\system32\rundl132.exe
del C:\windows\system32\bootconf.exe
del C:\windows\system32\kill.exe
del C:\windows\system32\sws32.dll
del c:\_desktop.ini /f/s/q/a
del d:\_desktop.ini /f/s/q/a
del e:\_desktop.ini /f/s/q/a
del f:\_desktop.ini /f/s/q/a
del g:\_desktop.ini /f/s/q/a
del h:\_desktop.ini /f/s/q/a
del i:\_desktop.ini /f/s/q/a
del j:\_desktop.ini /f/s/q/a
del k:\_desktop.ini /f/s/q/a
三、優(yōu)化開機(jī)
1、在Win7系統(tǒng)屏幕的左下角按”開始“→”程序“→”附件“→”記事本”;