No Tags Found!

ssnmd
3

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
suchiiv
Hey, i was looking out for something like this to manage my folders. Had almost given up, till i found your post. It works wonders, Great work !!!!! Cheers !!! suchi

Swati.hr
6

Hi Noor, Excellent Work!! Very useful everyone.. Actually i wanted something like this to manage my folders.. your post helped me a lot.. Keep on posting stuffs like this.. Cheers, Swati :)
From India, Bangalore
Pankaj Sharma Jaipur
2

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
Swati.hr
6

Hi Noor,
There is a bug in this program..
It opens with whatever text u enter as password.. Then the folder wont be secure.. Some thing should be done to make the program secure..
If this bug is fixed then that program will be Secure & Useful ...
Cheers,
Swati

From India, Bangalore
Swati.hr
6

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
senthilos
hi,
thx for the brilliant post .
But even if i give wrong password it is working...
i set password1 in the place type your password here ..
but if type password2,asdasd,asdasd also the folder opens..
suggestions please..

From India, Bangalore
bagema
17

This problem is like this
if NOT %pass%==type password here goto FAIL
in this line in the program you need to remove "type password here" and give your password. Now try this. IT won't open with any other password.

From India, Tiruppur
bagema
17

Not only that you can change the name of the folder. Open the program go to
Edit menu :arrow: replace :arrow: Locker :arrow: with :arrow: "your own name for the folder" and now save
you will get the name of the folder you wish to have.

From India, Tiruppur
amitkumargautam1982@gmail
1

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
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.






Contact Us Privacy Policy Disclaimer Terms Of Service

All rights reserved @ 2024 CiteHR ®

All Copyright And Trademarks in Posts Held By Respective Owners.