Saturday 5 March 2011

Blue screen Error problem XP


Many of you have seen the Blue Screen Windows Error which appears whenever something happens unexpectedly.This
is known as Blue Screen of Death.It generally comes after encountering a critical system error which can cause the system to shut down to prevent damage.


Bluescreen errors can be caused by poorly written device drivers, faulty memory, a corrupt registry,
an incompatible Dynamic-link library (DLL), or the computer overheating.

Many of them think that a serious problem has encountered to system and reinstall the XP.
But Windows can be recovered into its original state by performing a little trick , Disk Checkup.

Windows XP Installation CD is required for this.

Whenever a Blue screen Error is encountered,follow the steps :
  • Restart your computer
  • Boot from your Windows XP installation CD
  • Press R to open the Windows XP Recovery Console
  • Type CHKDSK /R and press enter (wait until the whole recover/repair process is completed)
  • Type BOOTCFG to fix any problems in your boot.ini file
  • Restart your computer again and press/hold the F8 key
  • Select "Last Known Good Configuration" and press enter



Thats it .. !! Now Windows works perfectly..

No comments:

Post a Comment

Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...