Created
November 13, 2023 10:48
-
-
Save lxfly2000/3b0a1e8b8ec6fce5ebed09eb519f86ae to your computer and use it in GitHub Desktop.
Win10中错误报告默认是关闭的,此项用于开启
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting] | |
"DontShowUI"=dword:00000000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Win10开启错误报告
参考SOF的回答,Win10默认关闭了错误弹窗显示,这对软件开发来说有点不友好,可通过改注册表或在组策略中修改重新开启:
本地计算机策略,计算机配置,管理模板,Windows 组件,Windows 错误报告,阻止显示严重错误的用户界面——修改为已禁用即可。