最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

最新病毒之SXS病毒專殺方式,最近掛馬嚴(yán)重

 更新時(shí)間:2007年05月27日 00:00:00   作者:  
[%repeat_0 match="/data/option"%] [%=@title%] [%=@count%]票 [[%=@percent%]%] 
[%_repeat_0%] 

 
SXS.EXE這是一個(gè)盜取QQ帳號(hào)密碼的木馬病毒,特點(diǎn)是可以通過(guò)可移動(dòng)磁盤(pán)傳播。該病毒的主要危害是盜取QQ帳戶和密碼;該病毒還會(huì)結(jié)束大量反病毒軟件,降低系統(tǒng)的安全等級(jí)。 
中毒癥狀:電腦分區(qū)雙擊不能自動(dòng)打開(kāi)或者很難打開(kāi),用右鍵打開(kāi)可以!這是最顯見(jiàn)的癥狀! 
解決方式:網(wǎng)上已經(jīng)有很多手動(dòng)刪除的方式! 
現(xiàn)在有個(gè)最簡(jiǎn)單的方式,如下: 
1.把以下紅色代碼保存成 *.bat文件

@echo off 
attrib -s -h -r %windir%\system32\autorun.bat 
attrib -s -h -r %windir%\system32\autorun.bin 
attrib -s -h -r %windir%\system32\autorun.reg 
attrib -s -h -r %windir%\system32\autorun.txt 
attrib -s -h -r %windir%\system32\autorun.vbs 
attrib -s -h -r %windir%\system32\autorun.wsh 
del %windir%\system32\autorun.bat /q 
del %windir%\system32\autorun.bin /q 
del %windir%\system32\autorun.reg /q 
del %windir%\system32\autorun.txt /q 
del %windir%\system32\autorun.vbs /q 
del %windir%\system32\autorun.wsh /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.reg 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.bat 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.bin 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.txt 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.wsh 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul attrib -s -h -r %%d:\autorun.vbs 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.vbs /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.txt /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.reg /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.bin /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.wsh /q 
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\nul del %%d:\autorun.bat /q 
attrib +s +h +r c:\NTDETECT.COM 
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSuperHidden /t reg_dword /d 1 /f 
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\" /v Userinit /d "C:\WINDOWS\system32\userinit.exe," /f 
reg delete "HKCU\Software\Microsoft\Windows Script Host" /f 
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon" /v Empty /t reg_expand_sz /d "%SystemRoot%\System32\shell32.dll,31" /f 
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon" /v Full /t reg_expand_sz /d "%SystemRoot%\System32\shell32.dll,32" /f 
cls 
set /p tmp=按回車開(kāi)始解決分區(qū)無(wú)法雙擊打開(kāi)的錯(cuò)誤. 
@echo off 
title 憶林子 
color 0a 
echo 例如:D盤(pán)無(wú)法打開(kāi)則輸入 d 
set /p input=[請(qǐng)輸入無(wú)法打開(kāi)的分區(qū)的盤(pán)符] 
if /i "%input%"=="c" goto :特殊 
attrib -s -h -r %input%:\autorun.inf 
cls 
del %input%:\autorun.inf /q 
cls 
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v SVOHOST /f 
cls 
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL" /v CheckedValue /f 
rem 添加正確的“顯示隱藏和文件和文件夾”這個(gè)注冊(cè)表項(xiàng)。 
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL" /v CheckedValue /t reg_dword /d 1 /f 
cls 
chkdsk %input%: /f /x 
cls 
set /p tmp=操作結(jié)束,按回車鍵退出該程序。 
:exit 
exit 
:特殊 
attrib -s -h -r %input%:\autorun.inf 
del %input%:\autorun.inf /q 
echo 操作成功結(jié)束,請(qǐng)重啟,然后就可以雙擊就可以打開(kāi)了。 
echo 如果重啟之后,還是無(wú)法雙擊打開(kāi)的話,說(shuō)明你的電腦 
echo 里還有病毒,請(qǐng)先殺毒。然后再運(yùn)行該程序。 
set /p tmp=操作結(jié)束,按回車鍵退出該程序。

 
2.雙擊運(yùn)行*.bat文件,按照步驟操作即可 
這個(gè)方法絕對(duì)好使! 
不會(huì)的直接Q我!    
 我已經(jīng)確定不掙扎了! 

相關(guān)文章

最新評(píng)論

剑河县| 青浦区| 伊通| 天津市| 吴川市| 镇宁| 凉城县| 商水县| 辉县市| 远安县| 茌平县| 鄂州市| 汝南县| 汉川市| 罗源县| 胶南市| 晋宁县| 禄丰县| 招远市| 荣成市| 玉环县| 四平市| 葫芦岛市| 安图县| 深泽县| 祥云县| 原阳县| 徐汇区| 泽库县| 深圳市| 新巴尔虎左旗| 水富县| 岳阳市| 秦皇岛市| 泸水县| 来宾市| 崇义县| 海淀区| 湖南省| 兴海县| 安西县|