the application is unable to start correctly 0xc0000005 after windows update

Anonymous
2013-08-14T17:47:16+00:00

Sorry my english :)

Hello, today, after windows 7 x64 update itself and reboot most of all my applications cant start and crash with error 0xc0000005. 

In "installed updates" I see a lot of Security update for Microsoft .Net Framework Client profile installed today, but I cant Uninstall them, click Uninstall, then I see "Setup.exe *32" in the task manager, then receive an error "An error occurred while trying to uninstall <update name>. It may have already been uninstalled" :(

Also I make a system restore, but without any result :(

Any ideas?

How can I manually remove this updates? Registry cleaning or something else?

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-08-15T12:53:44+00:00

You have hacked or infected files on your computer.

Check your BCD and do the below fix if necessary (at your own risk) 

In Windows open CMD as Administrator and type BCDEdit and enter,  if your Windows Boot Loader Path is xOsload.exe then you need to remove some files and repair your BCD.

NOTE:  you will need to re-activate Windows afterwards, so make sure you have your Windows 7 key handy.

Boot to Windows Repair - Command

Del D:\Windows\System32\xOsload.exe

Del D:\Windows\System32\xNtKrnl.exe

Del D:\Windows\System32\Drivers\oem-drv64.sys

attrib c:\boot\bcd -h -r -s

ren c:\boot\bcd bcd.old

bootrec /rebuildbcd

Was this answer helpful?

1500+ people found this answer helpful.
0 comments No comments

172 additional answers

Sort by: Newest
  1. Anonymous
    2013-11-02T10:46:47+00:00

    Hi Steve

    Thank you for the answer but I didn't understand how to do all these things. I am not very good about computer. Could you please explain all these step by step for me :-(.

    Thanks

    seb

    Print out the above instructions and then boot to the Windows Repair Command.

    Do you know how to boot to Windows Repair Command?

     Tap F8 at startup and see if the repair option appears, or:

    To create a system repair disc 

    1. Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and Security, and then clicking Backup and Restore.
    2. In the left pane, click Create a system repair disc, and then follow the steps.  If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-10-31T21:03:43+00:00

    Hi Steve

    Thank you for the answer but I didn't understand how to do all these things. I am not very good about computer. Could you please explain all these step by step for me :-(.

    Thanks

    seb

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-10-30T10:08:16+00:00

    Just like to thank SteveO1964 for sticking with us all

      Thank you all for the thanks ;)

    I did mention that there may be a difference in your drive letters in some posts in this thread.

    I use a batch file with the extra letters, it's crude but it's worked on all the machines that I have repaired.

    My Batch File

    Del D:\Windows\System32\xOsload.exe

    Del E:\Windows\System32\xOsload.exe

    Del D:\Windows\System32\xNtKrnl.exe

    Del E:\Windows\System32\xNtKrnl.exe

    Del D:\Windows\System32\Drivers\oem-drv64.sys

    Del E:\Windows\System32\Drivers\oem-drv64.sys

    attrib c:\boot\bcd -h -r -s

    attrib d:\boot\bcd -h -r -s

    ren c:\boot\bcd bcd.old

    ren d:\boot\bcd bcd.old

    bootrec /rebuildbcd

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-10-29T18:30:35+00:00

    Just like to thank SteveO1964 for sticking with us all and just to remind everyone that in repair mode your C: drive is reassigned and given another letter. If you have more than one hard drive your C: drive might not be assigned to D: (mine was E:) so you will have to check the drives (use the dir command followed by the drive letter) to see which ones contains the Windows directory and then substitute that in for the D: drive in the fix.  Took me a long time to figure this out and many aborted attempts.

    Thanks very much Steve,

    John

    Was this answer helpful?

    0 comments No comments