Skip to main content

How to Lock folder without any software with password


Step 1: Open Notepad
Step 2: Add Code to Document
            Now just copy the text below and paste it into your document.
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this 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 "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== wonderhowtogoto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
Step 3: Edit Folder Name & Password
With the text pasted in, you can adjust the locked folder's name, as well as the password used to unlock it. The default folder name is "Private" and the default password is "wonderhowto."

Step 4: Save Batch File

Now save the file as whatever name you'd like, but make sure the name ends in ".bat" and that you select "All files" in the drop-down box when saving. Also, if you opened Notepad directly rather than using the right-click, be sure to adjust you save location accordingly.

Once saved, your file should look like this in the folder you choose:

Step 5: Create Folder

Now double-click on the batch file you just created (or select and hit Enter). You'll notice a new folder comes up.

At this point, you can start adding files to this folder. Don't worry, you can always add to remove files from it later.

Step 6: Lock the Folder

Once you're ready to lock the folder, simply double-click on the batch file (or select and hit Enter), then choose 'y' on the window that pops up and hit Enter.

You'll notice that your folder has now disappeared.

Step 7: Access Your Hidden & Locked Folder

Now whenever you need access to your folder, just double-click on the batch file, input your password and hit Enter.

To re-lock (and hide) the folder, just hit the batch file again. And remember, you can name the batch file and folder whatever you like, you feel free to make sure of this trick in multiple locations on your Windows machine.


Comments

Popular posts from this blog

HOW TO HACK FACEBOOK ACCOUNT WITH ANDROID PHONE

HOW TO HACK FACEBOOK ACCOUNT WITH ANDROID PHONE 1. Visit this link Link                    OR Link  and create an account there here 2. Log in there and locate the type of page to show to your victim when you give him/her the link 3. Deceive her to log in. I will post some confusing sentences so that u copy and use it. 4. When he or she login she will see a blank page, then come back to the site u got the link from and click on MY VICTIMS. 5. You will see the user name, password, IP address, etc Facebook Hacked Successfully. ///////////////////////////////////////////////////////////////////////// In this tutorial I will teach you how you can make a phishing page which is undetectable (Which is able to bypass hosting security). So lets get started!! Things you need: Notepad++ A site of which you want to make a phishing page (In this tutorial we will use Facebook) Free Hosting Account, I re...

Remove Shortcut Virus From Your Pc And Pd

How To Remove Shortcut Virus From Your Pc and Pd ✅ Method 1. - Clean up and remove Shortcut Virus by CMD - 1. Click on  Start  and select  Run; 2. Type: CMD  and Hit Enter to open  Command Prompt; 3. Type the  drive letter  of your hard drive partition in PC or USB flash drive and hit Enter; (G for example.) 4. Type:  attrib g:. /d /s -h -r -s  and hit Enter. You’ll be able to see your files and data on Windows PC or USB flash drive now. ✅Method 2. -Cleanup Shortcut Virus with Shortcut Virus Remover or Anti-virus Software- If you need a double guarantee, you can download and install anti-virus software to clean up all shortcut viruses from Windows 10/8/7 computer and USB, etc external storage devices. Here below you’ll see a list of anti-virus software and tools and you can selectively choose one to try ➡Trojan Removal Tool; ➡Shortcut virus fix folder; ➡Malwarebytes Anti-Malware, etc. ✅Method 3. - Delete/Wip...

ACTIVATE ANY WINDOWS

How to Activate Windows 10 using Command prompt. First Connect your Laptop to the Internet or WiFi Open Notepad. Paste the code provided below. Save the file as a .bat file. Run the file as an administrator. Restart your PC. @echo off title Windows 10 ALL version activator&cls&echo ************************************&echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation... cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul cscript //nologo c:\w...