HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\xxx.exe DumpTypeSpecify one of the following dump types: 0: Custom dump 1: Mini dump 2: Full dump https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\w3wp.exe" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\w3wp.exe" /t REG_SZ /v DumpFolder /d %DMPPATH% /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\W...
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting 注册表项名称:DoReport 数据:0x00000001 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting 展开表 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\Consent 注册...
创建KEY DumpFolder 类型为 REG_EXPAND_SZ 用于配置存放 Dump 文件的目录 另外可以创建 KEY DumpCount 类型为 REG_DWORD 配置 Dump 的总数量 当然也可以使用 PowerShell 命令来配置这些: New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting" -Name "LocalDumps" New-ItemProperty -Path "H...
可通过注册表设置生成相关的 dump 文件,以便进行调试。具体设置方法:在注册表中找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps。新建一个 DWORD 值DumpType,并将其值设置为 2,然后在 LocalDumps 中新建一个 Multi-String 值ExcludedApplications,将应用程序名称...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\WindowsError Reporting\LocalDumps 添加项如下图: 其中DumpType代表的含义是: 0 = Create a custom dump 1 = Mini dump 2 = Full dump 如此一来,一旦程序崩溃,系统会在C:\CrashDump下生成一个dump文件。
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\WindowsError Reporting\LocalDumps添加项如下图:其中DumpType代表的含义是:0 = Create a custom dump 1 = Mini dump 2 = Full dump 如此一来,一旦程序崩溃,系统会在C:\CrashDump下生成一个dump文件。1.2WinDbg抓取程序运行崩溃后,先不关闭程序,将WinDbg附加到该进程...
Microsoft-Windows-Hyper-V-VmSwitch-Diagnostic,4,0xFFFFFFFD Microsoft-Windows-SMBDirect/Debug,4 Microsoft-Windows-SMBServer/Analytic Microsoft-Windows-Kernel-LiveDump/Analytic EnabledEventLogs 属性是一个多字符串,其中每个字符串的格式为:channel-name、log-level、keyword-mask。 keyword-mask 可以是十六进制...
Defines the types of Windows Error Reporting (WER) report stores that can be opened. WER_CONSENT Defines the possible Windows Error Reporting (WER) user consent states. WER_DUMP_TYPE Defines the possible Windows Error Reporting (WER) minidump types. WER_FILE_TYPE Defines the possible Windows ...
1. 右键单击 Windows Error Reporting。 2. 选择新建,然后选择项。 3. 将该项命名为 LocalDumps。 注意: 确保在创建新项之前,先备份 Windows Error Reporting 项。在LocalDumps 项中创建注册表项值。选择LocalDump 项,并创建如下所述的三个注册表项值:Dump...