ads

6 Mac 2013

Guna command prompt attrib untuk file yg hilang dalam pendrive











Biasanya apabila virus menyembunyikan fail  dan ia juga menyembunyikan  folder.

Steps 1

  • Pergi ke Start > Run > taip cmd
  • Taip huruf pemacu (drive letter) yang mahu dibaiki. Contoh: F: (jika pendrive anda F)
  • Sekarang taip attrib  -s -h -r +a *.* /s /d
  • Tunggu sehingga keluar F:\>
  • Taip exit
  • Cuba periksa fail yang hilang telah muncul kembali atau tidak.
  • Semoga berjaya.



Steps 2
1. Go to Start > Run > type cmd
2. Dos will open type cd\
3. Now type the drive letter in which you want to Unhide the files lets suppose in my case its E: this will open the E: drive
4. If you want to see all hidden files and folders   type E:\>dir/ah
5. Now type attrib *. -h -s /s /d
6. Now close cmd using exit command
Steps 2 (folder by folder)
1. Go to Start > Run > type cmd
2. Dos will open type cd\
3. Now type the drive letter in which you want to Unhide the files lets suppose in my case its E: this will open the E: drive
4. If you want to see all hidden files and folders   type E:\>dir/ah (*you will now see the files/folders with hidden attributes )
5. Type “attrib [name of file/folder] -r -a -s -h” if you’re going to unhide files, you should type the whole name plus the extension (example: attrib banner.psd -r -a -s -h)
6. Now check you  drive.. it should be there
boleh cuba.