preload
Oct 15

Hide your Folder without using any Programs

Hide your Folder, secret files, hidden folder

Looking for a way to keep your secret files in a safe place but don’t know how to? Here’s the steps on how to make a hidden folder without using any Programs where you can keep your secret files inside so other people won’t be able to find it:


1. Make a new folder (name it anything you want)

2. Inside the folder you just created, make a text file and copy paste code below:


cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private 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 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 folder
set/p "pass=>"
if NOT %pass%== password_here 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
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3. In line 23 replace password_here with your desired password

4. Save it as “locker.bat” without the double quotes

5. Double Click locker.bat and a folder named Private will be created

6. Store your secret files there and double click locker.bat file again to hide the folder

7. You will be asked “Are you sure you want to lock the folder(Y/N)”, input Y to hide folder

8. To unhide folder, double click locker.bat and input password

More SEO Tips? Read Articles Below:

    None Found

Leave a Reply

Waiting for a reply? Subscribe below: