How To Lock or Hide Any Folder using Command Prompt (CMD) | Ethical Hacking Tutorial Videos

Hello Friends,

How to lock any folder using CMD. 
here some simple steps.
How To Lock Any Folder Without Software (Using CMD)


Here your Locker script.
Copy all blue text and paste into Notepad.

@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST EHtutorial goto MDEHtutorial
:CONFIRM
echo Hello Swetabh 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 EHtutorial "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%== suman FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" EHtutorial
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDEHtutorial
md EHtutorial
echo EHtutorial created successfully
goto End
:End


Now Save your codes as "Locker.bat"
and Enjoy your free locker
That's it.

If you have any problems then you can watch below video.

Now Follow the Video Steps


Thank You

4 comments:

  1. how to hack facebook plzzzzzzzzzzzzzzzzzzzzzz

    ReplyDelete
    Replies
    1. You dont just hack Facebook. You want to hack facebook go onto the dark web(Use tor browser) and pay someone to do it for you.

      Delete
  2. please tell me please plzzzzzzzzzzzzz how to hack facebook

    ReplyDelete
  3. bro that folder cannot be unlock due to script file deleted how can i solve the problem

    ReplyDelete