Friday, November 27, 2009

Set and Show Hidden File with Command Promt

In the windows operating system we can set files to be hidden or otherwise. There are two methods to create a hidden file:

1. conventional methods

Right-click the file and check the hidden option and then click OK, then your files have become invisible in windows explorer. This way is easy but can not make the file system, can only create a hidden file.

2. with command prompt

This means it needs very little knowledge of dos command in windows operating system. With the command prompt we have many options to hide your files. Like, files / folders can be changed into the windows file system (Super Hidden) so even though the windows explorer settings have been made 'Show hidden files and folders' files / folders remain invisible. the following way:

=> First you must go to CMD or Command Promt (press CTRL + R and type cmd and then press ENTER)

=> After entry into the CMD, moved into directory file / folder to your hidden.
and then type the command 'attrib', such as the following structure

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


you can see the manual by typing attrib /?
example:

attrib +s +h D:\*.doc /s /d


description:

+ s : is set to be system files
+ h : is set to be hidden files
D: \ *. doc : means all files that the extension doc who is on drive D
/ s : means selecting all the files in the current folder and sub folders
/ d : means selecting all folders (must be with the command / s)

Download Video


Detail »»

Wednesday, November 4, 2009

Hide Secret Files Into The Image File



Have you seen the size of image files are generally not as an image file size ? As the above picture files, usually the file is a hidden secret files. If we have a secret file and then do not want random people to open the file, we can use this trick to hide file within image file. That way other people will think that the file is an image file because the look is image file. The following will I transmitted this knowledge to the reader.

you can also download the tutorial video here.

>> Download Video

Follow these steps :

1. Prepare image file and secret file (must be rar or zip file) you want included in the image file.

2. Put the two files into one directory like D:/

3. Open Command Promt

4. Move to the directory where two files had been placed D:/

5. Type copy /b "image.jpg"+video1.rar image1.jpg

6. Press the Enter key then the new image file was created

If this image file is opened it will display the image only, but if it is opened by using Winrar or Winzip it would seem hidden video files. That way secret file we will be safer but will not be difficult to open the file for people who already knows this trick. Good luck ...


Detail »»

Template by : kendhin x-template.blogspot.com