Ok as a last resort...

I am still getting that WORK_THREAD_RETURNED_AT_BAD_IRQL error and it's happening every few minutes it seems now. I had it do it again while my desktop was loading. SO. . . if I can't find the problem via debugging, I will troubleshoot services and device drivers.

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar06.webp

286 Posts
Location -
Joined 2001-07-17
I am still getting that "WORK_THREAD_RETURNED_AT_BAD_IRQL" error and it's happening every few minutes it seems now. I had it do it again while my desktop was loading. SO...if I can't find the problem via debugging, I will troubleshoot services and device drivers. I can do the drivers no problem, but I need to know what services I NEED running under my given circumstances.
 
I am on a small Network (need server access)
My printer is shared
I need web/e-mail access (Via cable modem from our server)
 
I think thats it. If everything runs smooth I will add stuff back one by one and see if I can manually trace where this problem is stemming from.
 
 
If you need a recap on my problem, go Here

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

1457 Posts
Location -
Joined 2001-12-18
It may be that your Page Table Entries are not set high enough. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
 
Double-click the SystemPages value. The Edit DWORD Value dialog box appears. This can hold a value from 0 to 50,000. Microsoft recommends a value of 36000 to start with if you get the error described. So, type 36000, and then click OK. You will need to reboot to effect the change.

data/avatar/default/avatar06.webp

286 Posts
Location -
Joined 2001-07-17
OP
Quote:The Edit DWORD Value dialog box appears. This can hold a value from 0 to 50,000. Microsoft recommends a value of 36000 to start with if you get the error described. So, type 36000, and then click OK. You will need to reboot to effect the change.


Hmmmm...I have a value of 110592 right now...maybe thats part of the prob..I will change it to 36000 and see what happens. Thx for the reply.