
Folder lock Protect Folder
Folder lock Protect Folder |File by Password in Windows 10?
How To Folder lock Protect Folder File by Password in Windows 10?
Each and Every one of us have some secret files that to be protected from unauthorized users and strangers. There are many free folder lock software’s available in the market that can do this task. Unfortunately some of them show advertisements and some of them urge to buy the premium versions. Some of them install unwanted software’s. To get rid of these create your own folder lock program that can be used to lock your folder with password.
Create your own folder locker:-Folder lock Protect Folder
Creating our own folder lock software is very easy. Follow the below steps to create one for you:-
Follow the following Steps to Folder lock Protect Folder:-
- Right-click inside the folder where the files you want to protect are located. The folder you want to hide can even be on your desktop.
- Select “New” from the contextual menu.
- Click on “Text Document.”
- Hit Enter. It doesn’t matter what the file will be named. You can delete this text file once the lockable folder has been made.
- Double-click the text file to open it.
- Paste the below text into the new document:
cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 folder
set/p “pass=>”
if NOT %pass%==Your-Password-Here 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 Locker created successfully
goto End
:End
7. Find where it says “Your-Password-Here” in the document.
- Replace “Your-Password-Here” with the password you want to lock the folder with.
It will look like this:- if NOT %pass%==XXXXXXXX goto FAIL
- Click File-“Select Save As…” Click on the “Text Documents (*.txt)” next to “Save as type: choose Select “All Files” Change the file name to “FolderLocker.bat” and Click “Save.”
- Now we have almost done. it is time to lock the files. Double-click FolderLocker. The Locker folder has been generated!
- Put all the Secret files into that folder or fill the Locker folder with the items you want to protect.
- Now double click the FolderLocker file again to lock that folder up!
- Type “Y” into the screen and press Enter. The Folder Locker window will disappear, along with the Locker folder itself! Your secrets are safe!
- To unlock the folder, double-click “FolderLocker” and enter the password you entered in Step 8, and press Enter.
- The Locker folder is back. You can open it to find your hidden files. Repeat Steps 12, 13 and 14 to lock the folder again.
Note :- Techies always know how to breach this secret folder so try to give different name for “FolderLocker.bat” and hide it once u finished your work
*******************
You may be interested in below articles :-
Did you checked this How to apply Patta for land in Tamilnadu?
You may be interested in TNPDS Online-Smart Card-Ration Card-Know everything
Check this Building Contract Questions to be asked before Signing a Contract
You may be interested in Know about Carpet Area-Built Up Area -Super Built Up Area
Our Popular Pages :-
If you are looking for a Government job visit our Government job corner by clicking this link. Government Jobs
Visit our Tour Corner to know more visa related information’s/Articles.
Visit our Government Corner for more information’s related to Indian Government and Tamil Nadu Government.
View Technology corner for more technology news.
Post your article in the given link. Visitor Posts Submission Page
Leave a Reply