07
Jan
2010
|
|
|
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
Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.
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:
conceal images - how to hide pictures on windows 7 - conceal image - image conceal - picture of conceal - how to hide pictures on your computer using windows 7 - how to hide pictures from search - how to hide pictures as images on your computer - how to hide photos on windows 7 - how to hide image in a text file - how to conceal photo on line - how to conceal images - hiding photos on windows 7 - hiding photos in windows 7 - hide a file in a picture using dos -27 queries. 0.172 sec.
All contents are licenced under a
Creative Commons Licence.
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.
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.