您的位置首页百科知识

AUTO病毒专杀 要代码

AUTO病毒专杀 要代码

的有关信息介绍如下:

AUTO病毒专杀 要代码

@ echo off

color 0a

mkdir c:\windows\system32\algssl.exe

mkdir c:\windows\system32\msfir80.exe

mkdir c:\windows\system32\msime80.exe

attrib +s +r +h c:\windows\system32\algssl.exe

attrib +s +r +h c:\windows\system32\msfir80.exe

attrib +s +r +h c:\windows\system32\msime80.exe

pause

====================================

免疫的批处理〈试试拉〉

--------------------------------------------------------------------------------

@ echo off

color 0a

echo =======================sal.xls.exe病毒清除=====================

echo ===================请不要打开任何程序或文件==============

echo =======================小T编写========================

pause

cls

echo =========================================================================

echo 小T提示你,正在结束病毒进程

echo

echo =========================================================================

taskkill /f /im algssl.exe

taskkill /f /im msfir80.exe

taskkill /f /im msime80.exe

cls

echo =========================================================================

echo 小T提示你,正在删除病毒文件

echo =========================================================================

rmdir /s /q c:\windows\system32\algssl.exe

rmdir /s /q c:\windows\system32\msfir80.exe

rmdir /s /q c:\windows\system32\msime80.exe

cls

echo =========================================================================

echo 小T提示你,正在删除硬盘右件菜单

echo =========================================================================

rmdir /s /q c:\AUTOINF.EXE

rmdir /s /q c:\sal.xls.exe

rmdir /s /q d:\AUTOINF.EXE

rmdir /s /q d:\sal.xls.exe

rmdir /s /q e:\AUTOINF.EXE

rmdir /s /q e:\sal.xls.exe

rmdir /s /q f:\AUTOINF.EXE

rmdir /s /q f:\sal.xls.exe

rmdir /s /q g:\AUTOINF.EXE

rmdir /s /q g:\sal.xls.exe

cls

echo =========================================================================

echo 小T提示你,正在修复硬盘右键

echo =========================================================================

chkdsk c:\ /f

chkdsk d:\ /f

chkdsk e:\ /f

chkdsk f:\ /f

chkdsk g:\ /f

cls

color 0e

echo =========================================================================

echo 小T提示你,如果不能正常显示隐藏文件请安一下方法修复

echo 修改HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\

echo Advanced\Folder\Hidden\

echo 其下的两个键NOHIDDEN、SHOWALL的键值都改为1

echo 修复完毕请重起电脑

echo =========================================================================

pause

@ echo off

color 0a

mkdir c:\windows\system32\algssl.exe

mkdir c:\windows\system32\msfir80.exe

mkdir c:\windows\system32\msime80.exe

attrib +s +r +h c:\windows\system32\algssl.exe

attrib +s +r +h c:\windows\system32\msfir80.exe

attrib +s +r +h c:\windows\system32\msime80.exe

pause

====================================

免疫的批处理〈试试拉〉

--------------------------------------------------------------------------------

@ echo off

color 0a

echo =======================sal.xls.exe病毒清除=====================

echo ===================请不要打开任何程序或文件==============

echo =======================小T编写========================

pause

cls

echo =========================================================================

echo 小T提示你,正在结束病毒进程

echo

echo =========================================================================

taskkill /f /im algssl.exe

taskkill /f /im msfir80.exe

taskkill /f /im msime80.exe

cls

echo =========================================================================

echo 小T提示你,正在删除病毒文件

echo =========================================================================

rmdir /s /q c:\windows\system32\algssl.exe

rmdir /s /q c:\windows\system32\msfir80.exe

rmdir /s /q c:\windows\system32\msime80.exe

cls

echo =========================================================================

echo 小T提示你,正在删除硬盘右件菜单

echo =========================================================================

rmdir /s /q c:\AUTOINF.EXE

rmdir /s /q c:\sal.xls.exe

rmdir /s /q d:\AUTOINF.EXE

rmdir /s /q d:\sal.xls.exe

rmdir /s /q e:\AUTOINF.EXE

rmdir /s /q e:\sal.xls.exe

rmdir /s /q f:\AUTOINF.EXE

rmdir /s /q f:\sal.xls.exe

rmdir /s /q g:\AUTOINF.EXE

rmdir /s /q g:\sal.xls.exe

cls

echo =========================================================================

echo 小T提示你,正在修复硬盘右键

echo =========================================================================

chkdsk c:\ /f

chkdsk d:\ /f

chkdsk e:\ /f

chkdsk f:\ /f

chkdsk g:\ /f

cls

color 0e

echo =========================================================================

echo 小T提示你,如果不能正常显示隐藏文件请安一下方法修复

echo 修改HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\

echo Advanced\Folder\Hidden\

echo 其下的两个键NOHIDDEN、SHOWALL的键值都改为1

echo 修复完毕请重起电脑

echo =========================================================================

pause

回答者:suiss - 一派掌门 十三级 5-19 11:33

在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!

双击它就能很快地清理垃圾文件,大约一分钟不到。

======就是下面的文字(这行不用复制)=============================

@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 Settings\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

del /f /s /q "%userprofile%\recent\*.*"

echo 清除系统LJ完成!

echo. & pause