windows-itpro-docs/mdop/dart-v7/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-7.md
2016-06-16 11:04:55 -07:00

54 lines
2.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer
description: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer
author: jamiejdt
ms.assetid: 881d573f-2f18-4c5f-838e-2f5320179f94
ms.pagetype: mdop
ms.mktglfcycl: support
ms.sitesec: library
ms.prod: w7
---
# How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer
If you cannot access the Microsoft Debugging Tools for Windows or the symbol files on the end-user computer, you can copy the dump file from the problem computer and analyze it on a computer that has the stand-alone version of Crash Analyzer installed, such as a helpdesk administrators computer.
**To run the Crash Analyzer in stand-alone mode**
1. On a computer with DaRT 7 installed, click **Start** / **All Programs** / **Microsoft DaRT 7**.
2. Provide the required information for the following:
- Microsoft Debugging Tools for Windows
- Symbol files
For more information about symbol files, see, [How to Ensure that Crash Analyzer Can Access Symbol Files](how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-7.md).
- A crash dump file
**Note**  
Use the Search tool in DaRT 7 to locate the copied crash dump file.
 
3. The **Crash Analyzer** scans the crash dump file and reports a probable cause of the crash. You can view more information about the crash, such as the specific crash message and description, the drivers loaded at the time of the crash, and the full output of the analysis.
4. Decide upon an appropriate strategy to resolve the problem. This may require disabling or updating the device driver that caused the crash by using the **Services and Drivers** node of the **Computer Management** tool in DaRT.
## Related topics
[Diagnosing System Failures with Crash Analyzer](diagnosing-system-failures-with-crash-analyzer--dart-7.md)