Announcement
Collapse
No announcement yet.
อยากได้โปรแกรมที่เลือกลบ เฉพาะไฟล์นามสกุลนั้นๆ
Collapse
X
-
เปิด command prompt
พิมพ์
cd /d "D:\ที่อยู่ไฟล์แบบเต็ม"
del *.identifier
โดย
1) ที่อยู่ไฟล์ ใช้ดูหรือ copy มาจาก address bar ของ Windows Explorer ก็ได้
2) del = คำสั่งลบ
3) *.identifier = ชื่ออะไรก็ได้.identifier
ถ้าจะลบทั้งไดร์ฟ หรือโฟลเดอร์ย่อยๆ ด้วย ให้เพิ่ม /s ไปด้านหลัง
del *.identifier /s
* จริงๆ จะใช้การค้นจาก windows explorer ส่วนของการ search แล้วค่อยเลือกลบเอาก็ได้
-
โปรแกรมนี้ครับง่ายสุด "DOTDELETE" ดาวน์โหลดตามลิ้งก์ด้านล่างครับ
http://swmirror.zapto.org/cms/index....ad/dot-delete/
Comment
-
Originally posted by kaikimao View Postเปิด command prompt
พิมพ์
cd /d "D:\ที่อยู่ไฟล์แบบเต็ม"
del *.identifier
โดย
1) ที่อยู่ไฟล์ ใช้ดูหรือ copy มาจาก address bar ของ Windows Explorer ก็ได้
2) del = คำสั่งลบ
3) *.identifier = ชื่ออะไรก็ได้.identifier
ถ้าจะลบทั้งไดร์ฟ หรือโฟลเดอร์ย่อยๆ ด้วย ให้เพิ่ม /s ไปด้านหลัง
del *.identifier /s
* จริงๆ จะใช้การค้นจาก windows explorer ส่วนของการ search แล้วค่อยเลือกลบเอาก็ได้Originally posted by virus023 View Postลบในวินโดว์ก็ได้นี่ครับ เปิด window explorer พิมพ์ *.Identifier ที่ช่องค้นหา ตรงมุมบนด้านขวา
รอไฟล์ขึ้นมาแล้วกดลบ
Comment
-
Originally posted by lairwtiare View Postยอดเยี่ยมทั้ง 2 วิธีเลยคับ แต่ผมว่าเหมือนจะเป็นไวรัสตระกูล worm นะเนี่ย เหมือนไวรัส folder.exe ที่เคยโด่งดังในสมัยก่อน ^ ^
แต่ผมว่ามันมีวีธีที่ดีกว่าการลบทิ้งนะ
Notes about the IDENTIFIER file extension:
Incorrect file associations could be the result of underlying issues within your PC system. As such it is highly recommended to , unused processes and other unfavourable system settings to identify slowdown issues.
The IDENTIFIER file type is primarily associated with 'Internet Explorer' by Microsoft Corporation. You won't normally see this file extension and if you do it should be attached to a filename with a colon and "zone" before it (e.g., FILENAME.DPC:ZONE.IDENTIFIER). This type of file name might be revealed by a rootkit identification program. When you use Internet Explorer to download a file that can have executable content (.DOC files, for example, can have executable macros in them) IE adds an NTFS Alternate Data Stream named ZONE.IDENTIFIER to the file. The ADS subsystem allows additional data to be linked to a file. The additional data, however, is not always apparent to the user. If you open a Command Prompt window, navigate to the folder containing the file, and command
MORE < FILENAME.DOC:ZONE.IDENTIFIER
(substitute the name of the file for FILENAME.DOC in the command) then you should see the contents of the ADS attachment which should be a couple of lines identifying the assigned Internet Zone when the file was downloaded and saved. If you trust this file you can right click it, select properties, and on the general tab click the unblock button.
Comment
-
Originally posted by kaikimao View Postเปิด command prompt
พิมพ์
cd /d "D:\ที่อยู่ไฟล์แบบเต็ม"
del *.identifier
โดย
1) ที่อยู่ไฟล์ ใช้ดูหรือ copy มาจาก address bar ของ Windows Explorer ก็ได้
2) del = คำสั่งลบ
3) *.identifier = ชื่ออะไรก็ได้.identifier
ถ้าจะลบทั้งไดร์ฟ หรือโฟลเดอร์ย่อยๆ ด้วย ให้เพิ่ม /s ไปด้านหลัง
del *.identifier /s
* จริงๆ จะใช้การค้นจาก windows explorer ส่วนของการ search แล้วค่อยเลือกลบเอาก็ได้
ขอบคุณมากครับ ลบได้แล้วครับ
Comment
Comment