Create a Locker Folder Without Any kind of Software..(no programming skills needed)


You can create an locker folder which is invisible to every one except you so that you can keep your files away from your friends/others..

All that you should know is edit and copy in notepad..

1. Open Notepad and Copy the code given below into it.

 "cls
@ECHO OFF
title http://www.computertechmasters.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%== techmasters 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"

2.) Now save the notepad file as TecHLocker.bat  (note: .bat is compulsory ). Follow the Screen shot for clarity. Click Save as your screen will appear like this:




3.) Now your file will look like this: 




4.)Now double click on TecHLocker.bat and a new folder will be created with name MyFolder

5.)Here you can copy all the data into that MyFolder ,that you want to protect from others.

6.)Now the Magic starts Double click on TecHLocker.bat and when a command prompt appears Type "Y" and press enter.

7.) Now that folder will be hidden as you see, later you can access to that folder by double click on TecHLocker.bat again the command prompt appears now type the password . Here your password will be 'techmasters' and you can get access to your hidden files.


This content is For Educational Purpose only Site Admin Or Content Author wont Be Responcible for Any Damages And Please Dont Misuse This Thing Site Wont Be Responsible for Any Damages 


THANK YOU FOR READING MY BLOG I THINK IT IS HELP FULL TO YOU AND COMMENT BELOW FOR ANY DOUBTS AND LIKE US ON SOCIAL NETWORKING SITES AVAILABLE

 


Written by

0 comments:

Ask For Updates