yaitu Bikin File atau Folder jadi Super Hidden
Ini merupakan salah satu cara sederhana untuk menyembunyikan file atau folder kita yang ada di komputer agar tidak diketahui/dibaca maupun di copas ama orang lain tanpa sepengetahuan pemilik, cuman ada syaratnya yaitu anda harus ingat dimana letaknya dan namanya ( pake huruf besar ato kecil ).
Cara ini menggunakan perintah DOS yang disediakan oleh Windows.
Sebelumnya kenali dulu perintahnya kayak berikut ini :
Attrib
Displays, sets, or removes the read-only, archive, system, and hidden attributes assigned to files or directories.
Used without parameters, attrib displays attributes of all files in the current directory.
Syntax
attrib [{+r|-r}] [{+a|-a}] [{+s|-s}] [{+h|-h}] [[Drive:][Path] FileName] [/s[/d]]
Parameters
+r : Sets the read-only file attribute.
-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.
Oke langsung aja menuju TKP ==>>
1. Siapkan dulu folder yang mau di super hidden
Sebagai contoh folder di My Documents dengan nama Test
2. Langsung menuju Start => Run => CMD => Enter
3. Terus akan muncul jendela Comman Prompt
4. Langsung aja ketik perintah disitu : attrib +s +h Test
5. Dan akhirnyaaaaaaaa……menghilang !!!
6. Untuk mengembalikan atau memunculkan folder lagi ketik perintah : attrib -s -h Test
==>> Untuk super hidden file :
1. Ketik nama file lengkap dengan extentionnya
Misal : Makalah.doc atau Tidur.flv
2. Untuk langkah-langkahnya sama seperti diatas.