SE Submission

Tuesday, January 4, 2011

Easily Hide and Lock file and folder without any software

1. Open a Notepad file.
2. Copy and paste this code in this file:

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



3. Edit your password to replace this text: type your password here in the line of 23.

4. Save this Notepad file by the name of: locker .bat.

5. Double click on the file of: locker .bat. And you will see a folder create with name of locker.

6. Now enter/ keep the files and folders on Locker which you want to hide or lock. And Double click on the file of: locker .bat. A Dialog Box will show. Type Y on the Dialog Box and press Enter. The file become lock and hide.

7. If you want to open the file Double click on the file of: locker .bat. A Dialog Box will show. Type Your Password on the Dialog Box and press Enter. The file become open.

0 comments:

Post a Comment

  ©SEO and Online Marketing in Bangladesh - Todos os direitos reservados.

Template by Dicas Blogger | Topo