• 8

我突然不能點進我的C槽@@!

這之前我們執行長的電腦拿來叫我看看怎麼C槽點不開,裝了AVAST!家用版之後重開機掃毒,竟然掃出一千八百多個病毒或蟲…

掃完再重開機一次就正常了。
解毒方法有很多,sebastienWang解釋非常清楚

不過我建議大家
1.不用檔案總管另外用其他工具-例如:total commander 檔案小功能強,非常好用
2.把xp裡面自動執行的功能關閉,隨身碟插入電腦後就不會自動執行跳出一個視窗
這樣不管隨身碟病毒如何變種,感染你的電腦機率降低很多

做了上述建議,就算中毒後還是可以用total commander 打開硬碟把一些可疑檔案清除掉
這個Kavo病毒最近很常見,
而且隨身碟大家插來插去的,
辦公室很多台電腦也都中獎。
黃金規則:「有黃金的人制定規則。」
這個也是很典型的隨身碟病毒.....
不過剛好上面有人已經PO出kavo_killer
用那個基本上都能殺掉毒
不過三不五時來一次這樣還是很煩的><..
把__以下部份的文字複製起來,貼在記筆本(滑鼠右鍵新增)上,
然後按「檔案」→
「另存新檔」→
在檔名後面的.txt改成.bat(批次檔)→
按「存檔」→在執行!

EX:
如果你的電腦有C.D.E.F槽~
就保留以下C.D.E.F的文字~
把G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.其他的文字刪除~~~
(當然如果你電腦有C~Z槽)那就全部保留吧~~~

以下動作當然是...掃毒從開機之後~在做的步驟~~

_________________________________________________________________________________________________________________________________________________________
@echo off
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveAutoRun /t REG_BINARY /d ffffff03 /f
reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2" /f
cd\
C:
md autodir
attrib -a -s -h -r autorun.inf /q
ren autorun.inf cauto.txt
move cauto.txt autodir
D:
attrib -a -s -h -r autorun.inf
ren autorun.inf dauto.txt
move dauto.txt C:\autodir\
E:
attrib -a -s -h -r autorun.inf
ren autorun.inf eauto.txt
move eauto.txt C:\autodir\
F:
attrib -a -s -h -r autorun.inf
ren autorun.inf fauto.txt
move fauto.txt C:\autodir\
G:
attrib -a -s -h -r autorun.inf
ren autorun.inf gauto.txt
move gauto.txt C:\autodir\
H:
attrib -a -s -h -r autorun.inf
ren autorun.inf hauto.txt
move hauto.txt C:\autodir\
I:
attrib -a -s -h -r autorun.inf
ren autorun.inf iauto.txt
move iauto.txt C:\autodir\
J:
attrib -a -s -h -r autorun.inf
ren autorun.inf jauto.txt
move jauto.txt C:\autodir\
K:
attrib -a -s -h -r autorun.inf
ren autorun.inf kauto.txt
move kauto.txt C:\autodir\
L:
attrib -a -s -h -r autorun.inf
ren autorun.inf lauto.txt
move lauto.txt C:\autodir\
M:
attrib -a -s -h -r autorun.inf
ren autorun.inf mauto.txt
move mauto.txt C:\autodir\
N:
attrib -a -s -h -r autorun.inf
ren autorun.inf nauto.txt
move nauto.txt C:\autodir\
O:
attrib -a -s -h -r autorun.inf
ren autorun.inf oauto.txt
move oauto.txt C:\autodir\
P:
attrib -a -s -h -r autorun.inf
ren autorun.inf pauto.txt
move pauto.txt C:\autodir\
Q:
attrib -a -s -h -r autorun.inf
ren autorun.inf qauto.txt
move qauto.txt C:\autodir\
R:
attrib -a -s -h -r autorun.inf
ren autorun.inf rauto.txt
move rauto.txt C:\autodir\
S:
attrib -a -s -h -r autorun.inf
ren autorun.inf sauto.txt
move sauto.txt C:\autodir\
T:
attrib -a -s -h -r autorun.inf
ren autorun.inf tauto.txt
move tauto.txt C:\autodir\
U:
attrib -a -s -h -r autorun.inf
ren autorun.inf uauto.txt
move uauto.txt C:\autodir\
V:
attrib -a -s -h -r autorun.inf
ren autorun.inf vauto.txt
move vauto.txt C:\autodir\
W:
attrib -a -s -h -r autorun.inf
ren autorun.inf wauto.txt
move wauto.txt C:\autodir\
X:
attrib -a -s -h -r autorun.inf
ren autorun.inf xauto.txt
move xauto.txt C:\autodir\
Y:
attrib -a -s -h -r autorun.inf
ren autorun.inf yauto.txt
move yauto.txt C:\autodir\
Z:
attrib -a -s -h -r autorun.inf
ren autorun.inf zauto.txt
move zauto.txt C:\autodir\
explorer c:\autoDir
@echo on
exit

我也有遇過相同的問題。
我的解決方法如下:
1、到DOS模式下,用dir指令找看看有沒有autorun.inf這個檔案。
dir 磁碟機代號:/ -a
2、如果有找到autorun.inf則接著看它的屬性。
attrib autorun.inf
3、通常它的前面會有S R H(有點忘記了),要把這些關掉。
attrib -s -r -h autorun.inf
4、接著就可以把它殺掉!
del autorun.inf
5、然後重新進入我的電腦再點選一次,應該就可以進去了。


如果沒有找到autorun.inf這個檔案的話,我上面的方法就無效。

http://blog.xuite.net/antivirus/hisecure/11863837
↑這網址是中華電信的客服告訴我的,還有幾種相關的病毒及解毒方法可以試試看。

希望可以幫到忙!
中毒了好像是現在流行的隨身碟毒,掃毒好像也掃不掉要把裡面的資料備份再重新格式化我上次也碰到所以買了400G的硬碟備份
我建議你先用 鍵盤上面的 視窗鍵+E
打開檔案總管

重要步驟 打開檔案總管以後 你要點選左邊的 C

在去把你C底下有一個隱藏檔案 autorun.inf 刪除

再重開機 或是 登出 在進入 就可以了

另外 如果看不到 請到 檔案總管上方 工具- 選項 - 檢視 - 顯示所有資料夾和檔案

如果按確定 還看不到 在進去依次 發現沒有改變
通常是電腦中毒 把權限修改了 所以無法更改 !
  • 8
內文搜尋
X
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 8)
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?