Joined
·
140 Posts
Hi the error above will be displayed when requested data is not found in memory. The system generates a fault, which normally indicates that the system looks for data in the paging file. In this circumstance, however, the missing data is identified as being located within an area of memory that cannot be paged out to disk, this area being C:\Windows\System\System32. The system faults, but cannot find, the data and is unable to recover. Faulty hardware, a buggy system service, antivirus software or a corrupted NTFS volume can all generate this type of error. To try to fix this:PAGE_FAULT_IN_NONPAGED_AREA
1. Restart your computer
2. Keep tapping F8
3. When you get to the advanced options menu, choose the Last Known Good Configuration option.
If all this allows you to boot log-into your account an do this:
1. Go to Start and click Run
2. Type into run 'cmd' this will load up Command Prompt
3. Type in into Command Prompt 'chkdsk /f /r'
The info in 'here' is the only bit you need to type in don't include the ' 's.
Report back here if this worked!