Quantcast
Channel: HiFiFun.Com - Tech Tips and Tricks
Viewing all articles
Browse latest Browse all 393

Trick To Protect Your Folder With Password Without Using Any Software!

$
0
0
Password Protected
In our previous post we gave you the trick to create hidden folder without using any software. In this post we are going to give you the helpful trick to protect your data in a password protected folder without using any software. Yes you can make a password protected folder easily with the help of our trick. It is simple trick or you can say that simple method to create a password protected folder. As we already said in our previous post that it is very difficult thing to keep data secret with any locker software like (folder lock). So this is the best way to create a folder with the password protection feature and save your important data in it. This trick is also a good answer of some common questions regarding security of private data like, How to protect a folder with password?How I can apply a password on a folder? How I can keep my personal data safe with password? So read this article and follow some simple steps to make a password protected folder.

Also Learn: How to create a strong password? & Free Mobile Recharge Trick 100% Real!

Steps to create a password protected folder without any software. 

Below are the some simple steps to make a password protected folder easily.

  • First of all, create a new folder at any place of your hard disk and change its name to ‘Protected Data’. 
  • After that copy and paste the below given code into a notepad file: 
cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential 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 Confidential "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 the Password to unlock folder
set/p "pass=>"
if NOT %pass%== Replace this Red portion with your password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End
  • Replace the red text in the above given code with your password. 
  • Then save this file with the name ‘key.bat’ and place this file into the folder ‘Protected Data’ which you created in the first step. 
  • Now double click on the file ‘key.bat’ to open it. 
  • Then a new folder with the name ‘Confidential’ will be created in the same folder. 
  • Now you can move your personal data in this folder (Confidential) to protect it with password. 
  • After moving your data into ‘Confidential’ folder, open the key.bat file. 
  • After opening this file you will be prompted with the message, “Are you sure to lock this folder.” Press 'y'to lock this folder with the password you entered in the above given code. 
  • Now the folder with name ‘Confidential’ will be hidden from the windows explorer. 
  • To open this folder you have to open the file ‘key.bat’. Then enter your password which you set in the 3rd step. 
  • Enjoy! 

We hope that this information is helpful for you. Read our other interesting tricks like Tips for how to earn money online. & List of All Facebook Shortcut Keys for all web browsers.

Viewing all articles
Browse latest Browse all 393

Trending Articles