How to Create a Password Protected Folder - The Mystique

How to Create a Password Protected Folder

4 Comments

                    Hiding your personal or confidential data has become very easy on electronic devices like Computer or mobile phones with the help of many applications like "secret folder creator", "App locker" etc. But you can create a simple secret locked folder to hide your important data on your PC by just using Notepad.

To create a password protected folder follow these easy steps :


1. Open notepad and paste the code given here 

cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" 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 "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== 
PASSWORD goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End




  •  Find for the password (red colored) and replace it with your own password.

2. Saving folder
  • Save folder as .bat file
  • Instead of saving the file as ".txt" save it as ".bat"

3. Enter the password to open your secret folder.


 

4. If you forget your password, edit it!





Now you can save your important and personal data into your secret folder. Enjoy!

 

                      

4 comments:

  1. Numerous individuals need to know a quick and dependable approach to lock their records and envelopes. Record locking is a procedure of securing your documents such that unapproved clients can't get to them and your information stay ensured and safe. website here

    ReplyDelete
  2. Great information, better still to find out your blog that has a great layout. Nicely done Ackerley

    ReplyDelete
  3. Wow, cool post. I'd like to write like this too - taking time and real hard work to make a great article... but I put things off too much and never seem to get started. Thanks though. PC Secure Folder With Password - Don't Spend Time Seeking, Study About PC Personal computers The following password protect a folder vista

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete