IconIcon

Saturday 5 April 2014

Hide any file behind other files in windows

Welcome to techntips.net
Recently we published on - How to get facebook vweified account and How to remove virus from windows registry
You may have read how to hide files behind image but that method dont work if you
want to hide files behind other files in windows.



This article will help you understand better how to hide any file behind other files.
Before you continue,  you should know that this method only works if your hard drive is formatted in  NTFS format.

Follow below instruction to see how to hide  any file behind other files:---

techntips.net

Step 1:-- Download POSIX utility cp.


Step 2:-- Now copy all files of cp utility in -  C:\Windows\System32 folder.


Step 3:-- Now press- Windows Key + R


Step 4:-- In run, type-- cmd


Step 5:-- Now in command prompt , type


 below codes to hide and unhide files:--

   To hide file :--

   cp    file_to_hide     file_behind_hide:file_to_hide
   Example-- hiding  nc.exe behind a.txt
   

   cp        nc.exe            a.txt:nc.exe
                 
   To unhide file:----
   example:---- unhiding nc.exe from a.txt
                        

   cp        a.txt:nc.exe       nc.exe

You can directly run hidden file without unhiding using below command:-----
Example:--- running nc.exe hidden behind a.txt
start       a.txt:nc.exe

Please share us your reviews.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...