Subscribe via RSS

Glider Content

Thursday, 14 July 2011

Create Secret Folder Locker Without Any Software

Just follow these simple steps:
1.Goto Start->Run
2.Now Run window will open
3.Type Notepad in the location area to open a notepad
4.Now Copy the below code & paste it in your notepad

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDMANNUFORALL
:CONFIRM
echo Are you sure to Lock this 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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== kamlismit 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
pause
goto end
:MDMANNUFORALL
md Locker
echo Locker created successfully
goto End
:End
5.Save it as Anyname.bat
6.Now you see a batch file.
7.Double click it to create a folder locker.
A new folder named Locker would be formed at the same location.
Now brings all the files you want to hide in the locker folder.

Now double click the batch file to lock the folder namely Locker.

If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.
Note:If you want to change the password change the red highlighted text in the code to your password.


Don't worry if the password will be wrong the batch file will prompt as Invalid Password.


Please leave the comments after reading the posts..

Do you like this post? Please feel free to link back to this article by copying one of the codes below.From your website, blog or forum site.

URL (Facebook , Twitter , Orkut , Myspace , Linked IN , Google + , etc..): HTML link code(Blogger , Wordpress ): BB (forum) link code:

1 comments:

kevin said...

Thank you for another fantastic posting. Where else could anyone get that kind of information in such a perfect way of writing and i was looking for more info.
Custom essay writing service

:) :( ;) :D ;;-) :-/ :x :P :-* =(( :-O X( :7 B-) :-S #:-S 7:) :(( :)) :| /:) =)) O:-) :-B =; :-c :)] ~X( :-h :-t 8-7 I-) 8-| L-) :-a :-$ [-( :O) 8-} 2:-P (:| =P~ :-? #-o =D7 :-SS @-) :^o :-w 7:P 2):) X_X :!! \m/ :-q :-bd ^#(^ :ar!

Post a Comment