How to hide files without using software?


Hey! guyz I am back with new trick which is very useful to you. It is about hiding your files like: txt,jpeg,mp3 etc. Lol you can hide every thing without using any software. The thing that we need to hide our files is notepad only. No faltu talking any more. Lets start it.



  1. open notepad
  2. copy the code given to you (I know very of you don't type yourself. So copy it. :D) but typing is good.

code:


cls@ECHO OFF
title Simple Folder Locker -- lvy_flok@ymail.com for actiontrick.blogspot.com : actiontrick.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST locker goto MDFOLDER
:OPTION
echo ******************************************
echo Are you sure want to Lock the Folder(Y/N)
echo ******************************************
set/p "opt=>"
if %opt%==Y goto LOCKIT
if %opt%==y goto LOCKIT
if %opt%==N goto END
if %opt%==n goto END

echo ????????????????????????????????????
echo Its an Invalid choice Press (y/n)
echo ????????????????????????????????????
goto OPTION
:LOCKIT
ren locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo The Folder locker has been Locked successfully
goto End
:UNLOCK
echo ====================================
echo Enter password to Unlock the Folder
echo ====================================
set/p "pwd=>"
if NOT %pwd%== ashish goto WRONGPASS
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" locker
echo The Folder locker has been Unlocked successfully
goto End
:WRONGPASS
echo ????????????????????????????????????
echo Retry Its a Wrong password
echo ????????????????????????????????????
goto UNLOCK
:MDFOLDER
md locker
echo ================================================
echo The Folder locker has been created successfully
echo ================================================
goto OPTION
:End





     3. Then save it by giving the name locker.bat. ".bat" is necessery. Then open it where you have saved it.
     4. You will get cmd giving you some message. follow it then you will get a folder named Locker there keep all your files in it and again open locker.bat. again you will get some message in cmd follow it then you will find your folder dissappering. But don't worry its has just hide you can get it back when you again dbl click locker.bat.
There you have hide your files.
for now the password of your locker is "ashish" you may change it by changing the text ashish in 30th line in the code.
By this method you can hide your secret files in your computer and of cource in others computer. thanks and enjoy.

1 comment: