Welcome again friends, Today i am gonna show you how to lock folder without any software with simple trick
here is step by step tutorial which could make your data safe with folder lock
Step 1: Select your data what you want to lock .
Step 2: open this folder and make bat file as in below video
Step 3: here is code what you need to paste in notepad file
cls
@ECHO OFF
title Folder Secure
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Secure 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 Secure “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%== www.cancelsave.com goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Secure
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Secure
echo Secure created successfully
goto End
:End
Step 4: now double click on bat file for secure folder.
Read also :- How to get Window 7, 8 or 10 password without software
Step 5: Put your data into that folder and go back.
Step 6: Now again click on that folder, A new window appeared asking “Do you want to lock folder” press Y and enter.
Step 7: Now your folder is successfully locked
How to unlock locked folder in windows
Step 1: Open same folder as in video above and double click on .bat file .
Step 2: here you need to give your password which is www.cancelsave.com
Step 3: Now your folder is unlock and your data can be viewed.
Thank you for reading our article Lock folder without any software
Hope you like our article 🙂
- Gandi Baat Season 6 All Episodes Download - April 13, 2021
- Now play PUBG Mobile in India with just one click; With or without VPN - April 8, 2021
- Former Facebook employees forcefully join the chorus against Mark Zuckerberg - June 4, 2020
More from my site

Leave a Reply