史萊姆論壇

返回   史萊姆論壇 > 專業主討論區 > 一般電腦疑難討論區
忘記密碼?
論壇說明

歡迎您來到『史萊姆論壇』 ^___^

您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的!

請點擊這裡:『註冊成為我們的一份子!』

Google 提供的廣告


發文 回覆
 
主題工具 顯示模式
舊 2009-12-18, 01:00 PM   #1 (permalink)
超級版主
 
Living 的頭像
榮譽勳章
UID - 1966
在線等級: 級別:60 | 在線時長:3888小時 | 升級還需:77小時級別:60 | 在線時長:3888小時 | 升級還需:77小時級別:60 | 在線時長:3888小時 | 升級還需:77小時級別:60 | 在線時長:3888小時 | 升級還需:77小時級別:60 | 在線時長:3888小時 | 升級還需:77小時
註冊日期: 2002-12-06
住址: 糖城
文章: 9601
現金: 18 金幣
資產: 11727852 金幣
預設

將自動播放功能先關閉
(檔案總管, usb槽按右鍵選內容, 然後選"自動播放", 然後選"不要有任何動作")

關閉後移除usb再插入一次應該就不會自動執行, 這樣就可以按上面所講的方式去清除

如果不能關閉"自動執行", 那就得從registry中去改
執行regedit, 然後找到
HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
Policies
Explorer
"NoDriveTypeAutoRun"

將數值改成ff然後重開機應該就能關閉自動執行 (先警告, 這會關閉全部cd rom 或移除式裝置autoplay, 所以清完毒後可能得自己再改回來)
__________________
經驗分享是學習的一種
請多珍惜這片學習的園地

史版啞甘部主任
Living 目前離線  
送花文章: 52690, 收花文章: 8441 篇, 收花: 61930 次
回覆時引用此帖
有 3 位會員向 Living 送花:
a471 (2009-12-18),pc5312 (2009-12-18),rw5767 (2010-01-10)
感謝您發表一篇好文章
舊 2009-12-18, 11:43 PM   #2 (permalink)
註冊會員
榮譽勳章

勳章總數
UID - 334022
在線等級: 級別:1 | 在線時長:6小時 | 升級還需:6小時
註冊日期: 2009-12-03
文章: 12
精華: 0
現金: 22 金幣
資產: 22 金幣
預設

我嘗試你告訴我的2種方法但仍然無法成功移除防寫入功能 因此也無法重新格式化我的USB 實在令人洩氣 難道真的沒有別的方法可以解決嗎 還是我的USB已經沒救了
pc5312 目前離線  
送花文章: 16, 收花文章: 8 篇, 收花: 9 次
回覆時引用此帖
向 pc5312 送花的會員:
Living (2009-12-19)
感謝您發表一篇好文章
舊 2009-12-19, 12:40 AM   #3 (permalink)
註冊會員
榮譽勳章
UID - 307109
在線等級: 級別:7 | 在線時長:93小時 | 升級還需:3小時級別:7 | 在線時長:93小時 | 升級還需:3小時
註冊日期: 2008-08-09
文章: 101
精華: 0
現金: 212 金幣
資產: 302 金幣
預設

在英文網站看見這個方法﹐試一下。
http://www.precisesecurity.com/tools...rom-usb-drive/

How to remove autorun.inf from USB Drive

Worms spreads by creating a copy of itself and starts by autorun.inf files. It is essential to remove the malicious and autorun.inf files not only from computers but also from the source, and that is the USB Drive. PreciseSecurity have created a procedure to delete the malicious files on infected drives.

PROCEDURE:
1. While the computer is still off;
2. Plugin the USB Drive
3. Insert the Windows XP CD-ROM into the CD-ROM drive. It must be the bootable Windows XP Installer
4. Start the computer from the CD-ROM drive. It will start Windows Setup screen
5. When the “Welcome to Setup” prompt appears.Press “R” to start the Recovery Console
6. If asked “Which Window installation would you like to logon to” select the number. Type “1? then Enter, if only one installation of Windows is present
7. Enter the administrator password, press Enter
8. It will bring you to command prompt, C:\Windows>
9. Proceed with the following command:
- Type d: (This is the drive letter of USB. It can be e: or f: defending on how many hard disk or cd drive is installed)
- Type attrib -h -r -s autorun.inf
- Type “edit autorun.inf” it will open DOS Editor and display contents as follows
==========================
[autorun]
open=file.exe
shell\Open\Command=file.exe
shell\open\Default=1
shell\Explore\Command=file.exe
shell\Autoplay\command=file.exe
==========================
Take note on the file that it called to open (in above example it is file.exe)

10. Exit DOS Editor and return to command prompt, D:\>
11. Delete the file that was called to open on DOS Editor
- Type del /f /a file.exe

12. Delete autorun.inf file
- Type del /f /a autorun.inf

13. Exit Recovery Console by typing exit.
hawlan 目前離線  
送花文章: 10, 收花文章: 72 篇, 收花: 168 次
回覆時引用此帖
有 3 位會員向 hawlan 送花:
chenhan2603 (2009-12-19),Living (2009-12-19),pc5312 (2009-12-19)
感謝您發表一篇好文章
舊 2009-12-19, 12:55 AM   #4 (permalink)
註冊會員
榮譽勳章
UID - 307109
在線等級: 級別:7 | 在線時長:93小時 | 升級還需:3小時級別:7 | 在線時長:93小時 | 升級還需:3小時
註冊日期: 2008-08-09
文章: 101
精華: 0
現金: 212 金幣
資產: 302 金幣
預設

如果嫌以上方法麻煩﹐或者在 safe mode dos prompt 環境下執行看可不可以。
(不知道safe mode dos prompt 能不能找到 pen drive... )

進到safe mode dos prompt 環境後﹐請依下列方法試試看。

Type d: (This is the drive letter of USB. It can be e: or f: defending on how many hard disk or cd drive is installed)
- Type attrib -h -r -s autorun.inf
- Type “edit autorun.inf” it will open DOS Editor and display contents as follows
==========================
[autorun]
open=file.exe
shell\Open\Command=file.exe
shell\open\Default=1
shell\Explore\Command=file.exe
shell\Autoplay\command=file.exe
==========================
Take note on the file that it called to open (in above example it is file.exe)

10. Exit DOS Editor and return to command prompt, D:\>
11. Delete the file that was called to open on DOS Editor
- Type del /f /a file.exe

12. Delete autorun.inf file
- Type del /f /a autorun.inf

--------------------------------------
簡單的說﹐要你編輯 autorun.inf ﹐就是要你檢查這個autorun 到底是執行甚麼命令﹐把這個命令記下﹐然後刪除這個元凶﹐然後再殺掉 autorun.inf
hawlan 目前離線  
送花文章: 10, 收花文章: 72 篇, 收花: 168 次
回覆時引用此帖
有 4 位會員向 hawlan 送花:
a471 (2009-12-19),chenhan2603 (2009-12-19),Living (2009-12-19),pc5312 (2009-12-19)
感謝您發表一篇好文章
舊 2009-12-19, 11:24 AM   #5 (permalink)
註冊會員
榮譽勳章

勳章總數
UID - 334022
在線等級: 級別:1 | 在線時長:6小時 | 升級還需:6小時
註冊日期: 2009-12-03
文章: 12
精華: 0
現金: 22 金幣
資產: 22 金幣
預設

我依照你的方法在 safe mode Dos 下執行 attrib -h -r -s autorun.inf 但跳出一個視窗 顯示 " 磁碟寫有防寫入功能 無法移除"

還有其他方法嗎 ??????

我現在只想重新格式化這個USB 但因有防寫入及移除功能所以無法格式化

麻煩各位大哥 實在不好意思

如果真的無解請告知 我只好花錢重買一個USB 只是資料沒了很麻煩
pc5312 目前離線  
送花文章: 16, 收花文章: 8 篇, 收花: 9 次
回覆時引用此帖
向 pc5312 送花的會員:
Living (2009-12-20)
感謝您發表一篇好文章
舊 2009-12-19, 02:32 PM   #6 (permalink)
註冊會員
榮譽勳章
UID - 307109
在線等級: 級別:7 | 在線時長:93小時 | 升級還需:3小時級別:7 | 在線時長:93小時 | 升級還需:3小時
註冊日期: 2008-08-09
文章: 101
精華: 0
現金: 212 金幣
資產: 302 金幣
預設

試改一下 registry :

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\CONTROL\StorageDevicePolicies

把 writeProtect 的 reg_dword 改成 0
如果你的 writeProtect 值是 1 的話﹐那是代表唯讀﹐改成 0 (零) 就可讀寫。

改了後﹐重開機看看。

又﹐你的 autorun.inf 裡面是跑甚麼命令﹖能告訴我們嗎﹖
hawlan 目前離線  
送花文章: 10, 收花文章: 72 篇, 收花: 168 次
回覆時引用此帖
有 2 位會員向 hawlan 送花:
Living (2009-12-20),pc5312 (2009-12-19)
感謝您發表一篇好文章
舊 2009-12-19, 06:59 PM   #7 (permalink)
註冊會員
榮譽勳章

勳章總數
UID - 334022
在線等級: 級別:1 | 在線時長:6小時 | 升級還需:6小時
註冊日期: 2009-12-03
文章: 12
精華: 0
現金: 22 金幣
資產: 22 金幣
預設

我已將 writeprotect 的值改成0了 並重開機但仍然無解
另 可否告知如何操作才能看到autorun.inf的指令 謝謝
pc5312 目前離線  
送花文章: 16, 收花文章: 8 篇, 收花: 9 次
回覆時引用此帖
向 pc5312 送花的會員:
Living (2009-12-20)
感謝您發表一篇好文章
發文 回覆



發表規則
不可以發文
不可以回覆主題
不可以上傳附加檔案
不可以編輯您的文章

論壇啟用 BB 語法
論壇啟用 表情符號
論壇啟用 [IMG] 語法
論壇禁用 HTML 語法
Trackbacks are 禁用
Pingbacks are 禁用
Refbacks are 禁用

相似的主題
主題 主題作者 討論區 回覆 最後發表
聊天 - USB預防中毒方法 rainfire 生活話題、日常閒聊、喇勒唬爛灌水區 16 2009-04-18 01:32 PM
***** 我的XP中毒了.請幫幫我(急) ***** john0720 一般電腦疑難討論區 3 2004-02-14 03:21 AM
我的電腦不知道是不是中毒了? edenliu0304 一般電腦疑難討論區 1 2004-02-04 03:30 PM
是不是中毒了 6865353 軟體應用問題討論區 3 2003-11-10 09:46 PM
我的電腦中毒了~~~~ TONYANGEL 一般電腦疑難討論區 1 2003-04-18 11:46 AM


所有時間均為台北時間。現在的時間是 02:50 PM


Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2025, Jelsoft Enterprises Ltd.


SEO by vBSEO 3.6.1