Hello Geeks,welcome back to worldtrick360. Everyone interested to lock their personal files from other victims.But hiding a folder must need a third party softwares,Due to this many people are unable to hide there personalfiles.Nowadays many people are facing this problem.They are unable to protect their files from victims and loosing their valuable documents.
Dont worry this tutorial definately helps you to lock your folders without using any third party softwares,we can lock easily with help of simple Notepad code.Have you ever tried to lock a folder using Notepad.Yes we can easily lock our files folder with help of notepad.In this tutorial iam going to explain you in detailed view how to lock a folder using notepad.Just follow the below steps in order to lock your folder.
How to lock a folder
- Open Notepad.
- Now copy the below code and paste it in Notepad.
cls
@ECHO OFF
title worldtrick360 Folder Locker
if EXIST "RecycleBin.{645ff040-5081-101b-9f08-00aa002f954e}" goto UNLOCK
if NOT EXIST Locker goto worldtrick360
: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
if %cho%==k goto worldtrick360
if %cho%==K goto worldtrick360
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "RecycleBin.{645ff040-5081-101b-9f08-00aa002f954e}"
attrib +h +s "RecycleBin.{645ff040-5081-101b-9f08-00aa002f954e}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if %pass%==k goto K2H
if %pass%==K goto K2H
if NOT %pass%== worldtrick360 goto FAIL
attrib -h -s "RecycleBin.{645ff040-5081-101b-9f08-00aa002f954e}"
ren "RecycleBin.{645ff040-5081-101b-9f08-00aa002f954e}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:worldtrick360
md Locker
echo Locker created successfully
goto End
:worldtrick360
start iexplore.exe
:End
- Now save file as "locker.bat".
- Now double click on that "locker.bat file".
- Now you can see your locker folder appears just below your file.
- Now copy your personal document,photos,files etc into the folder.
- Again double click on that "locker.bat file"Now it asks you to lock your content then press "y"Now your folder will be vanish.Your files are completly in safezone.
How to open again your locked folder
If you want to open your locked folder again double click on that "locker.bat file"Now you asked to type your password.
Now type your default password 'worldtrick360' and press enter.
- Thats all guys, now enjoy this locking folder trick and keep safe your files from your victims and hackers.Guys more number of tricks in this site and keep in touch with us.Any queries regarding the article feel free to ask through your valuable comments.we always appreiate your comments.
This comment has been removed by a blog administrator.
ReplyDelete