Solution:
1. Launch Regedit
2. Navigate into HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting
3. Create a new Key called LocalDumps
4. Select LocalDumps and create three new entries:
A. DumpFolder of type REG_EXPAND_SZ give it a path value of an existing folder where you want the crash dump files to appear when an event occurs.
B. DumpCount of type REG_DWORD give it a value of decimal 10
C. DumpType of type REG_DWORD give it a value of decimal 2
NOTE: No reboot is required to activate these keys.