22 January 2012

HOW TO CREATE A PASSWORD PROTECTED FOLDER ON PC

Most of us have private data,and do not have a private computer to keep those datas. So,
we just end up with other people viewing that data.Although password protecting
software do work, it is almost useless to hide private data with these softwares.
Hidden folders do not work as they can be easily searched with
Windows Search.
So With this trick, you can create a secure password protected
folder in Windows which no one
except you can access.

PROCEDURE TO GET STARTED>>



1. Open Notepad.

2. Copy and paste the exact
code given below:-



 cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDCAPRIOFILES
: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 Locker "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%== yourpasswordhere 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
:MDCAPRIOFILES
md Locker
echo Locker created successfully
goto End
:End


Note:The default password is "yourpasswordhere". This is the only thing you're gonna change in the code.
Info: First try this on useless data to be sure.
3. Click on the File Menu, Save As.

4. Select All Types in the Save As Type dropdown menu. Save
the file as RevelutioN.bat or Locker.bat.

5.double click on the Saved file. A new folder will be created. Enter your
data in the folder. Again, double click on the batch file. Type Y
and press Enter. The folder will be hidden.
To view your folder, double click on the saved batch file.
Enter password as
“yourpasswordhere{your changed password}” without
quotes and press Enter.

Cheers...

Note: This works on Windows 7, Windows XP and Vista.


No comments:

Post a Comment

Please don't just read and go! Try to drop your reviews and questions.
Love your comments...

 

Author

My photo
Simple n Easy going person,loves surfing n so much enthused in creativity & technology!!!

Followers

© 2018. All Rights Reserved | Revelution24 | Template by MBT

Home | About | Top