Results 1 to 10 of 10

Thread: Folder Lock Without Any Software

  1. #1
    Join Date
    May 2008
    Posts
    115

    Folder Lock Without Any Software

    Hi, Guys Here a new Trick to lock Folder without using any Software. You need to just a bit editing in Notepad and Save it as Batch files.

    Here the Method.

    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

    1. Exactly Copy paste it In Note pad and save it as a Batch File

    2. Double click on batch file you have created and you will see a new folder on your desktop called “Locker”

    3. Now add the files you want to be locked in that folder.

    4. Double click on batch file you have created again, and it will ask you if you want to hide the folders

    5. Type Y For Yes. The folder will be locked and hidden.

    6. To unhide, double click batch file you have created , type in your password and press enter…

  2. #2
    Join Date
    Oct 2008
    Posts
    50

    Re: Folder Lock Without Any Software

    Quote Originally Posted by JoeFrat View Post
    Hi, Guys Here a new Trick to lock Folder without using any Software. You need to just a bit editing in Notepad and Save it as Batch files.

    Here the Method.




    1. Exactly Copy paste it In Note pad and save it as a Batch File

    2. Double click on batch file you have created and you will see a new folder on your desktop called “Locker”

    3. Now add the files you want to be locked in that folder.

    4. Double click on batch file you have created again, and it will ask you if you want to hide the folders

    5. Type Y For Yes. The folder will be locked and hidden.

    6. To unhide, double click batch file you have created , type in your password and press enter…
    Hi, joefrat good work nice tricks i will try it and tell you about it.

  3. #3
    Join Date
    Oct 2009
    Posts
    2

    Re: Folder Lock Without Any Software

    after getting locked, i am unable to unlock it......
    after entering the password the private folder doesn't appear....
    what shoould i do, plz help me........

  4. #4
    Join Date
    Sep 2009
    Posts
    3

    Re: Folder Lock Without Any Software

    Quote Originally Posted by pavankalyanq View Post
    after getting locked, i am unable to unlock it......
    after entering the password the private folder doesn't appear....
    what shoould i do, plz help me........
    --------------------
    Dear password is 'pass' without quotes.
    Folder will appear, if not refresh.

  5. #5
    henry21r Guest

    Re: Folder Lock Without Any Software

    well i know about this... it will create it as a control panel isnt it... i tried it and it is a real successful...

  6. #6
    Join Date
    Jan 2010
    Posts
    1

    Re: Folder Lock Without Any Software

    Okay it works. Now how do you hide the batch file?

  7. #7
    Join Date
    Jun 2011
    Posts
    1

    Re: Folder Lock Without Any Software

    Great dude it works...........


    thanks

  8. #8
    Join Date
    Jul 2011
    Posts
    1

    Re: Folder Lock Without Any Software

    Dude when i cdouble click for unlcoking file its asking password and wen i gve any passwords its working ie folder gets unlcoked. How do i use it for specific passwords??..Thanks in advance

  9. #9
    Join Date
    Dec 2007
    Posts
    1,736

    Re: Folder Lock Without Any Software

    Quote Originally Posted by deepkewl16 View Post
    Dude when i cdouble click for unlcoking file its asking password and wen i gve any passwords its working ie folder gets unlcoked. How do i use it for specific passwords??..Thanks in advance
    It is very simple to use Folder Lock, all you need to do is just create a new locker with your password, after creating the locker you just need to select either you want to lock your files or want them to be encrypted, its a really nice security application with amazing features. Or you can even don't select, use checkbox to mark folders to protect.

  10. #10
    Join Date
    Jul 2011
    Posts
    1

    Re: Folder Lock Without Any Software

    good job thanks

Similar Threads

  1. Best free folder lock software for windows 8
    By W8 in forum Windows Software
    Replies: 2
    Last Post: 29-12-2012, 06:59 PM
  2. Download Free folder lock software for mobile phone
    By Simpson in forum Portable Devices
    Replies: 77
    Last Post: 01-11-2011, 11:12 PM
  3. My Folder lock 5.8.0' software does’nt work
    By Calandar in forum Software Development
    Replies: 4
    Last Post: 03-01-2011, 03:50 PM
  4. Lock folder without any software
    By SpearMan in forum Tips & Tweaks
    Replies: 12
    Last Post: 11-10-2010, 08:49 PM
  5. Folder lock software for nokia mobile phone
    By Anoop in forum Portable Devices
    Replies: 10
    Last Post: 09-10-2010, 02:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,480,487.80967 seconds with 17 queries