WHAT'S NEW?
Loading...

Lock folders without and software

Here's a simple tutorial on how could you simply hide all your files behind  folder and then pssword protect it and then even hide it. All this without any software....So lets begin......

1. Copy the following code and paste it in a notepad file and save the file as "hackerslite.bat"



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%==type your password here 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


2. Now double click the file and you will get a folder called "locker" on the same place. Put all your files there.

3. Now again click the file "hackerslite.bat" and then input a password you want and then press enter.

4. Now type "y" and press enter.



You will see that your folder has been hidden. To get the folder back, open the file "hackerslite.bat" and input your password.
This is it!!!!!!

Stay Updated on Twitter : www.twitter.com/amit_sharma48
Don't forget to like our fb page :  www.facebook.com/hackerslite

0 comments:

Post a Comment