@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%== YOUR-PASSWORD goto 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 |
plz help mi unlock my pass/folder
which method have you tried ?
is any issue with c++ mail me : harshilramani9777@gmail.com
this is nice
Hi guys ,
I lost my file by move my folder in another place , can anyone help me
File Lost During Moving
Data transfer from one device to another or from a folder to another is a common and easy operation. The simplest way is using Ctrl + C and Ctrl + V or Ctrl + X and Ctrl +V.
Its a good way to protect files, Thanks to it's creator🥰... I am using this for a year. But by mistake, I've delete the batch file after hiding my files. Is there any way to get them back without batch file. I need to know where the files goes after hiding them. Please help me🥺
Watch this video for a demonstration and understanding on how to use folderlock
https://www.youtube.com/watch?v=SfTnDvINg3w
Is there a way to disable direct access the folder my just searching up the item in the search box?
Guys we can just right click on the .bat file and click on edit to see the password. I don't think it is safe
Guys Please help. I used this and locked my 300GB data in my external HD. Now I have forgotten my password. How can I find my password or retrieve my data? Please help
Thank u BrownBlackBlues! The issue is that I got the password but the folder it gives me is empty while when I see the properties of my HD, it shows 7GB free out of 250GB. now what?
i can solve
it
Enter to the folder without the pass....
file:///C:/PATH_TO_FOLDER/Control%20Panel.%7B21EC2020-3AEA-1069-A2DD-08002B30309D%7D
or in options view all files....and enter to.... Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
if i delete my lock folder by locking in this way is this available in my drive?
https://github.com/hr097/Folder-Locker-hider-in-windows find my software for that