How to lock folder without any software?
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 5 of 5
Like Tree1Likes
  • 1 Post By JustJenna

Thread: How to lock folder without any software?

  1. #1

    Join Date
    Sep 2011
    Location
    Macedonia
    Posts
    26

    Default How to lock folder without any software?

    Staff Edit: SOURCE: http://www.insecure.in/folder_lock_trick.asp



    Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
    Any name will do.
    Then you see a batch file. Double click on this batch file to create a folder locker.
    New folder named 'Locker' would be formed at the same location.
    Now bring all the files you want to hide in the 'Locker' folder. Double click on 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.

    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
    Last edited by JustJenna; September 20th, 2011 at 03:38 PM. Reason: Added Source


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2
    JustJenna is offline JustJenna's Avatar Absolutely, I do.

    Join Date
    Mar 2009
    Location
    East Coast, USA
    Posts
    7,669
    Blog Entries
    7

    Default Re: How to lock folder without any software?

    Next time, source your material or its an infraction.
    Avramoski likes this.

  4. #3

    Join Date
    Sep 2011
    Posts
    188

    Default Re: How to lock folder without any software?

    there is no locking for the same account..

  5. #4

    Join Date
    Nov 2011
    Location
    ...
    Posts
    227

    Default

    doesnt work for me :(

  6. #5

    Join Date
    Apr 2012
    Posts
    18

    Default

    thanks i try this

Similar Threads

  1. How to watch movies without unraring them
    By R.A.G.E. in forum Audio & Video
    Replies: 78
    Last Post: September 20th, 2011, 10:00 PM
  2. How to view movies without unraring them
    By E36 in forum Software
    Replies: 9
    Last Post: June 26th, 2009, 09:25 AM
  3. How to: Split ISOs and any other file type
    By Nuzza in forum Software
    Replies: 7
    Last Post: June 3rd, 2009, 02:13 PM
  4. locking folder without any software
    By Primus Lord in forum Miscellaneous
    Replies: 18
    Last Post: April 26th, 2009, 08:14 AM
  5. locking folder without any software
    By Primus Lord in forum General Discussion
    Replies: 3
    Last Post: March 26th, 2009, 12:06 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •