TIPS & TRICKS

How to create password protected folder using Notepad ?

To create a password protected folder using Notepad, you will need to first create a new text document in Notepad.

                                How to create password protected folder

  • In the document, you will need to type the following code:

@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%== 12345 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

  • 12345 is password. Change it to your own password.
  • Save the file as private.bat with File Type As All Files (.).
  • Now, when you click private.bat, it will create a Private folder. Move your private files, documents and folders here.
  • Close Private folder.
  • Now, no one will be able to open the folder without the password.

Mad_time

Recent Posts

Top 10 Freelancing Websites for Finding Your Next Gig

Top 10 Freelancing Websites for Finding Your Next Gig As the internet continues to revolutionize…

1 year ago

Top 5 Websites to Download YouTube Videos

Top 5 Websites to Download YouTube Videos Are you tired of buffering and slow internet…

1 year ago

Google Pixel Fold and Pixel 7a: Leaked Information and Rumors

Google Pixel Fold and Pixel 7a: Leaked Information and Rumors Introduction: As we move further…

1 year ago

Top 10 YouTube Channels for Motion Graphics

Top 10 YouTube Channels for Motion Graphics Are you looking for inspiration and resources to…

1 year ago

WatchGPT: Use ChatGPT on Apple Watch

WatchGPT: What is it, How to Use ChatGPT on Apple Watch? WatchGPT is a feature…

1 year ago

Motorola Moto G Stylus 2023 Spotted on Geekbench: Losing Android 13 Specifications Motorola has been…

1 year ago