Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash Dump settings #13

Open
KlaePlay opened this issue Aug 29, 2018 · 0 comments
Open

Crash Dump settings #13

KlaePlay opened this issue Aug 29, 2018 · 0 comments

Comments

@KlaePlay
Copy link

As far as I can see, you are not disabling memory dump creation. You are enabling it with a value of 0x1 which is enabling it with the full memory dump setting.

https://support.microsoft.com/en-us/help/254649/overview-of-memory-dump-file-options-for-windows

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl
CrashDumpEnabled REG_DWORD 0x0 = None
CrashDumpEnabled REG_DWORD 0x1 = Complete memory dump
CrashDumpEnabled REG_DWORD 0x2 = Kernel memory dump
CrashDumpEnabled REG_DWORD 0x3 = Small memory dump (64KB)

CrashDumpEnabled REG_DWORD 0x7 = Automatic memory dump

Additional registry values for CrashControl:
0x0 = Disabled
0x1 = Enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant