If the Teramind Agent crashes and you encounter a 'Blue Screen', then you can collect Windows crash dump to capture what is causing the error. You can then send us the file for further diagnosis of the issue.
To capture the crash dump:
1. Create a new folder named dumps
in your main (c:
) drive.
2. Create a new file in Windows Notepad and enter the following lines:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"="c:\\dumps"
"DumpType"=dword:00000002
"DumpCount"=dword:00000100
3. Save the file with a .reg
extension. Please note that, when saving the file in Notepad, you need to change the file type to All Files (*.*). Otherwise, it will save it as a .txt
file instead of a .reg
file:
4. Import the file in Windows Registry. To do so:
.reg
file you just saved.4. Next time there's a crash, you will see the crash dump file(s) in the c:\dumps
folder. You can send the file(s) to us for further diagnosis.
i
|
Please note, the above steps will collect crash dumps for all applications but the crash dumps we are interested in are dwm.exe and svc.exe . |