Skip to main content

How To Create a Password Protected Folder Without Any Software

Before you get started you need to create a folder that will house your password protected folder, this is just an ordinary folder and can be located anywhere and named anything.

 
 

Open the document, now paste the following code into the contents of the document:

 
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_GOES_HERE 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
 
 

 


Change the PASSWORD_GOES_HERE text to the password you want to set. Now go ahead and save the file as locker.bat.



Now run your batch file by double clicking on it–the first time you run 
it, it will create a folder called Private. This is where you can store 
all your secret things. When you have finished adding all your stuff to 
the Private folder, run locker.bat again.

Comments



  1. If you ever want to change or up your university grades contact cybergolden hacker he'll get it done and show a proof of work done before payment. He's efficient, reliable and affordable. He can also perform all sorts of hacks including text, whatsapp, password decrypt,hack any mobile phone, Escape Bancruptcy, Delete Criminal Records and the rest

    Email: cybergoldenhacker at gmail dot com

    ReplyDelete

Post a Comment

Popular posts from this blog

Free Download DELmE's Batch Virus Creator Tool (Updated 2018)

DELmE's Virus Generator DELmE’s Batch Virus Generator is an amazing virus creation program with lots of options to infect the victim’s PC such as formating C: drive, deleting all files in Hard Disk Drive, disabling admin Privileges , cleaning registry, changing home page, killing tasks, disabling/removing antivirus and firewall and lots more.

Simple Trick To Block Facebook On Your Computer Easily

Its been long since I have posted about facebook tricks so here I am with this new tutorial in this tutorial I will share with you guys an amazing programme or small little tool that will allow you block facebook on your computer easily in just few simple steps. So lets get started 

Top Websites To Learn Programming Languages

Ever wanted to learn computer programming languages, but didn't know where to start ? Well, those days are over. Today learning programming languages is not really a hard job. If you are a beginner and have aptitude to learn computer programming then you can accomplish this goal within a few months. Programming is very important for those who want their bright carrier in IT field. Here are the top 6 websites, which are useful for learning programming. Lets start