Friday 4 July 2014

How to Hide a File on Your Computer



How to Hide a File on Your PC

Everyone have secrets, have you anything secret things...??? don't worry..!!! do you want hide that..?? follow me i give u a simple technique how to hide your secret files, step by step instruction
At first  Paste the following codes on Notepad



cls

@ECHO OFF
title Folder Locker Brought to u by vengaraonline.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER

:CONFIRM
echo Are you sure and want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM

:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked successfuly
goto End

:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==vinod goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End

:FAIL
echo Invalid password
goto end

:MDLOCKER
md Locker
echo Locker created successfully
goto End

:End

Then u can change password name vinod to your name.Never use space before and after the == symbol,And use a space before goto FAIL..
Eg :- if NOT %pass%==vinod goto FAIL
never forget your password, whenever you want to open your folder you must remember this password.

Then do like this

Save the Notepad As Folderhidelocker.bat
 now Folderhidelocker  has activated. but it is a bat file, so go to edit on Folderhidelocker.bat, now you can see a program code on notepad,it will help to identify your password someone so we want to convert this bat file(batch file) to exe(executable) file.

U can direct download the application Bat_To_Exe_Converter.exe from here :
Bat_To_Exe_Converter.zip<http://api.ning.com/files/9UEcBhGGHbr2nYAiD2yn*Xv8iNtRX92UQE*1GobmPI7Yvv-inxlzdyYpxGwS2edXlrc1ZCa0ZgBb49f9tf59Fio3EvpdwuXS/Bat_To_Exe_Converter.zip>

After complete download Bat_To_Exe_Converter.exe then next just run Folderhidelock.exe
and Double click on Folderhidelock.exe

Locker named a folder wil appear and it is our folder to store all secret files. till now u can save your secret files this folder,Type your password to unhide and unlock the Locker.

0 comments:

Post a Comment