Windows 7 BSOD registry_error

novelamd

New Member
Joined
Dec 12, 2015
Messages
1
Hi,

My windows is getting BSOD after start up. i've been checking the dump file with blue screen viewer but still don't have any idea what i should do to fix it. can you please help me to fix the problem? i'll really appreciate your help!

thank you in advance.
 


Attachments

Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 51, {1, 8ce1c008, 33d3000, 374}

Probably caused by : ntkrpamp.exe ( nt!HvpSetRangeProtection+40 )

Followup: MachineOwner
Hi,
the above bugcheck means the registry had an issue which may have been caused by corruption or hardware errors. This was the main dump file in the...
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 51, {1, 8ce1c008, 33d3000, 374}

Probably caused by : ntkrpamp.exe ( nt!HvpSetRangeProtection+40 )

Followup: MachineOwner
Hi,
the above bugcheck means the registry had an issue which may have been caused by corruption or hardware errors. This was the main dump file in the collection you sent although you also had Bugchecks blaming the USB3 drivers. This:
Code:
Windows 7 Kernel Version 7600 MP (4 procs) Free x86 compatible
Tells me your missing a critical service pack and you need to install asap:
The download you want from the list is at the very bottom:
Link Removed

If you have any issues installing the service pack run the readiness tool:
Link Removed

ASMMAP.sys Thu Jul 02 10:12:38 2009: LENOVO ATK Hotkey ATK0101 ACPI UTILITY (also found in Asus systems) Please update. Found under 'Utilities' in the Windows 32bit driver section:
https://www.asus.com/Notebooks/K43SJ/HelpDesk_Download/

Look in the start menu for command prompt, right click on it and run as administrator. Type:
sfc /scannow
Press enter and await results.

Post any new dump files.
 


Solution
Back
Top