Popular posts from this blog
Need To Know how to Buy A Computer for home
W hat is a computer? I guess the easiest way I can explain it is as a little machine that follows very specific instructions over and over. A computer cannot learn and, unless told to do so, won’t respond to anything. Think of it as a very dumb dog that you have to teach to catch a ball every day and every time you want to play. Computers do very complex math. Mind you, it is always related to the basics: add, subtract, multiply and divide. But as anyone who has had algebra and calculus will tell you: if you do enough of these basics, you can get approximations of more sophisticated math that are pretty close to reality. Computers do this math very quickly. Often the secalculations are done in millions per second. Imagine multiplying 10 million pairs of multi-digit numbers per second. I have a hard enough time myself doing a 3-digitmultiplication in less than a minute. Computers can store a vast amount of information and retrieve it at extraordinary speeds. When everything work...
How To Convert File System, fat - fat32 to ntfs
How To Convert File System, fat - fat32 to ntfs open a dos prompt and give the command convert d: /fs:ntfs this command would convert your d: drive to ntfs. if the system cannot lock the drive, you will be prompted to convert it during next reboot. Normally you should select yes. Conversion from fat/fat32 to ntfs is non-destructive, your data on the drive will NOT be lost. Be aware that converting to ntfs will make that partition of yourdrive unreadable under dos unless you have ntfs utilites to do so.