File protection software
In this article i am going to show you how you can protect your files using password.As we know that there are various types of folder protection software which can protect your files but a limited period of time.If someone get a folder lock software with unlimited time then maximum these types of software's includes virus.I know it very well because i have experienced it.
So i am going to teach you a very easy steps to protect your folders and files with password.
Step 1:
open notepad from your computer.
Step 2:
copy the code which is given below and paste it to notepad.
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDENTER PASSWORD TO OPEN
:CONFIRM
echo .........................................................
echo ........................................ Www.minitipsandtricks.blogspot.com .........................................
echo..............................................................................
echo Are you sure you want to lock the folder(Y/N)
echo Press (Y) for Yes and Press (N) for No.
echo...........................................................................
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 ..................................................................
echo ................................................ Www.minitipsandtricks.blogspot.com ........................................
echo ......................................................................
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== YOUR PASSWORD 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
:MDENTER PASSWORD TO OPEN
md Private
echo Private created successfully
goto End
:End
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDENTER PASSWORD TO OPEN
:CONFIRM
echo .........................................................
echo ........................................ Www.minitipsandtricks.blogspot.com .........................................
echo..............................................................................
echo Are you sure you want to lock the folder(Y/N)
echo Press (Y) for Yes and Press (N) for No.
echo...........................................................................
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 ..................................................................
echo ................................................ Www.minitipsandtricks.blogspot.com ........................................
echo ......................................................................
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== YOUR PASSWORD 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
:MDENTER PASSWORD TO OPEN
md Private
echo Private created successfully
goto End
:End
Step 3:
Now save this file as "locker.bat".
Step 4:
Now open this file.
Step 5:
A folder will appear.
Step 6:
Place your personal files in this folder which you want to protect.
Step 7:
Now open the folder "locker" again and press "y" to protect folder.Your folder will be protected.
Step 8:
Enter a password for your folder.
Now every thing is done.Enjoy.
NOTE: This code works in only windows xp.
Step 4:
Now open this file.
Step 5:
A folder will appear.
Step 6:
Place your personal files in this folder which you want to protect.
Step 7:
Now open the folder "locker" again and press "y" to protect folder.Your folder will be protected.
Step 8:
Enter a password for your folder.
Now every thing is done.Enjoy.
NOTE: This code works in only windows xp.
No comments:
Post a Comment