1 Star 0 Fork 28

lfm/FxLib

forked from 游戏服务器/FxLib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
open_dump.bat 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
724789975 提交于 2022-05-07 07:51 . dump打印
@echo off
md C:\CrashDump
echo Dump...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\TestProto.exe"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\TestProto.exe" /v DumpFolder /t REG_EXPAND_SZ /d "C:\CrashDump" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\TestProto.exe" /v DumpType /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\TestProto.exe" /v DumpCount /t REG_DWORD /d 10 /f
echo DumpѾ
pause
@echo on
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/faming_li/FxLib.git
git@gitee.com:faming_li/FxLib.git
faming_li
FxLib
FxLib
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385