How to Set Password on Folder in Windows 7
Follow this tutorial and learn how to protect the privacy of your folder easily by setting a password to it in Window 7.
To protect the privacy of files or folders we usually have to download and install third party software. Through this tutorial you will learn how to set password to folder in windows 7 and protect your content without the use of third party software. The password protected folder will restrict the unauthorized person from using that folder.
Step # 1-Create a new text…
fuck your videos
this is not work fake
totally
how to get code to paste
Mare ma .text change nhi ho rha hai
But any one can read your .bat file by goes into edit .bat file and read password and can open it… so it only protect from who don't understand scripting basic
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
my private folder is not creating, even after renaming he folder as -locket.bat
No
i did what you said, but it didn't work!!!
you can probably make your password like "%filedocumentdeny/reject%" or somethin that makes it look like its naturally part of the code text.
how about editing bat file again ?|
.
Not the best solution,
If someone opened that .bat as .txt file then he/she will be able to read and enter that password!
right click bact file click edit
ah thare is the paswoord so this is basicly useless though….
this is not secure it can be easliy deleted
what the code we have to put
i can unhide this in Organize and Folder and search Options
What to paste
works almost fine, cept the most important thing: right or wrong password will unlock the folder lmao (wtf? why and how)
thanks bro
someone send me the code plzz
where should i get the code for me to lock my folder
how to get that code
Private folder doesn't appear
This just renames and hides the folder. anyone can view by enabling SHOW HIDDEN FILES option.