How to lock folder without any folder lock
hey i am come to know a beautiful trick who lock yours folder without any folder lock this trick work every computer
steps
1 = open your notepad
2 = paste this below code
cls
@ECHO OFF
title helptoeasynet.blogspot.in
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo 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 MyFolder "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%== helptoeasynet goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
3 = replace helptoeasy with your passwoed
4 = save this file as name locker.bat { name is anything but .bat is must }
5 = open the locker.bat file
6 = a folder name my folder is created
7 = your files save to my folder
8 = and then go to locker.bat and type y and press enter
9 = enjoy your file is secure.
thank you for help
ReplyDeleteThankyou for this working trick.
ReplyDeleteThanks i need this script
ReplyDelete