Pages





Showing posts with label Hide files. Show all posts
Showing posts with label Hide files. Show all posts

Creating An Undeleateable Folder

  • Open command prompt.
  • change to the directory in which u want to make folder.
  • type
  • mkdir .\con\\
  • Or
  • Md .\con\\
  • You can choose folder name from the name given below
  • CON
  • LPT1
  • LPT2
  • LPT3
  • LPT4
  • LPT5
  • LPT6
  • LPT7
  • LPT8
  • LPT9
  • AUX
  • -----------------------
  • Logic behind this is : IN Windows above names are researved words and you cann't create folder or file
  • with above name. Once you will create the folder nobody will be able to delete it in normal way.
  • have tested it with XP 2000 and 2003. Windows 98 is currently not available to me for testing.
  • If you can test it on Windows 98 then please do it and let me know the result. I expect it to work.
  • to create that folder u have typed
  • mkdir .\con\\
  • Or
  • Md .\con\\
  • right......!
  • now to remove that folder u have to type
  • rd .\con\\
  • ok....!

How to Hide files in JPEG images

So, basically you compress your files into a .rar archive and copy them into an innocent-looking .jpeg image. (You’ll need WinRar to make .rar’s)

The only thing that will look suspicious, is the file size which (depending on what you’re hiding) can be quite large.


Step 1: Make a new folder, in this case, C:\Hidden. Move your files into it and compress the files with WinRAR.



Step 2: Open the Command Prompt by typing cmd into the Run box from the Start Menu.



Type cd.. into the prompt and press enter. Do this again, until you’re int the root of the Local Disk (Typically C://) directory.Type cd hidden to get to the /hidden folder you made earlier.



Now enter the following code: copy /b picture.jpg + files.rar hiddenfiles.jpg



Replace picture.jpg with the name picture you want to use (it must be in your /hidden folder), files.rar with the name of the .rar archive of your secret files and hiddenfiles.jpg with the name of the picture you want to create.


Step 3: To access the files you hid into the picture, open WinRAR and choose File -> Open Archive and navigate to your C:/hidden/ folder.




Choose All Files from the dropdown box in the bottom and look for the picture hiddenfiles.jpg (or what you named it) and open it. Now you should your files in WinRAR and you can unzip them to where you like.