ogaontebale Posted May 16, 2006 Posted May 16, 2006 Ona,I am using a Windows 2000 Professional, and of recent I am receiving a frequent pop uperror msg that crashes/closes any opened programs, thus, "WinMgnmt.exe has generatederrors 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.
cluberti Posted May 16, 2006 Posted May 16, 2006 First, install the "Debugging Tools for Windows" from:http://www.microsoft.com/whdc/devtools/deb...installx86.mspxOnce these tools are installed, do the following:1. Create a directory called c:\adplus2. 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:\adplusThe 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.
ogaontebale Posted May 18, 2006 Author Posted May 18, 2006 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.
cluberti Posted May 18, 2006 Posted May 18, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now