how to create a password protected folder in windows 7 - simple help

10
Simple Help Common Questions, Simple Answers How to create a Password Protected Folder in Windows 7 by Hammad on November 29, 2010 535 76 38 24 15 Share 178K This tutorial will guide you through the steps required to create a locked folder in Windows 7 – without installing any additional 3rd party software. While the steps below will guide you in creating a hidden and password protected folder, this method is not 100% secure. It will deter the average computer user enough, but an advanced user will be able to access the contents of this folder. If you want to create a truly secure and encrypted place to store files and folders that absolutely nobody will ever be able to access, see the tutorial How to Securely Store Files in Windows . 1. Create a new folder and name it whatever you would like. 2. Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu. 3. Open the text file you just created by double-clicking it and copy/paste in the following text: cls @ECHO OFF Download Password Manager www.roboform.com Remembers Passwords. One-Click Form Filling, Seach, and More. 5 Stars! Share Tweet Share

Upload: hax989

Post on 21-Oct-2015

11 views

Category:

Documents


2 download

DESCRIPTION

How to create a Password Protected Folder in Windows 7 - Simple Help

TRANSCRIPT

Page 1: How to Create a Password Protected Folder in Windows 7 - Simple Help

Simple Help

Common Questions, Simple Answers

How to create a Password Protected Folder in Windows 7

by Hammad on November 29, 2010

535

76

38

24

15

Share 178K

This tutorial will guide you through the steps required to create a locked folder in Windows 7 – without installing any additional 3rd party software.

While the steps below will guide you in creating a hidden and password protected folder, this method is not 100% secure. It will deter the average computeruser enough, but an advanced user will be able to access the contents of this folder. If you want to create a truly secure and encrypted place to store files andfolders that absolutely nobody will ever be able to access, see the tutorial How to Securely Store Files in Windows.

1. Create a new folder and name it whatever you would like.

2. Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.

3. Open the text file you just created by double-clicking it and copy/paste in the following text:

cls

@ECHO OFF

Download PasswordManagerwww.roboform.com

Remembers Passwords. One-Click Form

Filling, Seach, and More. 5 Stars!

Share

Tweet

Share

Page 2: How to Create a Password Protected Folder in Windows 7 - Simple Help

title Folder Privateif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Private goto MDLOCKER:CONFIRMecho Are you sure you want to lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCK

if %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to unlock folderset/p "pass=>"if NOT %pass%== PASSWORD_GOES_HERE goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Privateecho Folder Unlocked successfully

goto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Privateecho Private created successfullygoto End:End

4. In the above code, replace the key PASSWORD_GOES_HERE with the password you want to use to unlock the folder. For example if you want thepassword to be 123456, the line should look like:

if NOT %pass%== 123456 goto FAIL

5. Save your new file in the .bat format with the complete file name being locker.bat. To do this, make sure to change the Save as type: to All Files(*.*).

click to enlarge

6. In the folder you created back in Step #1, double click the locker.bat file and there will now be a new folder named Private where you can put anythingyou want.

Page 3: How to Create a Password Protected Folder in Windows 7 - Simple Help

7. Upon exiting, double click the locker.bat file again. It will prompt you to answer whether you want to lock your folder or not. Press Y and the privatefolder will disappear.

click to enlarge

8. In order to retrieve the Private folder, all you have to do is double click the locker.bat file and enter the password which you set in Step #4 and thefolder will appear again for you to access.

click to enlarge

9. That’s it!

Source code: social.microsoft.com

535

76

38

24

15

Share 178K

708 comments

Join the discussion…

Newest Simple Help Login Share

• Reply •

Nathan Flynn • 7 days ago

locked file works great, easy to create and use. thanks

35

Share ›

Download Free Software

20 Hotels in Abu Dhabi

Software Virtualization

Free DNS Hostingdns.he.net

Dual Stack: IPv6 and IPv4 Includes Dynamic DNS

Support

Share

Tweet

Share

Page 4: How to Create a Password Protected Folder in Windows 7 - Simple Help

• Reply •

• Reply •

vivek rathore • 11 days ago

everyone unlock this folder Easley

• Reply •

Aftab • 12 days ago

hey friends...

Its not useless, because you can use security on locker.bat to avoid your password from being changed by anyone else, And no one can

access the private folder from folder option.....([email protected])

2

• Reply •

unknown • 12 days ago

how to access the file if you forget the password

• Reply •

Thomas • 4 hours ago unknown

open the locker.bat and read the password that you set. just like anyone else can. This process is not very secure at all.

• Reply •

andros • 13 days ago

how to download this thing?or you can make it by yourself?

• Reply •

Alan • 13 days ago

it just changes the name of the file for me

• Reply •

Dan • 15 days ago

Just back everything up on an external drive and whatever data you have left on the computer archive it with WinRAR and set a

password.. boom, problem solved!

• Reply •

Chris • 16 days ago

What happens if I forget the passsword? Is there anyway I can access the folder again?

• Reply •

yongis • 16 days ago

actually, your folder was just hidden (as it became a system folder). you can still view it by going to:

control panel>folder options>view tab>click "Show hidden files..>uncheck "Hide extensions..>uncheck "Hide protected operating

system file.".

you can now view your folder but it's folder name is Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}.

viola! anyone can now access your folder.

• Reply •

yongis • 16 days ago yongis

if you are using windows 7, go to:

control panel (View by: Large icons or Small icons to easily find "Folder Options")>folder options>view tab>click "Show hidden

files..>uncheck "Hide extensions..>uncheck "Hide protected operating system file.".

• Reply •

James • 16 days ago

THANK YOU SOO MUCH!!

• Reply •

Aja • 18 days ago

I knew there had to be a way to do this! thank you, very helpful :)

zafar • 19 days ago

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Page 5: How to Create a Password Protected Folder in Windows 7 - Simple Help

• Reply •

zafar • 19 days ago

Very nice dear but if some one delete that lock file then ???????????? where is our lock folder and can we open that

4

• Reply •

Thomas • 4 hours ago zafar

That is the other issue. Then it would just be a matter of creating another bat file. since the password is set in the bat file it

doesn't matter that you have to recreate the file.

• Reply •

maneesha • 21 days ago

the bat file asking password but the private folder which my files are there is showing out all my files when clicking on that file how is it

possible?

• Reply •

Krishna Varshney • 19 days ago maneesha

miss. it is too easy when u save data in private folder then u click locker or type y then your private folder will automatically

locked....

• Reply •

Unknow • 23 days ago

else u can use ttruecrypt and on top of it it's free :3

• Reply •

Hamza • 24 days ago

Nyc...

• Reply •

biren • 25 days ago

good nice ra ra

• Reply •

Krishna moorthy • a month ago

Its working fine... Is there any way to change the password?

1

• Reply •

akash • a month ago

some problem in this method. anyone can delete .bat file

• Reply •

Matt • a month ago akash

and you only need to show hidden folders to see the private folder

• Reply •

salah • a month ago

thanks , so much

• Reply •

Ahasn • a month ago

by using this method every one can see our password...

• Reply •

salah • a month ago Ahasn

you can hide the bat file and show it , i'm tried that and it is worked

• Reply •

Dik • 21 days ago salah

You can delete text doc

Pravin Rakhewar • a month ago

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Page 6: How to Create a Password Protected Folder in Windows 7 - Simple Help

• Reply •

Pravin Rakhewar • a month ago

If i forget my password then, how to reset password....?? plz help

• Reply •

Devin Heart • a month ago Pravin Rakhewar

You can edit your bat file. Just right click and press edit,

• Reply •

Pravin Rakhewar • a month ago

Very usefull thanx.............

• Reply •

bob • a month ago

My folder doesn't even disappear it just changes the name of the folder.

1

• Reply •

harsha • a month ago

Its useless.. The folder's just hidden!

• Reply •

smeds1 • a month ago harsha

Do you look for things you don't know exist? If someone doesn't know the disappearing folder exists, why would they look for it?

• Reply •

Devin Heart • a month ago harsha

Exactly, then that one guy who always uses your computer cant find it. Unless he is experienced...

• Reply •

maneendra • a month ago harsha

harsha did you tried even ones.. or you have addicted to say anythings

• Reply •

chris kava • a month ago

it's good but it isn't very safe because you can find the password easy

• Reply •

Austin Harlan • a month ago

EVERYONE I JUST SOLVED THE PROBLEM!!!!!AFTER YOU FINISH ALL THE STEPS AND HAVE YOUR LOCKER FILE RIGHT

CLICK IT AND GO TO EDIT, DELETE YOUR PASSWORD AND SAVE THE FILE!!!!!!!!!!! THEN IF THEY TRY TO LOOK AT

YOUR PASSWORD BY GOING TO EDIT THAY CANT SEE IT!!!!!!!!!!!!!!!tell me how it worked for you be emailing me at

[email protected] or like me on face book or youtube

6

• Reply •

Ali Raza Ghori • 17 days ago Austin Harlan

If we remove our password from locker.bat file then any one who can access that file and can edit locker.bat file with new

password and can access data.

• Reply •

Austin Harlan • a month ago

can anyone tell me please on how to ban or keep the edit buttion away!!!!!! because im very strict with my stuffs. please email me at

[email protected] to awawawawsa lols

• Reply •

Eddie Salvatus • 2 months ago

Advanced users can still access your files... It is just hidden! LOLz

• Reply •

kavita • 2 months ago

can i retrieve the data if i have forgotten the password? m actually in big trouble... please help me out.

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Page 7: How to Create a Password Protected Folder in Windows 7 - Simple Help

Load more comments

How to Add Emojis (emoticons) to Your Instagram Posts

1 comment • 7 months ago

Sasha1378 — Simple and clear. Thanks!!

The Complete Guide: How to Dual Boot Ubuntu and Windows 8

18 comments • 7 months ago

Shary — My problem is with Step 12:When the caveat box pops up,

it claims that there is no other O/S on …

How to Disable the “Typing Sounds” on Your iPhones Keyboard How to Stop Facebook From “Beeping”

ALSO ON SIMPLE HELP

• Reply •

• Reply •

Vaibhav Falke • 19 days ago kavita

yeah u can easily ... just right click on locker.bat file and then on edit . There u can see your password written . It helps , try it out

...

• Reply •

Austin Harlan • a month ago kavita

you should try deleting the locker.bat and restarting with a new password hope this helps :)

• Reply •

Milan Amarasinghe • 2 months ago

thank dear

• Reply •

Rohit Garg • 2 months ago

This is Not Godd!!!!!!!!! When You save The File. Click on .bat File and Open with Notepad and then You Easily Change the Password.

So It's Not Work Properly.

• Reply •

Seanypop • 2 months ago Rohit Garg

Make the.bat into a .exe then it wont be able to be edited

• Reply •

Raj • 2 months ago

its just a vogus trick, if someone deletes your file or cut the

locker.bat folder to somewhere else, then the whole data in it will

delete. So, be aware of it. its better to download third party software

like folder lock, etc.

1

• Reply •

hafsa • 2 months ago

when first time i locked that folder it was locked and it was opened when i wrote the password but when the second time i tried to lock

the folder it was not lock and the error accured that the action is denied, can you please help me to solve this problem??

• Reply •

Umar Saeed • 2 months ago

It's awesome, but my question is this if you secure the personal data with password and of course the data will be hide expect locker.bat

file, but in my absence if some one delete the locker.bat file then? is it possible to make the restriction or unable to delete the locker.bat

file by other user???

• Reply •

C. K. • 2 months ago

You can make the .bat file a hidden file and turn off the show hidden files and it will be an empty folder till you need something in the

folder then

turn show hidden files back on again.

1

WHAT'S THIS?

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Share ›

Page 8: How to Create a Password Protected Folder in Windows 7 - Simple Help

How to Disable the “Typing Sounds” on Your iPhones Keyboard2 comments • a year ago

DavidS — This help (the tutorial) - thanks!1

How to Stop Facebook From “Beeping”11 comments • 11 months ago

Pen Quin — I get the beep but get as far as Facebook/view and then I

have no box to untick sound :(

Subscribe Add Disqus to your site

Download FreeSoftwaremobogenie.com/download-software

Download Free PC Manager Software

for Android. Download Now !

Search

Search Go

Simple Help

6.051 people like Simple Help.

Свиђа ми се

Simple Help on Google+

Page 9: How to Create a Password Protected Folder in Windows 7 - Simple Help

Simple Help

Прати

Categories

Bittorrent

Blogging

Blu-ray

BoxeeCable Modems

Chrome

Eee PC

EmailFacebook

Firefox

Flip Video

GamingGiveaways and Contests

Home Networking

HP TouchPad

Internet Explorer

iPadiPod

Kindle

Links

LinuxMac

Mobile Phones

Android

BlackBerryiPhone

Symbian

Windows Mobile

Multimedia

OfficeOther

Reviews

Safari

Screenshot SimsSecurity

Smartwatches

Pebble

TwitterWeb Design & Dev

Windows

Wireless

Bookmark via QR Code

What is this image?

.

Page 10: How to Create a Password Protected Folder in Windows 7 - Simple Help