:: Computer :: > แก้ปัญหา Computer

Flash Drive ติดไวรัส ซ่อนไฟล์ , ไฟล์หาย , งานหาย ทำยังไงดี ?

(1/1)

Admin:
ขั้นแรกเข้า cmd

โดยการเข้าที่ Start > Run > พิมพ์ cmd แล้ว Enter

จะได้หน้าต่างจอดำๆมา

แล้วใช้ Command เข้า Drive ที่ Flash Drive โชว์อยู่ เช่น h: หรือ f: หรือ i: ว่ากันไปแล้วแต่เครื่อง

สมมุติ Flash Drive เป็น Drive H:

พิมพ์ว่า


--- โค๊ด: ---h:
--- End code ---

ต่อไปพิมพ์ว่า


--- โค๊ด: ---attrib -s -h -r -a /s /d
--- End code ---

จากนั้นรอซักครู่ มันจะโชว์ folder ที่ซ่อนใน Flash Drive ทั้งหมด

หลังจากนั้นเข้า Flash Drive เพื่อ Copy งาน ไว้ที่ปลอดภัยแล้วจึงทำการ Format ทิ้งไป

* หมายเหตุ

- ควรเข้า ให้ถูก Folder อย่าเข้า Folder ไวรัสละกัน
- คำสั่ง attrib คือการซ่อน อยากรู้ว่าคำสั่งทำอะไรได้บ้าง

ให้พิมพ์


--- โค๊ด: ---C:\Users\admin>attrib /?
--- End code ---

จากนั้นจะได้ คู่มือสำหรับคำสั่ง attrib


--- โค๊ด: ---Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I]
       [drive:][path][filename] [/S [/D] [/L]]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  I   Not content indexed file attribute.
  [drive:][path][filename]
      Specifies a file or files for attrib to process.
  /S  Processes matching files in the current folder
      and all subfolders.
  /D  Processes folders as well.
  /L  Work on the attributes of the Symbolic Link versus
      the target of the Symbolic Link
--- End code ---

สามารถใช้กับคำสั่งอื่นได้ทุกคำสั่งครับโผมมมมม !!!

นำร่อง

[0] ดัชนีข้อความ

Go to full version