In the NTFS file system When you create a new file , one unnamed default stream is created to store all data written to the file.Since NTFS file system in Windows 2000 or above supports Alternate Data Streams,you are allowed to create additional streams for text file. All data stored in the addition streams will be hidden and no one will be able to read the data. This may be useful when you would like to hide some sensitive info from being read by others when sharing the file to public.
What is Alternate Data Stream??
In simple words it is a facility to hide data behind data.
This can be used to hide malicious virus files behind other text or graphic files.
How to hide text file behind a text file??
Here is an example to hide text file behind a text file.
1> Create a text file using Command Prompt.
Go to Run, type cmd. Change the directory if you want.
Type
echo visit etricks.in for cool computer tricks > etricks.txt:hidden
Here hidden is alternate data stream created along with etricks.txt
2>To enter data using that hidden data stream type
notepad etricks.txt:hidden
You will see a popup saying “Cannot find the C:etricks.txt:Hidden.txt file”. Do you want to create a new file?”.
click yes.
3> Type anything you want and press ctrl+s.
4> Now go to C drive. There won’t be any such file. You will see etricks.txt only.
5> To view data in hidden file go to cmd and type
notepad etricks.txt:hidden
and now you can see the data in etricks.txt:hidden.txt
How to hide .exe file behind txt file??
Procedure is quite similar to the above one.
c:> type c:windowsnotepad.exe > hello.txt:note.exe
Here notepad.exe is copied to hello.txt:note.exe
Now when you copy hello.txt, note.exe is also copied along with it.
If you have any queries you can ask me here.
BAS
ENJOY
Incoming search terms for the article:
- computer secret tricks,secret computer tricks,computer hidden tricks,computer tricks and secrets,pc secret tricks,secret tricks in computer,secret tricks of computer,hidden computer tricks,hide exe in pdf,process hider stream,how to hide exe file behind txt file,hide exe in txt,cool computer text tricks,computer secrets tricks,2008December|CoolComputerTricks,hide exe in text file,pen drive the filename directory name or volume label syntax is incorrect,how to hide exe in txt,notepad tricks and hacks pdf,Notepad and cmd tricks and tips PDF,linux hide file behind txt,HOW TO HIDE VIRUS BEHIND EXE,how to hiden exe file to pdf,virus hidden in text,process hider for streams,tricks hide videos pdf format notes,the secret behind the notepad,The filename directory name or volume label syntax is incorrect alternate data streamss,secret tricks of computer in pdf,process hider exe,secret pc tricks pdf files,secret pc tricks,virus hidden in txt files,run exe file behind an image,how to hide exe in pdf,how to hide exe file in txt file,hide exe file behaind doc,hide digital pic behind,hide additional text in exe,HIDDEN DATA tricks pdf,create a secret text file in android,computer triks scet pdf,computer run secrate tricks,computer cool e-tricks all and pdf file,cmd txt:hidden,cmd tricks hide,hide exe file txt,hide exe in text file with cmd,how to hide exe file in txt,how to hide a virus in other files pdf
Related posts:
- Create invisible password protected drive to Hide your data
- How to save the Ouput of a DOS Command in text file
- [HOW TO]Hide partitions without using any software
- How to hide a file in image
- [How to]view hidden system files and folders|Unhide hidden virus files
- [HOW TO]Lock/hide your drives using Mountvol.exe
- Best Computer Tricks #1
- [HOW TO]Password protect files & folders for free
- Lock your private files with Easy File Locker
- Xp Hacking Tricks Ebook

How can i run the executable file that i hide over the text file?
thanks…
The process is similar to the text file.
windows xp version 5.1.2600
after copying the file and trying to run it with “hello.txt:note.exe” i get an error saying the filename, directory name, or volume label syntax is incorrect. Is there something i am doing wrong? thanks.
i created a virus using notepad but is it possible to hide it under a picture if yes then how can it be run
How do I delete the hidden file?
delete mainfilename.txt:hiddenfile.xxx
this should work
No, “del mainfilename.txt:hiddenfile.xxx” failed.