Skip to content

Instantly share code, notes, and snippets.

@pknowledge
Created March 17, 2020 15:36
Show Gist options
  • Save pknowledge/1feef32fa21475eb9742ea247aefe1af to your computer and use it in GitHub Desktop.
Save pknowledge/1feef32fa21475eb9742ea247aefe1af to your computer and use it in GitHub Desktop.
@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
@hr097
Copy link

hr097 commented Jan 7, 2023 via email

@ANZEX
Copy link

ANZEX commented Jan 15, 2023

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

@Christopher-px
Copy link

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}

@kjgjgk
Copy link

kjgjgk commented Sep 18, 2023

if i delete my lock folder by locking in this way is this available in my drive?

@J0emlolz
Copy link

I'm trying to unlock by clicking the .bat, but it won't open the control panel. what do I do?

@Harshith2309
Copy link

Can this private folder be created separately for every drive?

@saad-art
Copy link

Does not do much, the files still show up when searched for which is not what i wanted.
I previously had a similar solutions that completely wipes the folder once it is locked then recreates it when given the right password, the files are missing if you try to search for them while they are locked away.
The problem is that i reset my laptop, ....

@Einstein2150
Copy link

What is this code for? The folder is only hided. It is not secured or encrypted. Using this code seems to work in windows environments but I give you a hint. Mount the drive or stick in linux and you see what happened with the files - nothing in the aspect of security.

@222111faizan
Copy link

it contain virus

@Einstein2150
Copy link

it contain virus

NOPE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment