PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   疑難雜症區 (https://www.pcdvd.com.tw/forumdisplay.php?f=34)
-   -   點硬碟跳出開啟程式? (https://www.pcdvd.com.tw/showthread.php?t=746351)

a-jia 2007-09-21 05:59 AM

點硬碟跳出開啟程式?
 
點選我的電腦
例如d碟
不是馬上進入

而是跳出一個 開啟程式的選擇單
請問該怎麼辦呢?
感謝回應~~~

Yusunu 2007-09-21 06:59 AM

朋友的USB磁碟也出過這種情況,
是跑磁碟掃描,並勾選“修復檔案系統的錯誤”解決的。

如果無法修復,那麼可以先選用IE開啟,
把裡面東西移出來,乾脆format一遍。

a-jia 2007-09-21 07:15 AM

引用:
作者Yusunu
朋友的USB磁碟也出過這種情況,
是跑磁碟掃描,並勾選“修復檔案系統的錯誤”解決的。

如果無法修復,那麼可以先選用IE開啟,
把裡面東西移出來,乾脆format一遍。


非常感謝喔

可否在請問一下

如果重新安裝作業系統
是否可以解決此問題呢?
因為似乎移出檔案比重新安裝作業系統麻煩多了....0.0

再次感謝~

sioudon 2007-09-21 07:36 AM

開版大是不是出現以下的圖:



不需要重灌,你的電腦中了隨身碟病毒,

先到下列網址下載檔案,就可開啟硬碟:

http://www.badongo.com/cn/file/3542139

之後再到下列網址下載DOS批次檔執行:

http://web.csie.cyu.edu.tw/bbs2/red...2&goto=lastpost

然後再到下列網址下載隨身碟病毒免疫器:

http://forum.coolaler.com/archive/i...p/t-160835.html

就可以了!! :)

大大有在用隨身碟對吧?

別人的隨身碟最好不要插在自己的電腦,

最近這個隨身碟病毒散佈的很快喔!

eric2377 2007-09-21 07:44 AM

好像是某種惡作劇程式
解決方法:
引用:
@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

開一個全新的記事本
把上面的全都COPY進去
然後另存新檔,存檔時候的檔名改成 DELAUTORUN.BAT
記得副檔名要是BAT,存檔的檔案類型要改成『所有檔案』

最後只要執行這個DELAUTORUN.BAT
應該就可以解決了

這個病毒最近還滿常見的
不過沒聽到有什麼破壞性
網路搜尋一下,可以找到不少資料

diadiadd 2007-09-21 03:14 PM

隨身碟病毒

進入dos模式
在c:\ or d:\底下
dir/ah 看看是否有autorun.inf及recycled的資料夾
看看recycled資料夾裡是否有autorun及ctmon(正確名子記的不是很清楚了)的檔案
如果recycled裡沒有autorun,那應該是被掃毒軟體清掉了
把c:\ 或 d:\ 底下 autorun.inf 刪掉重新開機即可恢復正常 (隨身碟亦同)
但建議多用 螢幕視窗鍵+e 開啟檔案總管,少用 我的電腦

您可以用type autorun.inf,看看裡面的指令,它會去執行recycled的特定執行檔

如果病毒仍在,請進行掃毒及解毒

a-jia 2007-09-21 04:59 PM

不需要重灌,你的電腦中了隨身碟病毒,
之後再到下列網址下載DOS批次檔執行:

http://web.csie.cyu.edu.tw/bbs2/red...2&goto=lastpost


非常感謝你喔
不過這個連結是死的Q_Q
但還是謝謝你~~~~

a-jia 2007-09-21 05:02 PM

引用:
作者eric2377
好像是某種惡作劇程式
解決方法:

開一個全新的記事本
把上面的全都COPY進去
然後另存新檔,存檔時候的檔名改成 DELAUTORUN.BAT
記得副檔名要是BAT,存檔的檔案類型要改成『所有檔案』

最後只要執行這個DELAUTORUN.BAT
應該就可以解決了

這個病毒最近還滿常見的
不過沒聽到有什麼破壞性
網路搜尋一下,可以找到不少資料


謝謝你
現在在公司
回家試試
成功後在告訴大家~~~~

感謝幾位大大相助~~~

sioudon 2007-09-21 05:12 PM

引用:
作者a-jia
不需要重灌,你的電腦中了隨身碟病毒,
之後再到下列網址下載DOS批次檔執行:

http://web.csie.cyu.edu.tw/bbs2/red...2&goto=lastpost


非常感謝你喔
不過這個連結是死的Q_Q
但還是謝謝你~~~~


我把DOS批次檔重新上傳:

http://www.badongo.com/cn/file/4436045

下載之後執行就可以了! :)

a-jia 2007-09-22 04:44 PM

感謝!

問題已經解決了!!!

沒想到最後是隨身碟病毒

希望有發生此問題的鄉民

也可以服用各位大大的方法獲的解決!!!


所有的時間均為GMT +8。 現在的時間是04:40 PM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。