xman_iceman I did not mean to put down Sims 4, but I help with both and the keys are right next to each other, so I occasionally don't catch the typo/autopilot response. (I do normally check though.)
I went back to my original macro for crash dumps and double-checked the command:
reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD
I didn't see the issue at first, but it looks like you stripped out the quotation mark before HKLM. The outside quotes should be removed (as I've done above), but not the ones inside the command.