Run regedd.exe and find “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps”. If the key does not exist, do the following:
1) create a new LocalDumps key
2) create a subkey with the same name as your Windows store application process, such as myapp.exe
3) in the subkey create a folder called DumpFolder, of type REG_EXPAND_SZ, set it to the directory where you want to generate dump (make sure it exists), say C:\Dumps
4) in the same subkey create a subkey called DumpCount, Value of type REG_DWORD, set its value to 5 (maximum number of dumps generated)
5) in the same subkey create a value called DumpType, of type REG_DWORD, set its value to 2 (full dump)
Here is a registration script saved as a file with the suffix name REg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpCount"=hex(b):0a,00,00,00,00,00,00,00
"DumpType"=hex(b):02,00,00,00,00,00,00,00
"DumpFolder"=hex(2):43,00,3a,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,44,00,75,\
00,6d,00,70,00,73,00,00,00
Read More:
- Pg_dump Error: pg_dump: No matching tables were found,pg_dump: schema with OID 1515227 does not exi
- window.open () several ways to open windows
- About how to solve the 8050800c error when Windows Update updates the definition of Windows Defender
- How To Enable Telnet in Windows Server 2012
- Go: How to Fix plug-in installation failure in vscode of windows system
- How to use higher version of OpenGL SDK in windows?
- How to solve the problem of failed installation of golang plug-in dependency in vscode under Windows
- How to display the Chinese name and installation time of installed software in snmp4j walk Windows
- How to open Ctrl + Alt + delete in MAC virtual machine
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- Memory leak in Windows 8.1 with Killer E2200 and Windows Network Data Usage Monitoring
- How To Fix Windows Java Error 1723
- ABAP edit screen click layout to dump
- Error in header file when calling OpenGL to open obj file in vs2013: unable to open include file: “GL / glut. H”: no such file or directories
- How to: Install Hyperterminal On Windows 7
- How to handle error 2755 when installing software under windows
- Vs cannot open the source file unistd. H under Windows
- Windows 8.1 – Fix This app can’t open for Built-in Administrator account
- Click the button to use in the react project window.open Methods open a new page and click the data again
- Python json.dumps () json.dump The difference between ()