Powered by Blogger.
RSS

Make Your own Folder lock to lock Your Private Data | Folder lock without any Software

Make Your Own folder lock without any software, just with the HELP of Windows NOTEPAD.


Copy and Paste the Below Data in new text Document and Save the Document with the Extension .bat i.e avi.bat and Save it.

A new BATCH file will be created where you will save. That Your Folder lock made from notepad. In Begging it will ask for your Password, Type the Password. When you will open that File it create a new FOLDER name with PRIVATE and you can move your data and Save in That Folder You want to hide.



 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




But in Search you can search your Files after all you locked your files because it just hide the Folder not the data. So for just normal hiding you can use it.

Njoy the TRICKS.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment