Wednesday, 22 May 2013

Dos Trick To Lock Your Folder



Dos Hack Trick To Lock Folders.

You may using many Folder locking software in your computer.
And you you have to pay for it and after all that some softwares come to break those lockers and you dont have any new idea very soon.


Here is a dos hack trick to lock folder with out using any software.
so that no one can crack the password and can not have access to your folders data.

To use it you need to create a dos batch file for your computer. It has a collection of codes which can make a password protected folder for your computer. And the good news is that it wont cost you. Just need to create a file with you.



So here We go: Copy the giving codes into a notepad file and save it as lock.bat file.

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 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%==pwd 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

These are the magical codes to make you a Dos folder locker.
After saving it double click on it it. If it will ask for password type pwd and press enter.
The radio staggers against the backspace!

Mohammad Fazle Rabbi



mine-counter

Home | About Me | Contact Me | Feadback

Copyright © 2013.www.Bmmekwan.Tk All Rights Reserved.