Windows 10 - No Minidump created after crash

I am struggling pc crashed that show up as a Kernel Power Error ID:41. I if want to take a look to see if there is a Minidump with detailed info I see that there is no Minidump created. I already follwed the following steps:

Right-click on "My computer" Select "Properties" Activate the "Advanced" tab Click on the "Settings" button immediately below the "Startup and Recovery" heading Disable the "Automatically restart" checkbox below the "System failure" heading

Even that did not work for me. Does somone else have another solution for me to enable Minidump?

 - <Event xmlns="">
- <System> <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" /> <EventID>41</EventID> <Version>6</Version> <Level>1</Level> <Task>63</Task> <Opcode>0</Opcode> <Keywords>0x8000400000000002</Keywords> <TimeCreated SystemTime="2017-10-19T14:36:26.463649200Z" /> <EventRecordID>1012</EventRecordID> <Correlation /> <Execution ProcessID="4" ThreadID="8" /> <Channel>System</Channel> <Computer>DESKTOP-1EHM37S</Computer> <Security UserID="S-1-5-18" /> </System>
- <EventData> <Data Name="BugcheckCode">0</Data> <Data Name="BugcheckParameter1">0x0</Data> <Data Name="BugcheckParameter2">0x0</Data> <Data Name="BugcheckParameter3">0x0</Data> <Data Name="BugcheckParameter4">0x0</Data> <Data Name="SleepInProgress">0</Data> <Data Name="PowerButtonTimestamp">0</Data> <Data Name="BootAppStatus">0</Data> <Data Name="Checkpoint">0</Data> <Data Name="ConnectedStandbyInProgress">false</Data> <Data Name="SystemSleepTransitionsToOn">0</Data> <Data Name="CsEntryScenarioInstanceId">0</Data> <Data Name="BugcheckInfoFromEFI">true</Data> <Data Name="CheckpointStatus">0</Data> </EventData> </Event>

Thanks

11

1 Answer

The problem happens before minidump gets a chance to write anything. I eventually chased an identical problem to Asmedia USB3 drivers that rejected a VR headset. You need to go through the process of what recent hardware has been added and what drivers have been added. You may be able to use System Restore via the install media.

The system would also crash without minidump trying to access safe mode.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like