Monday, August 18, 2008

Common blue screen errors and their solutions.

Windows XP - Blue Screen Errors (STOP Errors)

A STOP error (commonly called a Windows blue screen error) is an error displayed by the Microsoft Windows Operating System, after encountering a critical system error. STOP errors can be caused by poorly written device drivers, faulty memory, a corrupt Registry, or incompatible DLLs.
In Windows XP, a STOP error occurs when the kernel or a driver running in kernel mode encounters an error from which it cannot recover. The only safe action the operating system can take in this situation is to restart the computer. As a result, data may be lost, as users are not given an opportunity to save data that has not yet been saved to the hard drive.
STOP error messages are identified by an 8-digit hexadecimal number, but also commonly written in a shorthand notation; e.g., a STOP 0x0000000A may also be written Stop 0xA. Four additional 8-digit hex numbers may appear in parentheses, usually unique to your computer and the particular situation. In addition, a specific "Stop Error" may be displayed after the hex number, IRQL_NOT_LESS_OR_EQUAL.
These procedures give information on:
1. How to turn off "Automatically Restart" on system failure.
2. What information to obtain from the Blue Screen for proper troubleshooting.
3. What to do for common Windows STOP Errors (Blue Screen).
Following is a list of common blue screen errors and STOP codes:
1> PAGE FAULT IN NON PAGED AREA (STOP 0x00000050)
2> INACCESSIBLE BOOT DEVICE (STOP 0x0000007B)
3> UNMOUNATBLE BOOT VOLUME (STOP 0x000000ED)
4> MEMORY MANAGEMENT or IRQ NOT LESS OR EQUAL (STOP 0x0000001A)
5> IRQL NOT LESS OR EQUAL (STOP 0x0000000A)
6> DRIVER IRQL NOT LESS OR EQUAL (STOP 0x000000D1)
7> KERNEL MODE EXCEPTION NOT HANDLED (STOP 0x0000008E)
8> KERNEL DATA INPAGE ERROR (STOP 0x0000007A)
9> SYSTEM THREAD EXCEPTION NOT HANDLED (STOP 0x0000007E)
10> KERNEL STACK INPAGE ERROR (STOP 0x00000077)
Turn off automatic restart
By default, Windows XP automatically restarts on a system failure.
The option to "Start Windows Normally" will be highlighted.
Press ENTER, so the computer restarts and try to start normally.
If the computer reboots to the "We apologize" screen, cursor up and select "Last Known Good Configuration (your most recent settings that worked)" and press ENTER.
Once again, the computer restarts.
If Windows starts successfully
Turn off the Automatic restart on system failure in Windows.
Click Start, right-click My Computer, and select Properties.
Select the Advanced tab.
In the Startup and Recovery section, click Settings.

In the System failure section, click the checkbox in front of Automatically restart to remove the check.
Restart computer.
If computer starts Windows normally, inform customer that using the "Start Windows Normally" option fixed the error.
If computer does not start Windows normally, and shows the Stop error again, refer to the following troubleshooting steps.
If Windows does not start successfully
Disable automatic restart at the Advanced Options Menu.
Restart the computer by selecting Start Windows Normally.
The computer errors and restarts.
When the computer restarts, start pressing F8 repeatedly.
At the Advanced Menu Options screen, select Disable automatic restart on system failure, then press ENTER.

Next, select the Windows XP as the operating system to start, then press ENTER.
The computer tries to start into Windows. A blue screen appears. Write down the error message title and STOP error code.


PAGE_FAULT_IN_NONPAGED_AREA (STOP 0x00000050)

Below are some examples of programs that may cause this error, along with a link for more information.
14 Roxio Easy CD Creator 5.0 - http://support.microsoft.com/kb/310628/en-us
15 Lexar USB Universal Reader - http://support.microsoft.com/kb/817197/en-us
16 Programs that may not work properly under Windows XP Service Pack 2 - http://support.microsoft.com/kb/884130/en-us
To uninstall a program that may be causing a problem, follow the instructions below.
Click Start, click Control Panel, then click Add or Remove Programs.
Click on the program to be removed, then click Remove.
Follow any prompts that may appear.
Restart the computer. If the error does not reappear, the problem is resolved. If the error reappears, repeat the process to remove another program.
If removing programs does not resolve the problem, reload the computer, using the recovery partition (preferred) or the backup disks.


INACCESSIBLE_BOOT_DEVICE (STOP 0x0000007B)

This error can be caused by a boot sector virus. Boot sector viruses are pretty rare, but the computer should still be checked. Use the following steps to resolve the issue:
Use antivirus software to remove a boot sector virus. Consult the antivirus software documentation for instructions.
If a boot sector virus is indicated by the antivirus software, but the software cannot remove it, reload the system using the recovery partition (preferred) or backup disks.
Note: Refer to the following Microsoft Knowledge Base article for more information.
http://support.microsoft.com/kb/324103/en-us


UNMOUNTABLE_BOOT_VOLUME (STOP 0x000000ED)

Use the following steps to resolve the issue:
Run CHKDSK. The procedure to use is dependant on the type of media for your operating system, the blue OS CD or a medialess recovery partition.
Using the Gateway System Recovery method
Insert the Operating System CD into the CD/DVD drive.
Start computer. The Gateway System Recovery application opens.
Pres down and hold the ALT key, then press the D key to open the Command Prompt window.
Note: Run a DIR command on each drive to determine which drive is the Windows boot drive (For example: DIR C:\). The most common location is c:\ or d:\ (look for common directories like Documents and Settings, Program Files, and Windows).
At the Command Prompt, type Chkdsk C: /R (where "C:" is the drive identified as the Windows boot drive). Depending on drive size, Chkdsk takes between thirty and sixty minutes to complete. The computer returns to the DOS command prompt when Chkdsk is complete.
At the Command Prompt, type: Exit, then press ENTER. The system exits the recovery console and restarts.
Using the Legacy Windows XP Operating System Disks - Blue CD
Insert the Blue Operating System CD into the CD/DVD drive.
Press the power button to start the computer. The Windows Setup screen opens.
Press the R key to select Repair Windows Using the Recovery Console. The recovery console application starts.
Press the 1 key, then press ENTER to log into the first Windows installation.
Type in your Administrator password if you have one, or leave it blank if no Administrator password was set.
Press ENTER. The recovery console opens.
At the Command Prompt, type: Chkdsk /r, then press ENTER. Depending on drive size, Chkdsk takes between thirty and sixty minutes to complete. The computer returns to the C:\Windows prompt when Chkdsk is complete.
At the Command Prompt, type: Exit, then press ENTER. The computer exits the recovery console and restarts.
Make sure the BIOS settings are set to the default settings.
Restart the computer.
When prompted, press F2 to enter the BIOS.
Follow the prompts in the BIOS to select the default settings for the computer. Reference Product pages for more information.
Save the settings, and then restart the computer.
Reload the computer using the recovery partition (preferred) or the backup disks.
Note: Reference the following Microsoft Knowledge Base article for more information.
http://support.microsoft.com/kb/555302/en-us


MEMORY_MANAGEMENT or IRQL_NOT_LESS_OR_EQUAL (STOP 0x0000001A)

This blue screen error can be caused by the memory management process built into Windows XP. Microsoft has developed a hotfix for this problem. Follow the instructions given in the link below to fix the problem.
http://support.microsoft.com/kb/929338/en-us


IRQL_NOT_LESS_OR_EQUAL (STOP 0x0000000A)

If a driver was recently installed, use the following steps to restore Windows:
Use the Last Known Good configuration.
Restart the computer.
When the Gateway splash screen appears, repeatedly press the F8 key until the Windows Advanced Options Menu appears.
Use the arrow keys to select Last Known Good Configuration, then press ENTER.
When prompted to select the operating system to start, select Windows XP, then press ENTER.
Note: For more information about the Last Known Good Configuration, reference the following link.
http://support.microsoft.com/kb/307852/.
Use the Driver Roll Back feature
Device Driver Roll Back reinstalls the driver used previously and restores any driver settings that were changed when the new driver was added. It affects no other files or settings.
Note: Printer drivers cannot be restored with Device Driver Roll Back.
Click Start, then click Control Panel.
In Control Panel, click Performance and Maintenance, and then click System.
In the System Properties dialog box, click the Hardware tab, and then click Device Manager.
In Device Manager, select the device for which Roll Back Driver needs to be used. From the Action menu, click Properties.
Note: Most entries in Device Manager have the Roll Back Driver feature. In this example, the Display adapter is used.
In the properties dialog box for the selected device, click the Driver tab, and then click Roll Back Driver.
When prompted to roll back the previous driver, click Yes.
The driver is changed back to the previous driver. The Driver name, Driver Provider, Driver Date, Driver Version, and Digital Signer change to the corresponding driver. In the properties dialog box for the selected device, click Close.
In the System Settings Change dialog box, to restart the computer, click Yes.

Note: Reference the following Knowledge Base article for more information on the Driver Roll Back feature.
http://support.microsoft.com/kb/283657/
Use the Windows XP System Restore feature.
Remove the hardware device associated with the driver to see whether the STOP error stops occurring. If removing the device resolves the problem, check with the device vendor to see whether there are new drivers available.
Reload the computer, using the recovery partition (preferred) or the backup disks.


KERNEL_STACK_INPAGE_ERROR (STOP 0x00000077)

To resolve this error, perform the following steps:
Note: Upon restart, the Autochk process may run and resolve the error. Autochk is a version of CHKDSK that runs automatically. If Autochk does not run, or it runs and the error reoccurs, then proceed to the following steps.
Restart computer.
Run CHKDSK. Follow the steps given in the UNMOUNTABLE_BOOT_VOLUME troubleshooting section.
Run an antivirus program.
Reseat the system memory and adapter cards.
Note: You may not be able to reseat some of these components. For example, the video may be integrated on the motherboard in which case there will not be a separate video card.
From the Start menu, click Shut Down. In the Shut Down Windows dialog box, select Shut Down the computer, and then click Yes. When prompted, turn off the computer.
Open the case.
Note: Reference the Product pages for information on opening the computer case and locating memory and adapter cards.
Remove and reinstall the system memory.
Remove and reinstall the video card in the computer.
Remove, and reinstall the modem card in the computer.
Remove and reinstall any other adapter cards that may be present.
Restart computer. Make sure computer is working.
STOP Error code not listed
If the STOP error code showing on the monitor is not listed here, search the Microsoft Knowledge Base using the Stop error code.
Note: Microsoft has documentation on most Windows STOP error codes and how to troubleshoot them. Go to http://support.microsoft.com/search for information from Microsoft. Using the Search feature, search for the STOP code that appears on the display. For example, type 0x0000007B in the search box and press ENTER to search for the 0x0000007B error.


IRQL_NOT_LESS_OR_EQUAL (STOP 0x000000D1)

If a driver was recently installed, use the following steps to restore Windows:
Use the Last Known Good configuration.
Restart the computer.
When the Gateway splash screen appears, repeatedly press the F8 key until the Windows Advanced Options Menu appears.
Use the arrow keys to select Last Known Good Configuration, then press ENTER.
When prompted to select the operating system to start, select Windows XP, then press ENTER.
Note: For more information about the Last Known Good Configuration, reference the following link.
http://support.microsoft.com/kb/307852/.
Use the Driver Roll Back feature
Device Driver Roll Back reinstalls the driver used previously and restores any driver settings that were changed when the new driver was added. It affects no other files or settings.
Note: Printer drivers cannot be restored with Device Driver Roll Back.
Device Driver Roll Back Instructions
Click Start, then click Control Panel.
In Control Panel, click Performance and Maintenance, and then click System.
In the System Properties dialog box, click the Hardware tab, and then click Device Manager.
In Device Manager, select the device for which Roll Back Driver needs to be used. From the Action menu, click Properties.
Note: Most entries in Device Manager have the Roll Back Driver feature. In this example, the Display adapter is used.
In the properties dialog box for the selected device, click the Driver tab, and then click Roll Back Driver.
When prompted to roll back the previous driver, click Yes.
The driver is changed back to the previous driver. The Driver name, Driver Provider, Driver Date, Driver Version, and Digital Signer change to the corresponding driver. In the properties dialog box for the selected device, click Close.
In the System Settings Change dialog box, to restart the computer, click Yes.
Note: Reference the following Knowledge Base article for more information on the Driver Roll Back feature.
http://support.microsoft.com/kb/283657/
Use the windows XP system restore feature.
Remove the hardware device associated with the driver to see whether the STOP error stops occurring. If removing the device resolves the problem, check with the device vendor to see whether there are new drivers available.
Reload the computer, using the recovery partition (preferred) or the backup disks.

KERNEL_MODE_EXCEPTION_NOT_HANDLED (STOP 0x0000008E)

If a driver was recently installed, use the following steps to restore Windows:
Use the Last Known Good configuration.
Restart the computer.
When the Gateway splash screen appears, repeatedly press the F8 key until the Windows Advanced Options Menu appears.
Use the arrow keys to select Last Known Good Configuration, then press ENTER.
When prompted to select the operating system to start, select Windows XP, then press ENTER.
Note: For more information about the Last Known Good Configuration, reference the following link.
http://support.microsoft.com/kb/307852/.
Use the Driver Roll Back feature
Device Driver Roll Back reinstalls the driver used previously and restores any driver settings that were changed when the new driver was added. It affects no other files or settings.
Note: Printer drivers cannot be restored with Device Driver Roll Back.
Device Driver Roll Back Instructions
Click Start, then click Control Panel.
In Control Panel, click Performance and Maintenance, and then click System.
In the System Properties dialog box, click the Hardware tab, and then click Device Manager.
In Device Manager, select the device for which Roll Back Driver needs to be used. From the Action menu, click Properties.
Note: Most entries in Device Manager have the Roll Back Driver feature. In this example, the Display adapter is used.In the properties dialog box for the selected device, click the Driver tab, and then click Roll Back Driver. When prompted to roll back the previous driver, click Yes. The driver is changed back to the previous driver. The Driver name, Driver Provider, Driver Date, Driver Version, and Digital Signer change to the corresponding driver. In the properties dialog box for the selected device, click Close.
In the System Settings Change dialog box, to restart the computer, click Yes.

Note: Reference the following Knowledge Base article for more information on the Driver Roll Back feature.
http://support.microsoft.com/kb/283657/
Use the Windows XP System Restore feature.
Click start, all programs, accessories, system tools, system restore.
Now restore to a previous date when your computer was in good shape.
Remove the hardware device associated with the driver to see whether the STOP error stops occurring. If removing the device resolves the problem, check with the device vendor to see whether there are new drivers available.
Reload the computer, using the recovery partition (preferred) or the backup disks.

KERNEL_DATA_INPAGE_ERROR (STOP 0x0000007A)

To resolve this error, perform the following steps:
Note: Upon restart, the Autochk process may run and resolve the error. Autochk is a version of CHKDSK that runs automatically. If Autochk does not run, or it runs and the error reoccurs, then proceed to the following steps.
Restart computer.
Run CHKDSK. Follow the steps given in the UNMOUNTABLE_BOOT_VOLUME troubleshooting section.
Run an antivirus program.
Reseat the system memory and adapter cards.
Note: You may not be able to reseat some of these components. For example, the video may be integrated on the motherboard in which case there will not be a separate video card.
From the Start menu, click Shut Down. In the Shut Down Windows dialog box, select Shut Down the computer, and then click Yes. When prompted, turn off the computer.
Open the case.
Note: Reference the Product pages for information on opening the computer case and locating memory and adapter cards.
Remove and reinstall the system memory.
Remove and reinstall the video card in the computer.
Remove, and reinstall the modem card in the computer.
Remove and reinstall any other adapter cards that may be present.
Restart computer. Make sure computer is working.

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (STOP 0x0000007E)

To resolve this error, perform the following steps:
Run Windows Update to install Service Pack 2 if it is not already installed and to update the computer.
Click Start, right-click My Computer, and then click Properties.
On the General tab, in the System section, the words "Service Pack 2" will be displayed if Service Pack 2 is already installed.
Follow the instructions given in this link. http://source/tech_support/SOFTWARE/MICROSOF/7509594/FAQ2/750959421.shtml
Be sure to install all critical and recommended updates.
Run Device Driver Roll Back.
Device Driver Roll Back reinstalls the driver used previously and restores any driver settings that were changed when the new driver was added. It affects no other files or settings.
Note: Printer drivers cannot be restored with Device Driver Roll Back.
Device Driver Roll Back instructions
Click Start, then click Control Panel.
In Control Panel, click Performance and Maintenance, and then click System.
In the System Properties dialog box, click the Hardware tab, and then click Device Manager.
In Device Manager, select the device for which Roll Back Driver needs to be used. From the Action menu, click Properties.
Note: Most entries in Device Manager have the Roll Back Driver feature. In this example, the Display adapter is used.
In the properties dialog box for the selected device, click the Driver tab, and then click Roll Back Driver.
When prompted to roll back the previous driver, click Yes.
The driver is changed back to the previous driver. The Driver name, Driver Provider, Driver Date, Driver Version, and Digital Signer change to the corresponding driver. In the properties dialog box for the selected device, click Close.
In the System Settings Change dialog box, to restart the computer, click Yes.

For more information on Device Driver Roll Back, refer to http://support.microsoft.com/kb/283657/.


courtesy- gateway-support.com

Sunday, August 3, 2008

Cyclic Redundancy Check data error

What does 'cyclic redundancy check error' mean?

There are plenty of technical resources on the Web that discuss cyclic redundancy checks (CRCs). Most times you won't need to worry about this technobabble. That is, until one it day it suddenly appears and you think - what the hell does that mean? In simple terms, a CRC is bit of mathematics used to ensure that your data is OK when being transfered. It's a checking procedure that quickly identifies when data has been damaged. If you get this message, it means that the file being read by your PC or software is corrupted. However, it does not mean all the data is lost forever. When data is transfered, it is usually in small blocks and each block is given a CRC value. If something goes wrong with the data between the time it leaves the source and arrives at its destination, the CRC sent at the source will no longer match the one that is calculated when the data arrives - this is when the cyclic redundancy check error will appear.
The most common time you will see the cyclic redundancy check error message is when trying to read data from a damaged CD or DVD. Just before it appears, your CD/DVD drive will probably grind and whirl away - your PC may also become a little slugglish.

Less frequent causes are the result of system crashes, and buggy software (hello Microsoft), incomplete downloads (often identified by the misleading message 'This is not a valid Windows file', 'This is not a valid win32 application' or 'Corrupt Zip file'). If this problem happens frequently with downloads, try using a download manager.

For CDs and DVDs, the problem is a little different. Normally, when CD/DVD drives get a CRC message from a disc, they try to read the disc again - hence the grinding sound. After several failed attempts, they give up and display the redundancy check error. The problem can be hardware (loose cables, failing drive), software or damaged media. In most cases checking and cleaning the disc is the easiest way to overcome the problem. If different clean discs produce the same error, it is likely to be a hardware issue (check the discs in another drive). Another common cause of these errors is poorly burnt CDs and DVDs - especially those that had numerous or severe buffer underuns. USB burners suffer from this problem when the burn speed is too high (generally above 4X-8X)

If the discs are damaged, you'll probably need a recovery tool to get back your data. CDCheck 3 will work for CDs and DVDs. First it will check the media, and then you have the option to recover the files. It's free for personal use and has saved many people heartache when it comes to recovering lost digital images and videos from damaged CDs.

http://softwarepatch.com/software/cd-recovery.html (CD recovery tool)
courtesy- softwarepatch.com

About:Blank - adware pest removal

Here's the problem - Internet Explorer seems to have decided that the home page About:blank is what will greet you every time you open a new browser window. You try to change it back but either your Internet Options are greyed out or you change the page back, only to find next time you start Internet Explorer the dreaded About:blank has returned.

There are many possible causes for this behaviour and most are evil. One possible cause is a virus, but this is not very common. The most likely culprit is an adware/browser hijack program - in particular, CoolWebSearch.

The symptom that identifies the CoolWebSearch or a close variation is that About:Blank appears as the address, but in the background a window pops up stating that spyware, adware or something similar has been found on your system. CoolWebSearch is a browser hijack program - it takes over your home page, and keeps changing it back. Its purpose is to show you advertising, or flog you an over-priced piece of software to fix the issue CoolWebSearch has created. The About:Blank change is a trick designed to confuse users - regrettably, it is very successful!
The simplest way to remove the About:Blank adware is to use a specially designed tool and clean up your system. Step one is to flush out all the temp files on your system: Cookies, Temporary Internet Files and Temp files (you can do this via Internet Explorer's Tools-Internet Options or for a more thorough clean, use a privacy tool such as Tracks Eraser Pro 5). Next up, get a copy of CWShredder. This should kill CoolWebSearch and allow you to change your home page from About:Blank, plus it will kill those pop up windows.

If these options don't work, you may need a more in-depth tool .

The About:Blank deception is devious enough already - it may be altered in the future, so keep an eye out for other programs that contain it (main sources: free programs with adware files) - and stay clear. Finally, consider adding an anti-adware tool to work next to your anti-virus software.

http://softwarepatch.com/software/trackerase.html (Link for Track Eraser)
http://softwarepatch.com/software/cwshredder.html (Link for CW Shredder)

courtesy- softwarepatch.com

You tried to overclock your CPU but now your monitor does not start. Oops!!

So, you got the lesson. DO NOT OVERCLOCK your computer.

Overclocking results in change to the voltage profile within the circuitry. This can be minimized by increasing the voltages applied but too much increase can burn up the circuitry. A bigger problem is the heat generated due to overclocking. Which is why the boot frequency did not match and your monitor doesn't turn on. Even if your computer runs after overclocking, it will have a greater tendency to hang. The solution is just open your cabinet and look for the CMOS battery in your motherboard. Take it out and insert it after 15mins. BIOS settings are set to default and you are back in business.

Frequently you get a message "Windows is increasing your virtual memory" or "Your virtual memory is too low"

This may be the problem when your RAM is low and during memory taxing applications, windows has to increase the default setting of your virtual memory. So what you do is to tweak the virtual memory setting yourself to a higher value. Virtual memory is just a section of the hard disk which your operating system uses as a RAM. This is a critical feature because it allows the OS to use more RAM than it actually has, allowing users to use more robust programs without having to upgrade their memory.

Right click 'My Computer' and goto 'properties'.
Click the 'advanced' tab, and click 'settings' under 'performance' section.
Again click 'advanced' tab, and click 'change' under 'virtual memory' section.
Now change the max and min value in 'custom size'. Check with the recommended size. An increase of 200 MB is desirable.

If you get the message again, increase your size further or the time has come for an increase of your RAM.

All your desktop items are suddenly missing.

This is very rare and silly too. I don't know how it can happen without you doing it. Obviously, someone else might play a joke, but you can always ask him to undo it. I found this question on yahoo question and answers. And the person was frustated like anything. The solution??

Well, just right click on your desktop and under 'Arrange icons by' click 'show desktop icons'. It often goes unnoticed.

Drives do not open by double clicking, you get a message "Access is denied".

This is just another variant of the same Perlofga virus. Just download this tool and follow its instructions to remove the virus.

http://en.sergiwa.com/modules/mydownloads/singlefile.php?cid=2&lid=4

On startup, you get a message something like "temp2.exe error" or "Windows cannot start temp2.exe".

This is a very common virus called Perlofga virus. Just download this tool and follow its instructions to remove the virus.

http://en.sergiwa.com/modules/mydownloads/singlefile.php?cid=2&lid=4

During boot, the monitor suddenly garbles its image and you see horizontal lines on your screen and your computer hangs. WTF!!

Your RAM might be too low or it might be damaged. Open the cabinet, take out the RAM and clean it with petrol or similar stuff. Then let it dry and put it back again. Now boot and keep your fingers crossed.

Error in opening exe file- “Windows cannot open this file- Search from net or select a program from the list”.

This problem occurs if the .exe file association in the registry is corrupt. The problem is normally caused by SirCam Virus or Win_95 spaces. So the solution is to fix the registry. Do this-

Click Start, Run and type Command Type the following command:
regedit

If Registry Editor opens successfully, then navigate to the following key: HKEY_CLASSES_ROOT \ exefile \ shell \ open \ command

Double-click the (Default) value in the right pane. Delete the current value data, and then type: "%1" %*
(ie., quote-percent-one-quote-space-percent-asterisk.)

Navigate to: HKEY_CLASSES_ROOT\.exe

In the right-pane, set (default) to exefile. Press F5 and exit registry editor.

This is the exact thing that the virus does. There is high probability that when you boot again the problem will persist, and that is because the virus is still there and it will execute its code until its last breath. So use a good antivirus and kick out the virus. Oh yes, you can always say "why I had to do this if finally I have to run a virus check?"

Hiberfil.sys - all about it.

It happens to most users of Windows XP. One day you are searching for a file or cleaning up the PC's hard drive and you encounter a huge file - hiberfil.sys. Normally located at C:\hiberfil.sys, its size can vary from 250MB to over 1GB. You try to delete the file - it's not a good idea to delete files you don't understand - but Windows won't oblige anyway. That's why you are here.

Windows XP has a feature that is not very well documented and it will be totally new to users of older systems such as Windows 95 or 98. This new feature is called Windows hibernation. Instead of shutting down and restarting your computer, Windows takes a snapshot of everything running on your system, copies it to the hard drive and then turns off most of your hardware. To wake up from hibernation you normally move the mouse or hit the spacebar on the keyboard.

In theory, it is supposed to be a quick shortcut or power saving option that allows you to leave your PC in suspended animation until you are ready to work again. However, in practice, most people find little time difference between shutting down and using hibernation. For people who use drive imaging to backup their system, the hiberfil.sys file can bloat the backup files - making them larger (sometimes over 1GB bigger!) and therefore slower to copy/restore.

Hibernation temporarily 'freezes' the computer when the PC becomes inactive, so it won't work if you have tasks running constantly (eg downloading files). However it can be handy if you want the computer to sleep after a task has completed (such as creating a video).

OK, that's the role of hibernation - so what is the hiberfil.sys file and why is it so big? Hibernation takes everything in memory and writes it to your hard drive as the hiberfil.sys file. If you have 512MB of memory, then hiberfil.sys will be about 512MB. If you have 1GB, the file will be around 1GB. The important point to remember is that even if you don't use hibernation, hiberfil.sys will still take up this huge amount of disk space. The way to remove the file is to turn off the hibernation feature (by default, hibernate is activated automatically when XP is installed). Here's how to do it:
1. Open the Windows Control Panel
2. Double-click Power Options
3. Click the Hibernate tab, de-select the 'Enable hibernate support' check box, and then click Apply.
4. Restart your computer and hiberfil.sys will be automatically deleted.
5. If you change your mind in the future and would like to use hibernation, go to the Windows Help & Support Center and search for 'enable hibernation'. It should be the first result. The instructions detail some other steps you may need to follow to reactivate the hibernation.

courtesy - softwarepatch.com

Start button and task bar does not work

Open Notepad.

Copy-paste the following-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="Explorer.exe"

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamsMRU]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoToolbarsOnTaskbar"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoActiveDesktop"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClassicShell"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}]
@="Media Band"
"BarSize"=-


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoBandCustomize"=dword:00000000
"NoMovingBands"=dword:00000000
"NoCloseDragDropBands"=dword:00000000
"NoSaveSettings"=dword:00000000
"NoSetTaskbar"=dword:00000000
"NoToolbarsOnTaskbar"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoMovingBands"=dword:00000000
"NoCloseDragDropBands"=dword:00000000
"**del.NoMovingBands"=" "

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"**del.NoSaveSettings"=" "


and save the file with a .reg extension.

Exit and double-click the file.

Probably some trojan or DOS(Denial of service) tool has done this. Run a virus check if the problem persists even after running the reg file.

Task manager does not open or is disabled.

Open Notepad.

Copy-paste the following-

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

and save the file with a .reg extension.

Exit and double-click the file.

Note that if your admin has done this you cannot modify the registry since you are using a limited account. If you are the admin yourself, probably some trojan or DOS tool has done this. Run a virus check if the problem persists even after running the reg file.

Flash player problems in youtube and other sites.

Adobe's Flash Player is needed to access certain types of content on the Web. Generally, you will need the latest version installed on your computer to properly access Flash content, including videos on Youtube.

That's all well and good, but I am guessing the reason you are here is that something has gone wrong. Either Flash seems to install but the content is still not showing, or no matter what you did, Flash wouldn't install on the official Adobe site. Sadly, these are very common issues.

The most frustrating error appears at sites such as Youtube where you see 'Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. Get the latest flash player.' In most reports of this Youtube error, it is nothing to with Javascript being turned off, but the Flash Player itself.
Why does the installation on Adobe's site fail?

Well, it could be a range of issues. Here are some common ones:
1. Security software is interfering with the installation
2. User rights are not set at the correct level
3. There is an unknown bug on the Adobe site
4. For some reason, the Flash ActiveX files are not properly registered on the system (common in Internet Explorer 7 and Vista)
5. There is some other Windows Vista or Internet Explorer 7 issue
6. ActiveX controls or security levels in Internet Explorer are set in a way that prevents the installation
7. The protected zone in Windows Vista is causing the problem
8. Something is wrong with the existing version of Flash on your computer. It is probably corrupted and this is preventing the proper installation of the latest Flash player.
9. For the Youtube error 'Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. Get the latest Flash player', this is mainly due to a currupted installation of the Flash Player.
Solution to all of the above:
1. First of all check your browser. If you use IE 5, get a higher version.
2. Then check your browser settings. If your settings prevent you from running ActiveX controls, enable them.
For Internet Explorer-
Goto Tools, Internet Options, under 'Security' tab, click Custom Level. Search for 'Run ActiveX controls and plug-ins' and check the 'enable' option.
Firefox users needn't worry. The default settings are perfect for flash player addons.
3. Then get the standalone Flash Player installation file (links are at the end of this article). There are two types: one for Internet Explorer, the other is for Mozilla/Firefox/Netscape.

Still problems?

Okay, you downloaded the standalone installation and the Flash Player is still not working properly. Did you run the installation file you downloaded and close all open windows - including your Web browser? Silly as it may seem, some people forget these steps. Otherwise, it may be an older or corrupt version of Flash that is causing the issue.

Solution: Better use the Flash Player uninstall tool (see the end of the article). Restart your computer and try running the standalone installation file again.

Useful links-

http://softwarepatch.com/internet/flash.html (Standalone installation link for IE users).

http://softwarepatch.com/software/flash-standalone-installation-firefox.html (Standalone installation link for Mozilla/Firefox/Netscape users).

http://softwarepatch.com/software/flash-uninstaller-program.html (Flash player uninstall tool).


courtesy- softwarepatch.com

You cannot see any drives in 'My Computer'

Open registry editor.(Click on 'run' from start menu and type regedit and hit enter)

Navigate to this key-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}

Delete "upper filters" and "lower filters" and reboot.

Note that you may see only one of them or may be both. This will delete the showing of your drives and when you reboot, windows will again make those files and you can see your drives. This solution is specific to a particular problem only. You may have other reasons for which you can't see your drives.

Explorer.exe problems


-->Your computer boots fine, but after Windows starts you only see a black screen with the mouse pointer visible.

-->Windows starts well and fine but shuts down after a coupl'a minutes.

-->You have to manually start explorer.exe

copy the I386 folder from windows setup cd to you HDD.

while windows is booting, press F8 key and ADVANCED start up option will appear.

select SAFE MODE WITH COMMAND PROMPT.

navigate to your windows directory.

then rename explorer.exe to explorer.bak or something.

Now go to the i386 directory.

use this command :

expand Explorer.ex_ x:\windows

// where 'x' is your drive letter where windows is installed.

now restart your PC and check the result.