My Tech Quest

Your Quest for Better Windows and Web Browsing Experiences

Advertisement

How to Create Password-Protected Folder in Windows XP without any Software?

By Steve Yu on July 13, 2008

Recommended : Update all of your out-dated system drivers in just 2 minutes

In my previous blog entry on how to hide your folder without any software, several readers commented that the so-called “invisible folder” can be easily make visible if you unchecked the “hide protected operating system files” in the folder options and once visible, anyone can access the folder with ease.

Now, I want to show you a better windows XP’s trick which I learned it from Digital Quest. Still, you will learn how to create an invisible folder but now with security protection. You will need to provide password to reveal and open your folder. You will do this without using any software.

If you are interested, just follow the instructions below.

  1. Copy and paste the following code into Notepad.
  2. cls
    @ECHO OFF
    title Folder Personal
    if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
    if NOT EXIST Personal 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 Personal “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%==pwd123 HERE goto FAIL
    attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
    ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Personal
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Personal
    echo Personal created successfully
    goto End
    :End

  3. Save the file as secret.bat ( or whatever name that you prefer but make sure the file end with .bat extension )
  4. Move secret.bat batch file to the directory that you want to create your protected folder.
  5. Run the batch file by double-clicking it. A folder with the name “Personal” will be created.
  6. Now, you can insert any file into the folder.
  7. To lock the folder, you need to run the batch file again. A command prompt will pop up and asked whether you want to lock the folder. Key in ‘Y’ (for Yes) and hit Enter. Your folder becomes invisible.
  8. Create Password Protected Folder Without Any Software

  9. To unlock the folder, run the batch file. You will be prompted to enter the password. Enter the password (default = pwd123 ), hit enter. The folder appears.
  10. Create Password Protected Folder Without Any Software

You can change the name of the password-protected folder. You need to edit the batch file before you run the batch file for the first time, replace the word “Personal” with your desired name. There is a total of 6 words to replace. If you don’t prefer the default password, change the “pwd123″ with your desired password.

Note : Anyone can open the batch file and view your password. For precaution, you might want to keep the batch file on separate directory or on pen drive. When you want to open the password-protected folder, you can copy the batch file to the location where you keep the protected folder and run it.

Recommended : Defense Your Windows Against Spyware/Adware

Comments

26 Responses to “How to Create Password-Protected Folder in Windows XP without any Software?”

  1. it doesn’t work with vista?

  2. shen > I don’t know because I’m using XP. You can try it yourselves and let us know. :D

  3. Steve,

    Good tip. Keep coming with more tips in future…

    Nihars last blog post..Great Civilizations of Ancient World

  4. cool! but I wonder if we can encrypt the password in the source .bat file so that i will not be visible.
    needing to move this file away to protect it is troublesome

  5. So trouble some :’( I guess it’s worth it if you really have important stuffs on your computer hehe

    Michael Aulias last blog post..Mass Effect FREE downloadable content for PC

  6. hi! i run the batch file and created the folder..the problem is whenever i try to re run the batch file to lock the folder, the command prompt appears and when i hit the Y, the folder still visible and unlock..please help..there must be wrong with the codes.

  7. YHAD > You try re-type this sign ( ” ) in the code. I’m sure it will working now. :-)

  8. KUNAL CHOUHAN says:

    hello dear
    i know many tips from u and from your site. thank you

  9. It is some thing helpfull but not workinvg properly because of any wrong code u plzz check it and let me inform u can send me the correct code as a email my email address is buneet@yahoo.com i realy nead this so plz try to help me out

  10. Buneet > You need to re-type this sign ( ” ) in the code.

  11. Please let me know how to open the file thru RUN

  12. skywalker says:

    this is good but there is a disadvantage. the hide function will not perform when the data inside the folder was link to other file outside the folder…

  13. skywalker says:

    please let me know if someone can modified this code that will help to solve the problem stated above. thanks…

  14. Deltamistry says:

    I did everything– but I can not unlock it now–what should I do

  15. skywalker says:

    do everything like debugging manually line by line to retype the ” character…

  16. hi!!! i run the above batch file its working. At first it was’nt work but i retyped the ” character and tried it works.
    thankyou steve yu

  17. Very cool! it works!

  18. Right click the batch file and use edit option to open the file. Now copy –> “ and use ctr+h to replace all with ” and also copy –> ” to replace all with ” and then save it. And run the batch file now it works fine

  19. Ok, when I unlock the folder, it opens up control panel. I run on windows xp but got new updates for it today – could that be an issue? I cannot locate my files.

  20. I can’t creat password as your tips

  21. Hi There,

    After weekend login when i click on batch file my personal folder visible without showing password window n there in no more data in personal folder.I have lost my data from personal folder how can i recover my data plz suggest me somthing there is all major official details which i have lost……

    Waiting here
    regards
    Anil

  22. I tried this but it dint just work
    I dont no if i was getting something wrong, but I followed the steps over and over again but to no avail.
    Please help!

  23. it worked for me..replace all the double quotes with your keyboard double quotes.
    at this line:

    if NOT %pass%==pwd123 HERE goto FAIL

    delete “HERE”

    If you want it to loop if the password is not correct, at this line:

    echo Invalid password
    goto end

    replace those with these:

    echo Invalid password
    goto UNLOCK

    hope this will help

  24. nice application…keep going.. kudos for you my frend

  25. It’s wont work

  26. random dude says:

    i have edited the file it works it runs but will not unlock i did not change the password i just type it the file closes and it remains a control panel shortcut please help.

Write a Comment

CommentLuv Enabled
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
Did you know that your Internet Explorer is out of date?
To get the best possible experience using our website we recommend that you upgrade to a newer version or other web browser. A list of the most popular web browsers can be found below.

Just click on the icons to get to the download page

Google Chrome
Google Chrome
Firefox
Firefox
Internet Explorer
Internet Explorer
Opera
Opera
Safari
Safari
1