" 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%== passwordpassword 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 Pause ------------------------------------------------------------------------- Old code [which has shown in video tut] ------------------------------------------------------------------------- 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 ------------------------------------------------------------------------- how is it working ------------------------------------------------------------------------- 1. Clear Screen 2. Do not display each line only display the command output on screen 3. Display the command box title bar to Folder Locker 4. If exist a folder name Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D then goto Unlock 5. If folder don't exist then make directory folder name Locker 6. Begin of CONFIRM statement (This will only come up once you have a folder name Folder created) 7. Display Are you sure u want to Lock the folder(Y/N) 8. Set prompt string for cho 9. If cho is capital Y goto :LOCK 10. If cho is small y goto :LOCK 11. If cho is small n goto :End 12. If cho is capital N goto :END 13. Display invalid choice if any other keys are input 14. Go back to top :CONFIRM again 15. Begin of LOCK statement (This will kick in if you answer Y or y) 16. Remane Locker folder to Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D 17. Put attribute on Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D to hidden and system file 18. Display Folder Locked 19. Goto END 20. Begin of UNLOCK statement (Kick in when you have already had your folder Locked) 21. Display Enter password to Unlock Folder 22. Set prompt string for pass 23. If the pass password is not what you set here after the == goto :FAIL 24. When password is enter correctly then clear hidden folder and clear system file attribute 25. Rename Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D to Locker folder 26. Display Folder Unlocked Successfully (If only correct password is entered) 27. Goto End 28. Begin of Fail statement 29. Display Invalid Password 30. Goto End 31. Begin MDLOCKER statement 32. make directory folder Locker 33. Display Locker created successfully 34. Goto End 35. End statement" />

Lock Folder Without Any Software + Password Systeam

Tags:
Locker Lock Password Systeam Folder Lock Without Any Software Filelocker How Tips Tutorial Comp

Please wait while the video loads.

 
tct
  • Submitter:
    tct
  • Visits: 2,828
  • Subscribers: 4
  • Comments: 4
  • Updated: 18-Dec-07
  • Video: 3
  • International Basic English
  • Comments: 49
  • Views: 41,072
  • Added: 13-Aug-07

Lock folder without any software and password systeam code: --------------------------------------------------------------------------------- cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER echo Folder created More»

  1. Categories: How To, Science & Tech
  2. Favorite On: markp213 sweetysweet sumeeesh cakk155 lilD3vl
49 Comments | Add Comment
  • Nice but...

    It works fine, but when I right click on the locker icon, the text file is revealed, along with the password to the folder. Any way around this? Thanks anyway....

    By Cool guy1 1188936532 Reply Spam [+2] Moderate Up Moderate Down
    • works fine, but...

      ...but what if i have "show hidden/system files" on -- then i get the shortcut "control panel.{...}" on my desktop. if i click on it everything is fine since it goes to the control panel, but if i rename it, i just get a regular folder with all its content unhidden :(

      yeah, this post is really old, i bet nobody reads it anymore

      By choovuck 1213418374 Reply Spam Moderate Up Moderate Down
      • Isnt it just creating a hidden

        directory which the batch file then uses a password to access. If you change the MD command to "C:\*\*\locker" then its just a regular directory, I would like to know what that "control pannel." string means. Ive read through the batch file and that is the only part i dont understand. Also, this isnt working for me, which is why im curious.

        By Turn off the shyness 1194344380 Reply Spam Moderate Up Moderate Down
        • Oh,

          I see what it does now that string of characters makes it a shortcut to control pannel and the words control pannel title it as such and then its hidden and made a system file. So if someone has veiw system and hidden files it just looks like, and funtions as, a shortcut to control pannel, clever. You can decide where to put it and what to call it by just replacing everywhere that says "locker" with the path of your directory. Ive also changed the text up a bit cause I prefer it that way. Also i c/ped the same text in the bat file on top of it written a lable at the top of the original, a goto at the top of the c/ped one and then changed the password in the top one, so then if someone reads it to find the password, and doesn't read it too carfully they'll get a phoney password but, when executed, the batch file will just skip over the false section.

          you could also make a second folder and mess with the bat file a little so that it switched them rather than a folder just appearing out of nowhere, just do its less conspicous. But then you'd have to change the "if exist" commands to files INSIDE the folders because they'd have the same names.

          I really like this idea, thanks tct.

          By Turn off the shyness 1194504060 Reply Spam Moderate Up Moderate Down
      • Buy steroids with no prescription from L

        By avrilhugewomanot 1191484093 Reply Spam Moderate Up Moderate Down
        • I don't think is usefull....

          You should save the text file as binary form.
          If just like what you show, anyone can just right click and view your password.

          By sin sin 1187536452 Reply Spam Moderate Up Moderate Down
          • peoplewho having problam

            sendspace
            /file/sr1mnn

            By tct 1187536299 Reply Spam Moderate Up Moderate Down
            • guys

              i can\'t copy the text in (description) i don\'t why , can anyone help ?

              By Simple way 1187469367 Reply Spam Moderate Up Moderate Down
              • the code in the title isnt the same code

                as in the video. these are completely different codes. where do i put in my password in the code in the title?

                By asdwsew 1187427671 Reply Spam Moderate Up Moderate Down
                • it does not work

                  I wonder how you guys made it to work if this is not the full script

                  By roadrunner2 1187383539 Reply Spam Moderate Up Moderate Down
                  • new code added

                    new code added check it out in top of the video clicking more...

                    By tct 1187273421 Reply Spam Moderate Up Moderate Down
                    • very good

                      worked for me, and good thing is that anyone who uses this computer is too computer illiterate to change the .bat folder to a .txt one. nice work

                      By crazyboy6012 1187183684 Reply Spam Moderate Up Moderate Down
                      • More info top

                        i have add more in information about how it's work in IN Description(top of the video) BY click
                        more...

                        By tct 1187182228 Reply Spam Moderate Up Moderate Down
                        • coding

                          what web page showed you how to make the program

                          By badoymjk 1187169290 Reply Spam Moderate Up Moderate Down
                        • it won't work


                          i copyed everthing straight from the more bit can you post up the file at filefront.com

                          By badoymjk 1187168111 Reply Spam Moderate Up Moderate Down
                          • didnt work man

                            I can still access everything in the locker folder.
                            And i can see the folder on my desktop

                            By rooja 1187151654 Reply Spam Moderate Up Moderate Down
                            • Problem is ...

                              If anyone finds the bat file, they can change the extension back to .txt and find your password.

                              By Senor 1187150377 Reply Spam Moderate Up Moderate Down
                            • got the same problemTitle

                              got the same problem
                              I type my password, save as locker.bat in the desktop, and when I double click on the locker icon, it appears then disappears right away....

                              Am I missing something or do it wrong?

                              By 2am 1187149302 Reply Spam Moderate Up Moderate Down
                            • LOl

                              get for real

                              By Gem2814 1187134900 Reply Spam Moderate Up Moderate Down
                              • same here :S

                                i copy the text, replaced the "type your password here" with my password, save the file as locker.bat and when i klick on it it just pups up and then closes down :(

                                By jetne 1187091411 Reply Spam Moderate Up Moderate Down
                                • got the same problem

                                  I type my password, save as locker.bat in the desktop, and when I double click on the locker icon, it appears then disappears right away....

                                  Am I missing something or do it wrong?

                                  By 2am 1187149242 Reply Spam Moderate Up Moderate Down
                              • same problem

                                i am having the same problem with the flash of command prompt and then nothing. is there a way to fix that?

                                By kompino 1187059946 Reply Spam Moderate Up Moderate Down
                                • how the f***?

                                  am i stupid or what? how do you even get the text in to the notepad from the beginning?:S

                                  you just open the notepad and then POFF! you have all the text and stuff in there:S how^^??

                                  I mean.... do you copy it from somewhere? and if... from where?

                                  By jetne 1187052021 Reply Spam Moderate Up Moderate Down
                                • locker problem

                                  I typed all of the information into notepad because it would not let me copy and paste it. I am having the same problem. When I clicked on the file on the desktop, It appears then disappears just as quick. How do I make the program stay open?

                                  By KalEl231 1187051141 Reply Spam Moderate Up Moderate Down
                                  • It's not working for me, I don't know wh...

                                    I followed the steps in the video and when I created the file, I click on it, and it gives a flash and then close, without promoting me to enter the password,>>
                                    I need to know why is that?
                                    Thanks

                                    By commander9111 1187042097 Reply Spam Moderate Up Moderate Down
                                    • make sure..

                                      after u past the code make sure to set password by deleting "type your password here" and change any this u want.

                                      also don't foget to save as locker.bat

                                      By tct 1187047501 Reply Spam Moderate Up Moderate Down
                                    • thank you

                                      it works very good. i have a question: what programming languaje did you use for it?

                                      i did some modifications like the languaje (spanish), and i really like it, but i would like to know what are you using to codify this programs.

                                      By sorry 4 u 1187112557 Reply Spam Moderate Up Moderate Down
                                  • good deal

                                    works pretty good

                                    By Soldier Of Stone 1187038547 Reply Spam Moderate Up Moderate Down
                                    • Lock folder without any software passw

                                      Click More in TOP of the video to see the CODE

                                      By tct 1187031762 Reply Spam Moderate Up Moderate Down
                                    • Working

                                      Really nice and easy locker. thanks Bro. 4 Stars.

                                      By DJ-Gudy 1188662941 Reply Spam [-1] Moderate Up Moderate Down
                                      • It's not working

                                        hey anybody can help me .when i double click the locker icon its not opening its just bliinks and goes off

                                        By prass 1188300382 Reply Spam [-1] Moderate Up Moderate Down
                                      • PLS HELP TCT

                                        I didnt find copy your code and didnt see any link top of video!!! please give me a way for learn this code. if you want, i can give you my e-mail adress...

                                        By _oteki_ 1187680918 Reply Spam [-1] Moderate Up Moderate Down
                                      • IMPOTANT!!!!! speacially for TCT

                                        wazz up buddy .....u,ve tried well buddy to block the folder but it need some more improvement brother why dont (((you check my video hide block your folder))) may it give you some more help of blocking the folder you can udate your this video version freely if you like anything from my video........Dont think i,m advertising my video i dont want 2 do that .......just want 2 help ya Tc .........:::::keep it up::::::

                                        By SAQY G 1187554374 Reply Spam [-1] Moderate Up Moderate Down
                                        • Ah one thing left.........

                                          if you dont find it just click on SAQYG u,ll find about all my videos that i,ve submitted find it in my channel becuz (PLUS sign dosnt appear during i posted u)chill

                                          By SAQY G 1187554685 Reply Spam Moderate Up Moderate Down
                                      49 Comments | Add Comment