Steps to Fix Stop c0000145 Application Error

Stop: C0000145 {Application Error} The application was unable to start correctly (0xc0000005) Click ok to close the application. This error occurs in windows 7 due to update ( KB3004394 or KB3545999) and they can be resolved easily just follow the instruction below.


Instructions to Resolve error Stop c0000145:

If the error is caused by  KB3004394 update restart your pc and the blue screen will not appear again. In order to prevent this error appear again next time you start your system all you have to do is uninstall this update from your system. Follow the procedure below to uninstall this update.


Click Window logo on Taskbar
On Search Bar Type " Add or Remove Program"
Left Side, Click the option "View Installed Updates"
Now Search the update file KB3004394
Left Click on the file and Select "Uninstall"



If the Error is caused by update KB3545999, Your Pc will reboot continuously and we will use command prompt to resolve it. 

1. Boot your system and Press F8 
2. Select Repair Mode
3. The Repair Mode will be Failed 
4. In the End Select Advance and then Command Prompt
5. Enter the following commands 

Note: D is the drive where windows is installed on hard disk. Change it if your windows is on any other drive.

1. D:\ DISM /Image:D:\ /Get-Packages > d:\Packagelist
2. D:\notepad d:\packagelist (it will open the package list file in notepad. Search for keyword"pending" .Here 
you will find one or more then one pending updates)
3. D:\DISM /Image:D:\ /remove-package /package name:(Copy & paste the name of package from notepad files which found pending) for example:
D:\DISM /Image:D:\ /remove-package /packagename:package_for_KB3545999~31bf3856a4364e35~amd64~~6.1.1.1
4. Type Exit and Press Enter