Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Create Password Protected Folder Without any Software


Protect of our Private data without using any software or any third party application.Many software are available in the market that protect our data but that software are easily hack.So friends Today I am going to show you how protect any kinds of data on that Folder.It is easy process to create Password for protected folder.

Step 1:- Firstly you can create one folder and rename as Technomakes.


Step 2:- Go inside the folder and create one text file.open text file.
Note:It is most important to save the text file as extension .bat without bat file it not work the tricks.so carefully do this things.

Step 3:- Copy the below code and Past in that text file and Save as with extension .bat.

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%== ENTER_PASSWORD_HEAR 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
Note:- Rename the Password ENTER_PASSWORD_HEAR  with your new password and save file.

Step 4:- open that .bat file. when you open file one folder is created. you can store all the data that you hide.

Step 5:- Again double click on .bat file and hide your folder.Enter Y.
Step 6:-when required to open the Enter the password that  set.
Finally the folder is to be protected.For more trick you can Like my Facebook page. If you have any problem write on comments. 


  
  


This post first appeared on WhatsApp Web Use In Google Chrome Browser On Pc/C, please read the originial post: here

Share the post

How To Create Password Protected Folder Without any Software

×

Subscribe to Whatsapp Web Use In Google Chrome Browser On Pc/c

Get updates delivered right to your inbox!

Thank you for your subscription

×