How to password protect folders on windows 7
Here is how you do this on WINDOWS 10!!! : http://guidnic.com/index.php/2016/05/...
Here is the code you use in notepad:
cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
: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 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 the Folder :
set/p "pass="
IF NOT %pass% == YourPassword 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
:MDLOCKER
md Locker
echo Folder created.
GOTO END
:END
PAUSE
Closed Caption:
ok in this video I'm going to show you
how to make a password-protected folder
anywhere you want on your computer and
this is for windows seven
first I'll find a folder you want to put
the secret folder into i'm just going to
make a folder right here on my desktop
yeah
a new folder
test
and
open up
whatever folder
you just created or you went into and
then make a new text file
and in this text file I want you to
paste the code which is going to be in
my description into this text file this
little man
and then I want to scroll all the way
down and locate this right here this
password goes here
it's in between if not pass and go to
fail right here
just you can just erase that and type in
any password you want and I'm going to
take and pass work that and then you
click file save as
and you can name this pretty much
anything you want but the extension must
be . back my name mines test loader got
that and then we're going to click all
fall under save as type and you're gonna
put this in the folder you want your
secret folder
and changes clothes
Texas is history . that I'll should be
looking where we saved and just double
click it
and it should create a secret folder
that you can put anything you want in
- and as you can see here it says you
have created a form
it shows action error and go into put
anything you want into this folder and
to lock your full just double-click the
. back i just created and it's going to
ask you are you sure you want to lock
this folder
y for yes and for no I'm not click
why hit enter and it's gonna lock my
folder
and as you can see my father disappeared
right there
and as you can see right here it says
there's no other folders inside this
folder that I created test but in
actuality it is that is just locked or
hidden and to open back up your hidden
or locked folder the age is double-click
on you . that file and it says enter
password into my password and hit enter
yeah
my folder comes back right here and as
you can see the arrow came back to show
you that there's another folder inside
but let's see what happens if I get to
pass was wrong
i lock my folder
i'm going to try to unlock it because
i'm a little Snooper trying to see what
else is in here
and I'm a type in take pass into and
damn it says I got it wrong
I can't get into my folder so that's how
you create a password locked folder
anywhere on your computer windows seven
Video Length: 05:45
Uploaded By: Guidnic
Published: 3/5/2012
View Count: 637,825