How To Create Password-Protected Folders Without Using A Software.

 On Selasa, 08 Januari 2013  

Securing personal files/softwares cannot be guaranteed in a situation whereby more than one person is permitted to a make use of a computer.
In this case,it is very necessary to ensure all sensitive/personal documents are kept hidden from the view of such users.
But how can you do that without a software?

Well,here's an easy way to it.
So,if you think there's a file/folder you'd like to keep hidden from the reach of others,just follow the steps below.

How To Secure Files/Folders Without Software

  1. Create a new folder and create a new ‘Text Document’ in it by right-clicking and selecting ‘New’ » ‘Text document’.
  2. Copy - Paste the following code snippet in the text document

    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 tolock 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 unlockfolder 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. Locate `Password here` in the code above and change it to whatever password you want to use (Simple to remember,but hard for others to guess)
  4. Now click on File » Save as and give it any name you so desire but with a .bat extension.
    E.g : Lock.bat
  5. Now,exit notepad and on getting to the new folder you created previously, you'll see a "LOCKER" command.
  6. Double-click on this file and a new folder will appear (Private OR Confidential)
  7. Now,copy/move all you want to hide in this “Private/Confidential” folder and go back one step.
  8. Double-click on the "LOCKER" command again and you'll be greeted with something new.
  9. Just press 'Y' as instructed and hit enter.
    Immediately,the ‘PRIVATE / CONFIDENTIAL’ folder will disappear.
  10. Now,all your files & documents are secured in this hidden folder.
  11. To undo hiding,double-click on this “Locker” command again and input the password you used above. Hit Enter and the hidden folder will re-appear..
Now,that's it.

NOTE ↓:
These files can still be sometimes accessed using the search,so it is highly recommended you rename your files before hiding them so as to ensure its maximum security.

Is there any questions,suggestions or corrections?,kindly drop them behind...
How To Create Password-Protected Folders Without Using A Software. 4.5 5 Unknown Selasa, 08 Januari 2013 Securing personal files/softwares cannot be guaranteed in a situation whereby more than one person is permitted to a make use of a computer....


Related Post:

  • ALL MOBILE-PHONE GAME CHEATS.It's the belief of some people that game cheats are not real,while some others believe very few of these cheats work.I have seen so many people marvel when a cheat is being used.Imagine beating computer 20-0 in Real Football just within 5 minutes of … Read More
  • HOW TO PLAY SEGA,NINTENDO,GAMEBOY…GAMES ON MOBILE PHONES.You might have seen some of your friends play the games you loved to play as a kid on their mobile phones.Saying this,I mean games like Super Mario,Contra,Final Fantasy etc..How interesting will it be if you can do thesame on your mobile?. If you hav… Read More
  • HOW TO USE A SYMBIAN PHONE'S FLASHLIGHT AS TORCHLIGHT.By default,most Symbian phonesdo not have torch-light as part of its features.You might want to ask→ Is it really possible?Yes!!!,it is.If you are a symbian phone user & your mobile phone has a flash light,then congrats.In this tutorial,I'll be givin… Read More
  • HOW TO HACK A SYMBIAN PHONE WITHOUT COMPUTER.Sometimes ago,I purchased a symbianv3 phone and tried installing some applications on it.I got really frustrated when I had to download Xplore about four times without any of it installing on my phone.Being new to the family of symbianV3 users,I had … Read More
  • HOW TO PLAY NINTENDO(.nes) GAMES ON A JAVA PHONE.In my previous post,I wrote on “how to play nintendo,gameboy...games on mobile phones”.In that post,the softwares available were for symbian phones and like I mentioned in one of my other posts[how to take screenshots on java phones],java users shoul… Read More

Tidak ada komentar:

Posting Komentar