Monday, May 4, 2009

How to make a SECRET folder

>> Just Follow The Simple Steps :-
>> Open Notepad And Copy The Command/Codes Exactly As Written Below


@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== pass1234 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


>> After Writing This Program On Notepad Save It As " LOCKER.bat "

>> Note :- Here The Default Password Is "pass1234"---- U Can Change It To Ur Own Password...

>> To Change The Password Go To Command/Code LINE that is bold And Change Your PASSWORD And Give Ur Own Password.... and save the LOCKER.bat file

>> Double Click " LOCKER.bat ", A Folder Will Be Created Copy UR Secret Files/Folders/Documents Into That Folder.

>> And Again Double Click " LOCKER.bat " And Type Y In The Command Prompt To Lock...

>> To Open The Locker Again Double Click " LOCKER.bat " And Enter "Your Password" In The Command Prompt And Click Enter The Folder Will Reappear...

1 comment:

Mutuelle sante said...

Thanks it was a great support, now to make a secret folder is definitely very easy with the help of your guidance. Thank you

DISCLAIMER

WE USE LINKS TO SITES AND NOT DIRECT DOWNLOAD LINKS. THERE NO FILES HOSTED ON OUR SERVER,THEY ARE ONLY INDEXED MUCH LIKE GOOGLEWORKS.
The hosting server or the administrator cannot be held responsible for the contents of any linked sites or any link contained in a linked site, or changes / updates to such sites.

BY ENTERING THIS SITE YOU AGREE TO BE BOUND BY THESE CONDITIONS
If you don't like the software posted here, please don't hesitate to let us know and we will unpost it.