How To Open A Secret Folder That Has Only Your Access Without Software
How To Open A Secret Folder That Has Only Your Access Without Software
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpkixBQgF658tS91YmoVn_xcz3vBvxlcsTZRIxhd23Yx2UwW6_XKuy96cPViW25l16ZKiyS7TSEQzzD83Xevk6Fb6hHKFjRYdM8Q0V68hvjtyXj06WGI9TUPf6qrW0T2dPtBMNU4H9gcpO/s320/Notepad.png)
To do so just follow this tricks and steps:
1 Go to your desktop screen and Create a new text document.
2 Add the following characters in it with following bold text
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==me goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==me goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
3 Now save it and change the file extension from .txt to .bat and again save it.
4.Now open the bat then a new folder will be created name private.
5 Re click the private folder and it will ask for will you like to lock the folder press y and the folder will be disappeared.
6 Now again click the .bat file and it will ask for password and hit the password me and then the folder will open other it will say access denied.
Remember the password for folder is only me in bold text.
Hope you guys all enjoyed this trick on how to open a secret folder and always remember you can send your problems and request through our contact us page or you can simply just comment us .We will be very happy to see your complains , suggestions and request for our website.Stay safe and have a nice day.
Hope you guys all enjoyed this trick on how to open a secret folder and always remember you can send your problems and request through our contact us page or you can simply just comment us .We will be very happy to see your complains , suggestions and request for our website.Stay safe and have a nice day.