|
|
How many times have you wished to hide, conceal or even mask your pictures and images from nosy people? Of course, there are a lot of software in the Internet able to protect your stuff but the issue is that they are not for free or are tricky to use. If you are looking for a quick solution, here is a simple trick which, in a couple of seconds, is able to hide and mask your files on-the-fly!
- Click Start.
- In the Search box field type CMD and press Enter.
- In the command prompt, type cd.. This will show you the C:\ Partition.
- Assuming that the picture you want to hide is under C:\ and that its name and extension is image.jpg type: ren image.jpg image.txt (This is the syntax ren:(your file name and extension)(space)(your file name and the file extension you want to turn it to)
- The command above (ren image.jpg image.txt) will turn your image to a txt file. People trying to open such a file will see unintelligible characters.
- Of course to get the picture back, simply type: ren image.txt image.jpg
- This trick works for every kind of file
Tags: hack, Vista, Win7, Xp
Related Articles
Latest Articles
If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.
Google Advanced Search
|
3 Comments to “How to Hide and Conceal Pictures and Images Using DOS”
Leave a Comment
Incoming Search Terms for the Article:
hide photos as text files - hide using dos - how to hide pictures on windows 7 - how to reveal text hidden under jpg picture - conceal images - images in dos command - reveal hidden files in pictures dos - search for pictures in dos - To hide text behind image by dos command - how to hide images windows 7 - how to hide a file using dos - how to conceal a safe - hide text in pictures using dos - hide text in picture using dos - hide image using dos - file extension hide using dos - dos search mask - dos command to hide text file - tricky dos commands -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.


January 7th, 2010 at 4:59 pm
Why one at a time? And why give them any extension at all?
With NO extension, they can’t be associated with ANY program.
Do them all in the folder like this”
ren *.jpg *.
then
ren *. *.jpg to get them back
You can even have all kinds of other programs in the folder including .txt and they will not be changed to .jpg when renamed back.
January 7th, 2010 at 8:25 pm
@tblount:
I think the purpose of this is to confuse people that trying to open the file.
*.txt will get people automatically thinking it of a text file, so they will open it with notepad or another text editor and get confused with the content.
Files without extension will just get people to try all programs they have to open it.
But, that’s a good idea, though (the multiple rename).
January 8th, 2010 at 8:51 pm
You don’t have to use the DOS command, if you are unconfortable with that. Just rename it in Windows using the regular Windows system by changing the filetype to “txt”. When you want to reclaim it, do the reverse. I did this just now with a junk image and it worked.