Welcome to My Website

In This Site We Share Linux Apple Windows And DOS Tips,Tricks,How To,Security Issue,Hacking Stuff And Solve Your OS Problems

I Have Found The Computer Tips & Tricks ,How-To,Security Information On Many Different Website So Now I'm Launch My Blog Which Contains All The Knowledge Which I'm Collected From Different Sites Blogs & Youtube Videos So The New User Can Find All The Stuff In a Single Blog.

Folder Lock

Posted by MYOS Tips Tuesday, August 11, 2009

Folder Lock


@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

Now Follow The Steps:

=====================
Open Notepad & Type The Above Code
Now Find "type your password here" and replaced by a password of your choice.

Save that file by extension name.bat (Choose the name of your choice.)

Now a bat file will appear on your screen.

Double click on that file.

You will see the locker folder.

Save the files in and locker folder in the same directory(Folder).

Double click on that name.bat file & lock that folder

After locking that folder it will become hidden.

To open that folder double click on name.bat file

Type your password & open that folder.




Enjoy.....

0 comments

Share/Save/Bookmark

Labels

Followers