This article explains how you can use ADPlus.vbs to create a User Mode Process dump file when a process terminates unexpectedly.
ADPlus tool is very useful in creating a User Mode Process Dump file. I always use this tool to create a dump for diagnosing purpose. ADPlus is a VB script and ships with Debugging Tools for Windows.
Steps:
- Download the Debugging Tools for Windows from the below URL:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
- Identify the process fo which you want to create a dump file.
- Execute the following commands:
- ADPlus.vbs -crash -p -o
OR
- ADPlus.vbs -crash -pn -o
- Using the above commands the dump file will be created when process terminates unexpectedly.
Note: You can also use the above command in Server Core.
About Nirmal Sharma
Nirmal is a Microsoft MVP in Directory Services and working as a Technical Architect/Consultant. He has been involved in Microsoft Technologies since 1994 and followed the progression of Microsoft Operating Systems and software. He is specialized in Directory Services, Microsoft Clustering, SQL, MOM, Exchange and Citrix. In his spare time, he likes to help others and write "internal" technical articles, white papers and tips on various Microsoft technologies. You can contact him at nirmal_sharma@mvps.org.
Article not looking right or info is missing? Let us know so that we can fix it: .