Password Protect Any Folder Without Any Software

There Is No Need To Use Any Software For Locking Your Secret Folder. It Is Easy To Lock Any Folder Without Folder Guard Or Any Other Folder Locking Software.

How To Lock Folder ?

  • Open Notepad.
  • Copy The Given Coding In Notepad.
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%==Hac4istan 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
  • You Can Type Any Password By Replacing 'Hac4istan'.
  • Save It as Locker.bat or With Any Name but Extension Should Be .bat only.
  • A File Named Locker.Bat Will Be Created Click on It.
  • A Command Bar Will Be Open And Folder Named Locker Will Be Created.
  • Copy Your Files That You Want To Lock It.
  • than Again Open Locker.BAT and Type 'Y' To Lock It.
  • Locker Folder Will Be Hidden & Nobody Will Found It.
  • If You Want To Unlock IT Open Locker.BAT And Type Your Password.

Now You Have Secured Your Folder Without Using Any Software.
Password Protect Any Folder Without Any Software Password Protect Any Folder Without Any Software Password Protect Any Folder Without Any Software Password Protect Any Folder Without Any Software Password Protect Any Folder Without Any Software 
SHARE

Milan Tomic

Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 Comments:

Post a Comment