Monday, November 17, 2014

How to check if "jdk" is installed on your system?
1. Go to start -> run -> cmd
2. In cmd write "java -version"
If jdk is installed it will show you the version of jdk installed.

Saturday, January 25, 2014

Disk Defragmentation in Windows 7

What is disk defragmentation ?
Disk defragmentation is the process of combining fragmented data as a whole on a disk so that is could work more efficiently.
Disk defragmenter could be used for fragmentation in windows 7
Steps to be followed are :
  1. Open Disk Defragmenter by clicking the Start button Picture of the Start button. In the search box, type Disk Defragmenter, and then, in the list of results, click Disk Defragmenter.
  2. Under Current status, select the disk you want to defragment.
  3. To determine if the disk needs to be defragmented or not, click Analyze disk. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    Once Windows is finished analyzing the disk, you can check the percentage of fragmentation on the disk in the Last Run column. If the number is above 10%, you should defragment the disk.
  4. Click Defragment disk. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

    Note

    • If the disk is already in exclusive use by another program or is formatted using a file system other than NTFS file system, FAT, or FAT32, it can't be defragmented.
    • Network locations can't be defragmented.
    • If a disk that you're expecting to see under Current status is not showing up there, it might be because it contains an error. Try to repair the disk first, then return to Disk Defragmenter to try again.