Monday, June 20, 2011

How to repair corrupted system files in Windows XP


There are numerous ways to fix corrupted system files in Windows XP like:

Starting the computer by selecting CD/DVD drive option as first boot sequence in BIOS. Insert operating system CD/DVD into CD/DVD drive and select “ R” option to repair corrupted files during the Windows XP operating system installation.

If the operating system is already installed, then boot the operating system and insert operating system CD/DVD into CD/DVD drive. Click on START Windows XP installation and select UPGRADE instead of FULL INSTALLATION option and click NEXT to continue operating system installation. If FULL INSTALLATION option is selected then all existing user files and folders including operating system files and folders will be deleted. The option FULL INSTALLATION is considered as new installation of operating system.

The easiest way to repair corrupted files is to boot the already installed Windows XP operating system. First insert operating system CD/DVD into CD/DVD drive then hold the WINDOWS key and press R to open RUN window or go to START and click on RUN to open RUN window. Type " SFC /SCANNOW " without double quotes and press ENTER key to fix all corrupted files on Windows XP. SFC (SYSTEM FILE CHECKER) is a DOS command utility to check and repair system related files. There are many parameters that can be used with SFC command. For more parameters hold WINDOWS key and press R to open RUN window. Type " cmd " without double quotes and press ENTER key to open DOS window. At the command prompt type " SFC /? " without double quotes and press ENTER key.

Note: Always use original operating system CD/DVD for good and better performance. With original operating system installed, you will have many featured enabled like WINDOWS UPDATES thus making your computer fully secure from software bugs.

Saturday, June 18, 2011

How to access remote computer's drives and folders from your computer through RUN window

For example if you have three computers connected to network (A, B, C) assuming A, B, C are the names of the computers and you want to access " D "drive of computer " B " from computer " A ". The procedure is

Go to START and click on RUN or hold the WINDOWS key and press R to open RUN window. Type
" \\B (computer name of computer B) or IP address of computer B\D$ " and press ENTER key. If assigned any administrator password a window will popup asking username and password of computer " B ". Enter the username and password and press ENTER key to open Drive D of computer B.
It should look like " \\B\D$ "
If you do not know the IP address of the remote computer, hold the WINDOWS key and press R to open RUN window. Type " cmd " and press ENTER key to open DOS window.  In the DOS command prompt type " ping <computer name> ". In the above example type " ping B " and press ENTER key to get the IP address of the computer " B ".
 
In the above image I am pinging the remote computer ANIL to get the IP address.

There is another way to access remote computer through WINDOWS EXPLORER. Hold the WINDOWS key and press E or hold the WINDOWS key and press R to open RUN window. Type
" explorer " and press ENTER key to open WINDOWS EXPLORER. In the ADDRESS BAR type
" \\B\D$ "

Thursday, June 16, 2011

How to install SATA hard disk drive when your motherboard does not have SATA port

SATA hard disk is cheaper and has high data transfer rate compared to IDE hard disk drives. All recent motherboard has integrated SATA port whereas some older motherboards do not have SATA port.

Usually there are two types of SATA hard disk drives depending on manufacturers.
Some hard disk manufacturers do not provide power slot in the hard disk where you need SATA power cable for power supply for hard disk drive as shown in the image.
 In the first image above label 1 is for connecting SATA data cable and label 2 is for connecting SATA power cable.
In the above image power slot is readily available in the hard disk drive along with SATA power slot and a port for connecting SATA data cable, so there is no need of extra SATA power cable. You can directly plug any one power connector  which comes from SMPS to hard disk power slot.
 If you want to fix SATA hard disk drive to the motherboard which does not have SATA port you have to purchase IDE  to SATA/SATA to IDE dual convert adapter or USB to SATA/IDE cable.

IDE  to SATA/SATA to IDE dual convert adapter as shown in the image is a card which has to be fixed to the IDE slot of the motherboard. IDE slot is where you fix the IDE hard disk drive with 40 pin IDE data cable. This card does not need any drivers to be installed.
The USB to SATA/IDE cable has one SATA and one IDE port which has to be connected to USB port of the computer. When SATA or IDE hard disk connected with this cable it acts as a removable disk.

Wednesday, June 15, 2011

Block certain sites or mapping of IP addresses to host names using HOSTS file

HOSTS file contains mappings of IP addresses to host names. The HOSTS file does not have any extension. It is just names as “ hosts ”. Some computers running Windows operating system does contain HOSTS file. Instead those computers will have a file called “ hosts.sam ”, meaning sample file containing mappings of IP addresses to host names.
You can open the HOSTS file in any text edit such as NOTEPAD and make the changes.

If you want to block certain sites, for example to block www.google.com, open HOSTS file using notepad and add " 127.0.0.1 www.google.com " without double quotes at the end of the line. Save the HOSTS file and open your favorite browser and type " www.google.com " in address bar. Now you can see the message " Page cannot be found ".  If you are still able to browse the Google page then restart the computer and again open the Google website in web browser. " 127.0.0.1 " is the loopback IP address also called as local address pointing to you own computer. In the above example you are directing IP address of the Google to your computer
To find the IP address of the website, go to START and click on RUN or hold the WINDOWS key and press R to open RUN window. Type " cmd " and press ENTER key to open DOS window. Now type
" ping www.google.com " without double quotes to ping Google website to find the IP address.
You can increase the internet surfing speed by mapping IP addresses to host names. Usually IP addresses to host names resolving is done by DNS (Domain Naming Servers). Some times it takes time to resolve IP addresses to host names using DNS. If that is the case, then you can use HOSTS file to map IP addresses to host names. For example, if you want to map BING website to Google website IP address then get the IP address of www.google.co.in using PING in DOS window and type <IP address of Google> www.bing.com
It should look like " 74.125.236.48 www.bing.com " without double quotes. Here 74.125.236.48 is the IP address of www.google.co.in
Now when you type www.bing.com in the address bar of the browser it will direct to www.google.co.in
But remember the HOSTS file size is limited. You cannot add a big list to block or map the websites.

In Windows/95/98/ME, HOSTS file is located at C:\WINDOWS\HOSTS
In Windows NT/2000, HOSTS file is located at C:\WINNT\SYSTEM32\DRIVERS\ETC\HOSTS
In WindowsXP Home/Pro , HOSTS file is located at C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS

NOTE: Always remember to take backup of your original HOSTS file before making changes to it.

Tuesday, June 14, 2011

Windows shortcut keys

Go to “ START “ and click on “ RUN “ or hold “ WINDOWS “ Key and press “ R “ to open “ RUN “ window and type the shortcut command.

gpedit.msc = Opens Group Policy Window
certmgr.msc = Opens Certificate Manager Window
compmgmt.msc = Opens Computer management Window
devmgmt.msc = Opens Device Manager Window
lusrmgr.msc = Opens Local Users and Groups Window
dfrg.msc = Opens Defragment Window
diskmgmt.msc = Opens Disk Management Window
fsmgmt.msc = Opens Folder Sharing Management Window
eventvwr.msc = Opens Event Viewer Window
control = Opens Control Panel Window
wmimgmt.msc = Opens Windows Management Infrastructure Window
ntmsmgr.msc = Opens Removable Storage Window
perfmon.msc = Opens System Performance Manager Window
secpol.msc = Opens Local Security Policy Window
services.msc = Opens System Services Window
ciadv.msc = Opens Indexing Service Window
sndvol32 = Opens Volume Controller Window
regedit = Opens Registry Editor Window
taskmgr = Opens Windows Task Manager Window
winchat = Opens Windows chat Window
sndrec32 = Opens Windows sound recorder Window
msconfig = Opens system configuration utility Window
calc = Opens Windows calculator Utility
clipbrd = Opens Windows clipbook viewer Window
explorer = Opens Windows Explorer Window
iexplore = Opens Internet Explorer Application

Google Analytics