Dear All,
Good Morning, Here is the procedure to lock your folder without any software. Try it. Hope it is very useful.
Folder Lock without any S/W :
Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. DON'T FORGET TO CHANGE YOUR PASSWORD IN THE CODE ITS SHOWN THE PLACE WHERE TO TYPE YOUR PASSWORD.
after creation of Locker folder again click on the locker.bat. It will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again.
************************************************** ********
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
************************************************** **
Noor
From India, Mumbai
Good Morning, Here is the procedure to lock your folder without any software. Try it. Hope it is very useful.
Folder Lock without any S/W :
Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. DON'T FORGET TO CHANGE YOUR PASSWORD IN THE CODE ITS SHOWN THE PLACE WHERE TO TYPE YOUR PASSWORD.
after creation of Locker folder again click on the locker.bat. It will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again.
************************************************** ********
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
************************************************** **
Noor
From India, Mumbai
Dear Mr. Noor,
Apparently it seems valuable, but the same gets opened even if you do not put your set password....it accepts everything to open, which is threat to security issues. Please update me if I am doing any mistake in following you.
Regards,
Pankaj Sharma
From India, Chandigarh
Apparently it seems valuable, but the same gets opened even if you do not put your set password....it accepts everything to open, which is threat to security issues. Please update me if I am doing any mistake in following you.
Regards,
Pankaj Sharma
From India, Chandigarh
Hi Siva,
That program is about Locking your folders. You can keep ur documents safe and secure using this program. It can be opened only by u. You can save all ur confidential documents in this folder and u can lock it and by giving ur password u can unlock..
But there is a bug in this program, it is opening with any password. If anyone good in programming can fix this, then it will be a secure program..
Hope i made u understand what is this program about..
Cheers,
Swati :)
From India, Bangalore
That program is about Locking your folders. You can keep ur documents safe and secure using this program. It can be opened only by u. You can save all ur confidential documents in this folder and u can lock it and by giving ur password u can unlock..
But there is a bug in this program, it is opening with any password. If anyone good in programming can fix this, then it will be a secure program..
Hope i made u understand what is this program about..
Cheers,
Swati :)
From India, Bangalore
Dear All
But there is a problem in the program that if shared the folder then it appeared in all the network systems. Now what i want that if i share this folder then if other users want to open it then it will appeared after the password, so that the files in the folder will remain safe..
please help its so imp. to me....
thanks
Amit gautam
HR-Executive
From India, New Delhi
But there is a problem in the program that if shared the folder then it appeared in all the network systems. Now what i want that if i share this folder then if other users want to open it then it will appeared after the password, so that the files in the folder will remain safe..
please help its so imp. to me....
thanks
Amit gautam
HR-Executive
From India, New Delhi
Community Support and Knowledge-base on business, career and organisational prospects and issues - Register and Log In to CiteHR and post your query, download formats and be part of a fostered community of professionals.