You may be requested to create a dump file if an application or Windows freezes. There are two types of dump files:
Application Dump files - these are a copy of the applications memory. These dumps are created from Task Manager. These are typically created when an application freezes, but the rest of the operating system is still responsive.
Kernel Dump Files - there are a copy of the Windows memory. These dumps are created when Windows crashes. Kernel dumps are typically used when Windows completely freezes
Content:
1. Setup Windows to Create a Quicklaunch.exe dump file at the time Quicklaunch crashes.
2. Create application dump files if the Quicklaunch application is frozen.
3. Setting up Windows to create a Kernel dump file on a keystroke when the OS is frozen.
1. Setup Windows to Create a Quicklaunch.exe Dump File If The App Crashed
- Open Registry Editor as an administrator
- Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
- Create the Quicklaunch.exe registry key
- Create a Dump folder in C:\ProgramData\UC Workspace\Quicklaunch\
- Add DumpCount and Dumptype (DWORD 32-bit) entries with value 2
- Add DumpFolder String entry. Add file path in the value field: C:\ProgramData\UC Workspace\Quicklaunch\Dump
2. Create Application Dump Files If The App is Frozen
First you need to determine if the application is 32bit or 64bit:
- Open task manager
- Click on processes
- Find the application
If it has the application name followed by (32 bit), the application is a 32 bit application. Otherwise it is a 64 bit application.
Create a 32 bit Application Dump File
- Open Task Manager from C:\Windows\SysWOW64\taskmgr.exe
- Find the application
- Right mouse click and select "Create dump file"
- Put the dump file on a cloud drive and send the link to tech support
Create a 64 bit Application Dump File
- Open Task Manager
- Find the application
- Right mouse click and select "Create dump file"
- Put the dump file on a cloud drive and send the link to tech support
3. Creating a Kernel Dump File
If Windows is hanging you need to create a Kernel Dump File. To do this, you need to define a keystroke that will cause Windows to crash and create a dump file. From the article:
1. Follow this article to enable Kernel Mode dump file: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/enabling-a-kernel-mode-dump-file
2. Follow this article to set up a keystroke to force the system to crash when frozen: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard
Once this is setup, the next time the system freezes, press the keystroke as defined in the above article and it will for the system to crash and create a kernel crash dump file.
Upload the kernel crash dump file to cloud storage and send the link to tech support.