nih langsung aja ya gan
langkah untuk hidden:
1. buka windows + r (run) lalu ketik cmd
2. lalu akan membuka c:\user\user>..... (titik2 diisi dmn file yang akan anda hidden contoh: c:\user\user>G:)
3. kemudian tulis G:\>attrib +s +h G:\nama folder
4. filepun akan terhidden
nih unttuk unhidden:
1. buka windows + r (run) lalu ketik cmd
2. lalu akan membuka c:\user\user>..... (titik2 diisi dmn file yang akan anda hidden contoh: c:\user\user>G:)3. kemudian tulis G:\>attrib -s -h G:\nama folder
4. filepun akan menjadi unhidden
dan nih aku kasih cara lagi untuk agan2 yang terkena virus shortcut
1. buka windows + r (run) lalu ketik cmd
2. lalu akan membuka c:\user\user>..... (titik2 diisi dmn file yang akan anda hidden contoh: c:\user\user>G:)
3. kemudian tulis G:\>dir
4. kemudian tulis G:\>attrib -s -h /s /d
5. tunggu sampai keluar G:\> (agak lama)
6. selesai... file akan kembali ke keadaan semula
Keterangan :
-r : Clears the read-only file attribute.
+a : Sets the archive file attribute.
-a : Clears the archive file attribute.
+s : Sets the system file attribute.
-s : Clears the system file attribute.
+h : Sets the hidden file attribute.
-h : Clears the hidden file attribute.
[Drive:][Path] FileName : Specifies the location and name of the directory, file, or set of files for which you want to display or change attributes. You can use wildcard characters (that is, ? and *) in the FileName parameter to display or change the attributes for a group of files.
/s : Applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.
/d : Applies attrib and any command-line options to directories.
/? : Displays help at the command prompt.

Tidak ada komentar:
Posting Komentar