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

Change User Account Password in Windows 7 and 10 Without Knowing Old Password (Method 2)

Hey readers, in previous article I showed how to change user account password using Windows management tool, in this article we will do the same by using CMD. This will be easier than previous trick.  Follow the link below if you missed 1st method Change User Account Password in Windows 7 and 10 Without Knowing Old Password (Method 1) Step 1: Open an elevated Command Prompt. Click on Start button, go to All Programs -> Accessories and right click on Command Prompt and select "Run as Administrator" from context menu. In Windows 10, you can do this by simply searching in Start menu. Step 2: You can use the net user command to change Windows password easily, without supplying the old password: net user username  new_password Replace username with your Windows account name, and new_password with your desired new password. Thanks for Visiting..

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.

How to Hack Facebook Account Using Phishing (Wapka)

Hey geeks here I am with this cool post to show you how to hack any facebook account using phishing easily. As we all know facebook is very popular social media now days. There are more fb id are there on facebook then people living on earth. In this post we will be hacking a facebook account easily by using phishing method. This post is for educational purpose only. First of all...What is Phishing...? Phishing is a trick in which we provide the target with a fake login page. As soon as the target types its username and password and hits enter the credentials of the target automatically saves to your system. So Let's get started...