Jump to content

Recommended Posts

Posted

Ona,

I am using a Windows 2000 Professional, and of recent I am receiving a frequent pop up

error msg that crashes/closes any opened programs, thus, "WinMgnmt.exe has generated

errors and will be closed by windows. You will need to restart the program" with error ID 7031.

An error log is being created.

Any idea to resolving this, pls.

Kind Regards,

Ona.


Posted

First, install the "Debugging Tools for Windows" from:

http://www.microsoft.com/whdc/devtools/deb...installx86.mspx

Once these tools are installed, do the following:

1. Create a directory called c:\adplus

2. Open a command prompt and change to the directory where you installed the debugging tools. By default, this is "C:\Program Files\Debugging Tools for Windows"

3. Check the task manager and make sure that winmgmt.exe is running.

4. Type the following command in the command prompt:

cscript adplus.vbs -crash -pn winmgmt.exe -o c:\adplus

The next time winmgmt.exe crashes, you should get at least one (maybe many) *.dmp files in the C:\adplus folder. These can be debugged to tell you why winmgmt.exe is crashing.

Posted

Hi,

Winmgmt.exe is not running in the Task Manager? How do I get it back to work as it seems to be the root of the problem of pop up screens which keep on crashing opened programs. Pls assist.

Ona.

Posted

You can download userdump from http://www.microsoft.com/downloads, and configure it to watch for all exceptions and then dump winmgmt.exe on process termination. That will allow you to get dumps of the process, even if it isn't currently running - something adplus is not able to do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...