View Single Post
Old 10-29-2009, 07:01 PM   #11
oldsnail
Rs has made me the woman i am today!
 
oldsnail's Avatar
 
Join Date: Jun 2002
Location: Victoria
Posts: 4,219
Thanked 391 Times in 193 Posts
Failed 21 Times in 12 Posts
Stop: 0x0000000A (parameter1, parameter2, parameter3, parameter4)
IRQL_NOT_LESS_OR_EQUAL
Cause
This Stop error message usually occurs during installation when there was an attempt in kernel mode to touch pageable memory at too high a process internal request level (IRQL). Typically, this error occurs when a driver uses an incorrect memory address. Other possible causes of this error include an incompatible device driver, a general hardware problem, or incompatible software.

Resolution
When this Stop error message occurs, first try to resolve the issue by using the Windows Error Reporting tool that is automatically displayed when any error occurs. The Reporting tool sends an error report to Microsoft, and reports a fix or a workaround back to you immediately. If no fix or workaround is available, or if the fix or workaround reported by the tool does not resolve the error, then follow the methods in the "Advanced Troubleshooting" section.


-----------------------------------------
that being said, have you tried SAFE mode?
In windows Xp ..

hope that helps - from the microsoft website
oldsnail is offline   Reply With Quote