Windows displays an error when an application doesn't start properly. Resolve the 0xc00007b error in Windows with these step-by-step solutions.
Along with a slew of new features, Windows update also brings in a volley of new problems for some users. Out of these, one of the most commonly recurring errors is the ‘This Application was unable to start correctly(0xc00007b)’ error.
There are many reasons as to why users get this error, the most common one being an attempt to run a 32-bit application on a 64-bit copy of Windows. Some users may also face this error after a recent Windows update.
Here is a comprehensive guide on how to fix the 0xc00007b error in Windows:
Corrupt User Account
If multiple applications are unable to start with this error code, it’s usually the result of a corrupt user account. The best way to tackle this problem is by performing a Clean Boot and running the application again.
In Clean Boot, Windows disables all third-party applications and services. This will help ensure that the problem isn’t being caused due to interference from these apps and services.
How to Perform a Clean Boot
It’s simple, just follow these steps:
- Log-in to your computer as an Administrator
- Press Windows + R, type msconfig and hit enter. Alternatively, you can also search for msconfig in the search box and select System Configuration.
- In the System Configuration window click on the Services tab, select Hide all Microsoft services and then click on Disable all
- Click on the Startup tab of System Configuration and click on Open Task Manager.
- In the Task Manager, go to the Startup tab and select each service and click on Disable (located in the lower right corner).
- Close Task Manager and switch back to the System Configuration window. Click on OK.
- Reboot your computer.
Upon rebooting, try to launch your application again and see if it works. If it launches successfully, it means that the error was being caused by a third-party app or service.
Create a New User Account
If the clean boot didn’t help, there’s one more thing users can try. Create a new user account in Windows and try running the application again.
In order to do this, simply follow these steps:
- Click on Start and go to Settings, then select Family and Other Users.
- Click Add someone else to this PC.
- Select Add a user without a Microsoft account.
- Enter the credentials.
- Click on Start, search for Programs and Features. Select the result.
- From the list, click on the program that’s giving the error and click on Uninstall.
- Locate the Setup file of the program and right-click on it.
- Select Properties and go to the Compatibility tab.
- Select an older version of Windows(preferably Windows 7 or XP) from the dropdown menu.
- Remember to check the Run as Administrator checkbox as well.
- Click on ok and proceed to install the application.
- Search for cmd on the Windows search bar.
- Right-click on the best match and click Run as administrator.
- Type chkdsk /r in the Command Prompt console and press enter.
- Launch Command Prompt as administrator.
- To verify and repair the system files use sfc /scannow.
- To just verify system files use sfc /verifyonly. (No changes made to system files and DLL)
- Press Enter.
No comments:
Post a Comment