Monday 12 August 2013

Lock your PRIVATE FOLDER



1. Make a folder on the desktop and name it as “folder”
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the ‘save as’ name it as l
ock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it ! :

 2nd Trick

 

 
password-protect

1. Open Notepad, Now Copy and Paste given code into it.
cls
@ECHO OFF
title roysfan.blogspot.in
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder “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 Your Secure Folder
set/p “pass=>”
if NOT %pass%== cheezfinder goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
2. Now Save this notepad file as lock.bat (or any other name but .batis must)
3. Double click on lock.bat and a new folder will be created with name MyFolder.
4. Copy all your data you want to password protect in that New MyFolder.
5. Double Click on lock.bat and then when command prompt window appears Type Yand press Enter.
6. Now MyFolder will be hidden from your view, to access that Folder, again double click on lock.bat
7. When its open,It will ask for password enter your password and Done. Your Default password of password protect folder is cheezfinder
To change the password password protect folder replace cheezfinderwith your new password as you want in the above code.
How To Further Secure the password protect files ?
I know You might be thinking that anyone can access the password protect folder.
By opening that lock.bat the password protect file in Notepad or any other text editor. And get the password from code.
So, To make it more secure and safe. Hide lock.bat in some secure location after following the above trick.
Now to access the secured file double click on lock.bat. I would suggest you to copying lock.bat file into Pen Drive and your computer both places.
Whenever you need to access to your protected files go to your pen drive or your safe location in your computer and open the lock.bat file and enter the password.
This is the simple trick to password protect folder without any software.


0 comments:

Post a Comment