HOW TO HIDE OR UNHIDE A DRIVE IN WINDOW 7

HOW TO HIDE A DRIVE IN WINDOW 7

1.First of all we have to right click on the My Computer and click on the manage option.
2. After that a window will open and in that window we have to select the disk management option in the left side.
3. Now right on that drive which we want to hide and select the change drive letter and path option.
4.After that a box will open and then we have to click on the remove button and when we click on the remove button a dialog box will open and in that box we have to click on the yes.
5. Now your drive will hide and you can check it by opening the My Computer.

HOW TO UNHIDE A DRIVE

1.We have to right click on the drive and select the change drive letter and path option.
2.Now a box will open and in that box we have to click on the add button
3.After clicking on the add button we have to select the letter of drive which we had hide and then click on OK.


4. After clicking on ok button we can check that drive which we had hide that will showing again in My Computer.

FORMAT THE TEXT IN MS WORD

FORMAT THE TEXT IN MS WORD

1. Change the fonts and size of the text in your document.

 


When you will click on the fonts a list will open and you can choose any font that you want to apply to your document and similarly you can change the size of text in document.



HOW TO ADD WATERMARK IN A WORD DOCUMENT

HOW TO ADD WATERMARK IN A WORD DOCUMENT

1. First of open ms-word by this method

start -> all program -> Microsoft Office ->Microsoft word

after open in create your document that you want to create.

2.Click on the page layout tab 

 

3. Now click on the watermark and after that you have to click on the custom watermark.

4.After click on the custom watermark,type that word in the Name field which you want to show as a watermark in your document and you can change fonts,size,color for your watermark


5. The result of this is shown below:-




HOW TO CHECK THE SAVED PASSWORDS IN FIREFOX

HOW TO CHECK THE SAVED PASSWORDS IN FIREFOX

1. Open Firefox browser and click on tools -> Optioons

2. After that click on the security tab and click on the saved passwords buttons.

3. When you click on the saved passwords then it will open all the users who has saved their passwords for any site.

4. After when you will click on the show password in that window it will show the password of that user which you want to see.

HOW TO SET ENVIRONMENT VARIABLE FOR JAVA

HOW TO SET ENVIRONMENT VARIABLE OF JAVA

If you want to run your java program than you have to set the environment variable. In this we have to set two variables. How to set these two variables that are given below:-

1. From the Desktop right click on the My Computer and click on Properties.
2.After that click on the Advanced System Settings in the left sidebar.

3. In the next we have to click on the environmental variables and after that click on the path name variable and enter the path that is given below:-

C:\Program Files\Java\jdk1.6.0_13\bin
 
4. After set the path variable we have to set the classpath variable in the environment variables. The path of classpath variable is given below:-

C:\Program Files\Java\jre6\lib

Enter this address in the new classpath variable. After adding this variable you can run your java program.

5. You can check you running availability by checking the version of java.That command is given below:-

java -version