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: Oldest
  1. Anonymous
    2013-10-18T10:09:35+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

    One question:  The D Drive on my computer is my DVD drive.  Windows in on my C drive.  Are the above commands nonetheless correct? (I haven't done something like this before, and am a bit nervous).

    Also, will I need an installation disk to perform this process?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-10-18T10:26:20+00:00

     

    One question:  The D Drive on my computer is my DVD drive.  Windows in on my C drive.  Are the above commands nonetheless correct? (I haven't done something like this before, and am a bit nervous).

    Also, will I need an installation disk to perform this process?

    The drive letters can change when you are in repair command,  so I would think the above letters will be correct for you.  To check, when in repair command just type D: and press enter, then type DIR press enter again , look for the Windows directory

    You might have the repair option by tapping F8 but I'd recommend creating a system repair disc.

    To create a system repair disc

    1. Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and Maintenance, 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
  3. Anonymous
    2013-10-18T13:09:45+00:00

     

    One question:  The D Drive on my computer is my DVD drive.  Windows in on my C drive.  Are the above commands nonetheless correct? (I haven't done something like this before, and am a bit nervous).

    Also, will I need an installation disk to perform this process?

    The drive letters can change when you are in repair command,  so I would think the above letters will be correct for you.  To check, when in repair command just type D: and press enter, then type DIR press enter again , look for the Windows directory

     

    I entered the windows Repair command by tapping F8 on start up. (Yes, I made the System Repair CD) I logged in, opened the command prompt and it showed:

    X:\windows\system32>

    I did as you said to check where the Windows directory was (I don't know exactly what I'm looking for), and typed D: pressed enter then DIR pressed enter, and it said (in another language) volume in D drive is Data.  (Data is the name I gave my Data partition). 

    I then looked at DIR in the C drive, and it said that the volume was reserved for the system.

    I then looked at DIR in the X drive, and there came a slew of information.

    I then tried your fix, first as you typed it: 

    Del D:\Windows\System32\xOsload.exe

    I got the response that the system could not find the path. (I had previously checked with BCDEdit that the xOsload.exe file was indeed there).

    I then tried changing the command to:

    Del X:\Windows\System32\xOsload.exe

    This elicited the same response, that the system could not find the path.

    Typing X: brings up:  X:\windows\system32>

    What should I type in order to carry out your solution?

    BTW, I am quite keen on this fix , because as you said, the alternative solution of just removing the offending update is just temporary, and the problem reoccurs at the next update - at least that's been my experience.  Every update is a nail-biter.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-10-18T15:06:00+00:00

    I did as you said to check where the Windows directory was (I don't know exactly what I'm looking for), and typed D: pressed enter then DIR pressed enter, and it said (in another language) volume in D drive is Data.  (Data is the name I gave my Data partition). 

    I then looked at DIR in the C drive, and it said that the volume was reserved for the system.

    I then looked at DIR in the X drive, and there came a slew of information.

    I believe X: is just a temporary drive that repair makes.

    Because you have Data as D: ; Windows may now be E: so try the DIR command for E: 

    "C drive, and it said that the volume was reserved for the system" is normal so keep the commands above that say C: as C: but the commands that say D: might be E: for you.

    Was this answer helpful?

    0 comments No comments