2015/7/3 自制清理缓存和系统垃圾软件
1、清理缓存工具
@echo off
echo 正在清理系统垃圾文件,请稍等……
REG QUERY “HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerShell Folders” /v Cache > %Temp%cache.txt
for /f “skip=2 tokens=1,2*” %%i in (‘find /i “cache” %Temp%cache.txt’) do (del /f /s /q “%%k”)
del /f /q “%userprofile%recent*.*”
del /f /s /q /a “%systemdrive%recycled*.*”
del /f /s /q /a “%systemdrive%RECYCLER*.*”
del /f /q %windir%prefetch*.*
rd /s /q %Temp% & md %temp%
rd /s /q %Tmp% & md %tmp%
rd /s /q %windir%temp & md %windir%temp
echo zuibox已经清理完您的系统垃圾
保存为.bat文件
2、自制清理系统垃圾软件
@echo off
echo 正在清除系统垃圾文件,请稍等……
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 SettingsTemporary Internet Files*.*”
del /f /s /q “%userprofile%Local SettingsTemp*.*”
del /f /s /q “%userprofile%recent*.*”
echo 清除系统LJ完成!
echo. & pause
3、取消开机自启动
运行、msconfig、启动 ok
4、自制杀毒软件
@ECHO OFF
del c:winntlogo1_.exe
del c:windowslogo1_.exe
del c:winnt sy.exe
del c:windows sy.exe
del c:winnt1sy.exe
del c:windows1sy.exe
del c:winnt2sy.exe
del c:windows2sy.exe
del c:winnt3sy.exe
del c:windows3sy.exe
del c:winnt4sy.exe
del c:windows4sy.exe
del c:winnt5sy.exe
del c:windows5sy.exe
del c:winnt6sy.exe
del c:windows6sy.exe
del c:winnt7sy.exe
del c:windows7sy.exe
del c:winnt8sy.exe
del c:windows8sy.exe
del c:winnt9sy.exe
del c:windows9sy.exe
del c:winntrundl132.exe
del c:windowsrundl132.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:winntlogo1_.exe
del c:windowslogo1_.exe
del c:windowsvdll.dll
del c:winntvdll.dll
del c:windowstdll.dll
del c:winnttdll.dll
del c:windowsdll.dll
del c:winntdll.dll
del c:winntkill.exe
del c:windowskill.exe
del c:winntsws32.dll
del c:windowssws32.dll
del c:winntrundl132.exe
del c:windowsrundl132.exe
echo.
echo.
echo.
echo. *****************************
echo.
echo. 正在查毒…请不要关闭……
echo.
echo. *****************************
echo.
echo.
echo.
echo.
ping 127.0.0.1 -n 5
del c:winntlogo1_.exe
del c:windowslogo1_.exe
del C:winntsystem32Logo1_.exe
del C:winntsystem32rundl132.exe
del C:winntsystem32bootconf.exe
del C:winntsystem32kill.exe
del C:winntsystem32sws32.dll
del C:windowsLogo1_.exe
del C:windowsrundl132.exe
del C:windowsbootconf.exe
del C:windowskill.exe
del C:windowssws32.dll
del C:windowsdll.dll
del C:windowsvdll.dll
del c:windowstdll.dll
del C:windowssystem32ShellExtsvchs0t.exe
del C:windowssystem32Logo1_.exe
del C:windowssystem32rundl132.exe
del C:windowssystem32bootconf.exe
del C:windowssystem32kill.exe
del C:windowssystem32sws32.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
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!