|
|
Best Way To Lock A Folder Without Using An Application | ||
Discussion by Zagete with 55 Replies.
Last Update: April 9, 2012, 1:59 am ( View Rated (5) ) (View Latest) | Page 2 of 2 pages. | ||
![]() |
|
|
once you have the locker.Bat locked. You can rename the file back to locker.Txt and it will show the new password. You can then rename it back to locker.Bat and it will ask for the passwprd you just saw. Sorry to easy to get back into after you have a locked file. We need somehow to lock the locker.Bat file from having any changes done to it once it is back in lock mode. This is still cool to have if no one figures out to rename it back to .Txt
-reply by US Marine
hey, although this method was good... But easily to open by one another also... Because the password still can let other find out from the locker.Bat... =_="
-reply by pclover
this script it great and help a lot.
you can make it better by adding one more feture in this and that is
1) folder can't be deleted when it is locked..
Thanks
Bilal
-reply by Bilal
Tested with Windows 7. Doesn't lock with password. Just changes the Private Folder name to the Control panel{numbers} folder and hides it.
I can double click it in this state and see the content.
Any feedback???
Ginetta
-reply by ginetta
just right click the locker.Bat and edit you will see the password easy to hack the password...Blue_ex of batangas philippines
how do u get an option to change the password without editing the batch file all the time, is there a batch code that u can put with the other code to get this look example:
Enter password to unlock the folder:
******* (Enter)
Would you like to change the password? (Y/and)
Y (Enter)
Enter new password:
*******
-reply by jbonnett
Good one.. Its useful for basic protection. Thanks for putting this up.. And easy to follow
Hi, I am Alok from Allahabad (U.P.) India . Sir I want to know how we can unlock any folderlock software (Installed in the system) using regestry.
Please sir Help Me..
-question by Alok Singh
hi.. Thank you for sharing, it works well, even in win7 :)
-reply by Ikka
You wont Believe it but i was finding this thing for 5 years
THANKS ALOT DUDE
You Rock
Please someone help to get my folder back !!!
I was looking for it for more than 3 years.
good alternate for the Folder lock Sofware
QUOTE (Zagete)
Steps:
1- make a new folder ( name it as you like )
2- inside this folder make a (.TXT ) file & copy the following inside it:
CODE
Quote: cls@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
3- After u copy the command go to line ( 23 ) u will find "password here" Change to any password u want.
4- After that, save it as locker.bat (the txt file will change to an application file)
5- Now go back to the folder & u will find a this locker.bat file.
6- Click on it & u will find a new folder called Private.
7- Now copy what u want in it & after that go to locker.bat by clicking it, it will open and ask you if you want to lock your folder? Y/N ?
8- Type Y
9- If you want to UNLOCK your folder, go open locker.bat & type your password and the Private folder will be made visible again.
Tested and working :]
Hide stuff from strangers, lol...
Link: view Post: 373080
Type Anypassword & there u go.,!
Method sucks.,!
QUOTE (Jimmy)
There is no need for that, crashcore pointed out the flaw with this; the password is stored in the bat in plain text!
Is there a way to add md5'ing into this script, such as use a tool to get the md5 of your password and put that in the bat file instead, use it to compare the md5 of any code entered with the "correct" one?
Link: view Post: 385092
ya u can do it.....just a bit of java code n u get encrypted txt of ur password....
QUOTE (Zagete)
Steps:
1- make a new folder ( name it as you like )
2- inside this folder make a (.TXT ) file & copy the following inside it:
CODE
Quote: cls@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
3- After u copy the command go to line ( 23 ) u will find "password here" Change to any password u want.
4- After that, save it as locker.bat (the txt file will change to an application file)
5- Now go back to the folder & u will find a this locker.bat file.
6- Click on it & u will find a new folder called Private.
7- Now copy what u want in it & after that go to locker.bat by clicking it, it will open and ask you if you want to lock your folder? Y/N ?
8- Type Y
9- If you want to UNLOCK your folder, go open locker.bat & type your password and the Private folder will be made visible again.
Tested and working :]
Hide stuff from strangers, lol...
Link: view Post: 373080
____________________________________________________
It's a good feminine idea, but any buddy may easily access/modify locker.bat file and remove the folder where this .bat file and the Private folder do exist, huh! For example, I created a folder 'Personal' in this folder I put locker.bat file which creates and hides the folder 'Private', ok? But there's no any protection for 'Personal' folder to make it inaccessible. Suppose, my one friend requests me to borrow my USB-Flash Drive for a short while, what's the surety that he/she will not remove or copy the Folder 'Personal'? Thanks!
Anyone can find the password by opening that .bat file in notepad.
QUOTE (Praveen)
There is a flaw in this...
Anyone can find the password by opening that .bat file in notepad.
Link: view Post: 514601
You are right, this is not a perfect solution to lock folder.
One more thing is if you lock a folder on a usb, it's not going to work with this. As the program is accessing local registry.
Similar Topics:
How To Lock A Folder And Keep It Pr...
How To Add An Application To The Ri...
Locking A Folder With No Software A...
Devcamp Bangalore 1 (0)
|
(0) Mouse Off-road 2.17
|
Loading...
HOME 





LOCKDOWN: how to lock apps or folders (5 easy steps)
Folder Lock for iPhone
iPhone App Review: MY SECRET FOLDER - for locking away all your dirty secrets!
Trick to lock down files or folder without any application!!!
How to lock folder
iPhone 4: How To Put Password Lock On All Applications, Folders, AppSwitcher & Spotlight Search
How to Lock Folders on a Mac - Lame Secure bosshog672
lock folder without any software 100% working
How to lock a folder on vista without using WINRAR!
Dot Lock My Data Lite iPhone App Review

