Announcement

Collapse
No announcement yet.

อยากได้โปรแกรมที่เลือกลบ เฉพาะไฟล์นามสกุลนั้นๆ

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • อยากได้โปรแกรมที่เลือกลบ เฉพาะไฟล์นามสกุลนั้นๆ

    อย่างตามรูป จะลบไฟล์.Identifier
    ให้หมดทั้งไดรฟ์ มันเยอะมาก ซึ่งได้มาจากการกูไฟล์

    มีโปรแกรมอะไรที่จะตั้งให้ลบได้หมด จะได้ไม่ต้องใช้เวลาเยอะครับ



  • #2
    เปิด 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


    • #3
      โปรแกรมนี้ครับง่ายสุด "DOTDELETE" ดาวน์โหลดตามลิ้งก์ด้านล่างครับ

      http://swmirror.zapto.org/cms/index....ad/dot-delete/

      Comment


      • #4
        ลบในวินโดว์ก็ได้นี่ครับ เปิด window explorer พิมพ์ *.Identifier ที่ช่องค้นหา ตรงมุมบนด้านขวา
        รอไฟล์ขึ้นมาแล้วกดลบ

        Comment


        • #5
          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 ที่ช่องค้นหา ตรงมุมบนด้านขวา
          รอไฟล์ขึ้นมาแล้วกดลบ
          ยอดเยี่ยมทั้ง 2 วิธีเลยคับ แต่ผมว่าเหมือนจะเป็นไวรัสตระกูล worm นะเนี่ย เหมือนไวรัส folder.exe ที่เคยโด่งดังในสมัยก่อน ^ ^

          Comment


          • #6
            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


            • #7
              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


              • #8
                Originally posted by tawat_kun View Post
                ไม่น่าจะใช่นะครับ
                แต่ผมว่ามันมีวีธีที่ดีกว่าการลบทิ้งนะ
                อย่างไรเหรอครับ ผมก็ไม่รู้ไฟล์.Identifier มันเกินขึ้นได้อย่างไร

                Comment


                • #9
                  Originally posted by tawat_kun View Post
                  ไม่น่าจะใช่นะครับ
                  แต่ผมว่ามันมีวีธีที่ดีกว่าการลบทิ้งนะ
                  อ๋อ เป็น ไฟล์ Associate ของ IE นี้เอง แต่สร้างมาเยอะๆแบบนี้ก็ไม่ไหวเนอะ ^ ^

                  Comment

                  Working...
                  X