Subscribe to our RSS Feeds
Welcome to my Place...This Blog is Just about Information. The information given on this blog about "hacking" is just for the purpose of preventing yourself from being hacked.
Also This blog is for those folks who are interested in Hacking or rather that who want to become Experts..
Do it on your own risk !!, i am not responsible for any sort of misuse
Here.. You will find various Hacking tricks/ Tips, Hacking Tools etc.....
All posts are tested, nothing fake over here.. If you like, comments on it..
Thanks Regards..
-Samin Yasar

✔ LOCK a Folder without using any Software

0 Comments »
Best Trick Ever !!
Sometimes you want to lock folder to hide your personal files and personal data from other users of computer. You will find many Softwares in market for folder lock but it will not working properly or if it works properly then it wants Registration or want crack to use it for longer time.


So now i am telling you one way by which you can hide your personal files or lock your folder without any software.It is very easy to use and very safe.


How to Lock Folder without any Software :
1. Copy this below Code.


**********************************************************
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo **Folder Locker by http://freehacktech.blogspot.com**
echo ......................................................
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 **Folder Locker by http://freehacktech.blogspot.com**
echo ......................................................
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
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End



2. Then paste it to the notepad.
3. You will find “type your password here” in that code (Without quotes) so just write your password in place of  “type your password here” (Without quotes).
4. Save this notepad as Locker.bat anywhere you wish
5. Then double click on Locker.bat.
6. when you double click on this it will create ‘Locker’ folder automatically there itself, After creating of this folder place the contents you want to lock inside the Locker Folder and run locker.bat again, So it will ask to lock this folder… So just type “y” (without quotes) then press enter. Your folder get disappeared that means you locked your folder. No one can see your files of your locked folder.
7. Now if you want to unlock folder then again double click on Locker.bat, It will ask your password so just enter password and then press enter, Your folder get appeared....lolzz


If you have any problem with this then write your problem in comments. I will try to solve your problem..

✔ Hide a Folder without using any Software -2

 Want to hide your folders but don't want to use a Software ?? No problems! Windows provides you with it's own folder hiding System. (other than Folder Option in Tools)

Suppose, you want to hide the folder games in d: which has the path D:\Games.
In the same drive create a text file and type
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

Create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games
Now save this text file as key.bat

Now you can see two batch files loc and key. Double click "loc" file and the folder named games will change to control panel and you will not be able to view its contents (sometimes that folder will get invisible itself ).
Double click "key" file and you will get back your original folder.

You can do it in any folder..... just specify the folder name instead of 'games' in both files
Check it out!!!!!!!
& Leave comments....

0 Responses to "✔ LOCK a Folder without using any Software"

Post a Comment