Folder Lock for Windows XP:
Okay let’s say you want to lock a folder from your windows
Xp computer.
Follow the steps below it’s so simple.
1. Create a New folder from any drive.
2. Copy something here what you want to locked or give password
3. Now right click on the folder and select send to
4. Select compressed or zipped folder
5. Now a zipped folder will be created
6. Now delete the original folder
7. Now open the folder by open with zipped folder
8. Right click on the blank screen
9. You can see the last option is add a password to this zipped file
10. Select it and give password confirm it again
11. Now your folder will start processing add password in it
12. From now the folder is password protected
13. Now checked the folder you need to give pw to open it.
14. You are done.
Enjoy
https://www.facebook.com/F.A.Mamun
Folder Lock for Windows 7:
In windows 7 it is quite difficult to complete the
process. However i am showing you how to follow the process in windows 7
also.
So whatever you want to locked or make password protected just cut and paste in this folder. Let’s start:
1.Open a notepad
2.Insert 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 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
@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%==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
3. Save the file by any name for example:
abc.bat before save change the red color type your password here with your any
password that you choose.
4. Now you can see a bat file has been created
5. Double click on it
6. A new locker folder will be created
Note: The locker folder will be created -where you save the fam.bat file. So if you want to create a password folder in drive D for example so save the bat file in same drive.
7. Now cut and paste your things into the locker folder
8.Now open the bat file
9.A black dialog box will pop up here. You will be asked whether you want to give password or not. Y/N clicks on Y and give the pw which you type on bat file.
10. Now the folder will be locked and hide.
11. Now you want to return back and unlock the folder
12.Just click on the bat file and give pw the folder will appear again
13.Tested the bat file giving wrong pw the locker folder will not open.
So from now you can secure your private data without any software.LOL
Note: Don't keep the bat file at the same place where you locked the folder. You can keep the bat file in any other place also. This bat file is very important. Don't delete it. In case this file is being deleted by mistake then you have to create a bat file again in same direction with same name and password. Then you can recover your locked folder again. So keep the code in safe place. Otherwise you can change the bat file name by exe so that everybody would think it’s an executable file. Just rename it by exe. So nobody can see your bat file anymore.



No comments:
Post a Comment