Closed Thread
Results 1 to 8 of 8




  

Thread: [tutorials] How to lock a folder with a password without a software

      
  1. #1
    ren
    ren is offline
    I'm New! ren is on a distinguished road ren's Avatar
    Join Date
    December 2, 2009
    Location
    Right Place
    Posts
    2
    Rep Power
    0
    Feedback Score
    0

    Arrow [tutorials] How to lock a folder with a password without a software

    Let me show you how to lock a folder without a software!

    Steps:

    1- make a new folder ( name it as you like )

    2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)

    Code:
    Quote:
    Quote: cls
    @ECHO OFF
    title Folder Private
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Private goto MDLOCKER
    :CONFIRM
    echo Are you sure you 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 Private "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%== password here goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Private
    echo Private created successfully
    goto End
    :End
    3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :

    eg: if NOT %pass%== narnia1234 goto FAIL
    //so ur password here becomes narnia1234 .//

    4- After that go to ‘save as’ & name this file as "locker.bat "

    5- Now back to the folder & u will find a ( LOCKER ) commanding.
    (locker.exe)

    6- Double Click on it & u will find a new folder (Private )

    7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

    8- Type Y. your private folder will dissapear.

    9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

    it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...

    Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required

    Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.

    Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..



  2. #2
    Jedi Master phpmymirror is on a distinguished road
    Join Date
    December 5, 2009
    Posts
    19
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    thats cool. I always just set my folder to an invisible icon and change its name to the ascii code for spacebar

  3. #3
    Grand Masters vectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nicevectro is just really nice vectro's Avatar
    Join Date
    September 5, 2008
    Location
    U.S.A.
    Posts
    1,499
    Rep Power
    4
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    Maybe I'm missing something here, but couldn't someone just view the contents of the .bat file and see the password?
    Vectro Web Hosting - Web hosting with solid tech support.

    x Proxy Host - Affordable PHP proxy hosting with proxy-specific features.

  4. #4
    Jedi Master davehivelocity is on a distinguished road
    Join Date
    December 5, 2009
    Posts
    40
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    lol , they actually could. This is a great tut but If you want to lock a folder win rar is the way to go!
    Hivelocity - The UNMETERED Specialist-Dave@hivelocity.net-WebHostMagazine Editors choice
    Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support. 99.9+% Uptime 1076+ days and counting

  5. #5
    Jedi Master MichaelWilliam is on a distinguished road
    Join Date
    October 22, 2009
    Posts
    66
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    This is a great tutorial about how to lock a folder with a password without a software. I have tested it. Really it is a good tutorial. thanks for sharing.

  6. #6
    Jedi Master zendoo is on a distinguished road
    Join Date
    December 9, 2009
    Posts
    359
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    You're good, I'll try your shared tutorial.

  7. #7
    Jedi Master blackproof is on a distinguished road
    Join Date
    December 15, 2009
    Posts
    13
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    great tutorial , it might help me out

  8. #8
    Jedi Master aldonjohnes is on a distinguished road aldonjohnes's Avatar
    Join Date
    December 25, 2009
    Posts
    87
    Rep Power
    3
    Feedback Score
    0

    Default Re: [tutorials] How to lock a folder with a password without a software

    i'll try it too. very interesting

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How many emails in your spam folder?
    By LeenkzMike in forum Internet
    Replies: 107
    Last Post: Feb 2nd, 2012, 6:27 am
  2. I lost the CAPTCHA folder - Please help
    By Jani in forum Directories
    Replies: 5
    Last Post: Jul 13th, 2008, 6:38 am
  3. Why lock the thread then carry on????
    By LeenkzMike in forum Forum Lounge
    Replies: 2
    Last Post: Jun 19th, 2008, 7:41 pm
  4. myspace sites that lock up the pc
    By webfashion in forum Computers and Electronics
    Replies: 6
    Last Post: Feb 15th, 2008, 9:54 am

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
WebTalkForums
WebTalkForums
Recent Forum Threads