Logo

Fix Office Activation error 0x80070426

In case you don’t know, Microsoft Office uses a separate mechanism than the Windows operating system for specific purposes such as Updates and Activation which brings in the content dependencies of this mechanism on different services and processes. Thus, in such cases, you could encounter errors like the error code 0x80070426. When you get this error, you will see the following error message on your screen:

“An unexpected error has occurred. Your request cannot be processed at this time. Please try again later. (0x80070426)”

This kind of error is caused by various supporting processes and services that are not working or are not being triggered as they were supposed to. If you are currently facing this issue, worry not for this post will guide you in fixing it. There are two potential fixes you can try – you can either check the responsible services or manually run the Activation Script. For more details refer to the given options below.

Option 1 – Try checking the responsible Services

  • In the Start search, type “services.msc” in the field and tap Enter or click OK to open the Windows Services Manager.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed to the Windows Services Manager utility window.
  • After that, look for the “Software Licensing Service” service entry from the given list of services inside the window.
  • Then right-click on it and select Properties and from there, make sure that its Startup Type is set to Automatic.
  • Once done, click on the Start button to start the service and then exit the Services Manager.
  • Next, tap the Win + R keys to open the Run utility and then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • After that, type and enter each command below one after the other.
    • net start slsvc
    • sc qc slsvc
    • sc queryex slsvc
    • sc qprivs slsvc
    • sc qsidtype slsvc
    • sc sdshow slsvc
  • Now check if the problem is fixed or not.

Option 2 – Try to manually run the Activation Script

  • In the Start search, type “cmd” and right-click on Command Prompt from the given search results and then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • Next, navigate to the following location inside the Command Prompt command-line utility if you are using Office 16.
    • x86: C:/Program Files (x86)/Microsoft Office/Office16
    • x64: C:/Program Files/Microsoft Office/Office16
  • On the other hand, if you are using an older version, go to the following location instead.
    • x86: C:/Program Files (x86)/Microsoft Office/OfficeXX
    • x64: C:/Program Files/Microsoft Office/OfficeXX
  • Once you’re in the location, type the following command to run the Activation Script and then tap Enter.

cscript ospp.vbs/act

  • The command you just entered will activate your copy of Microsoft Office.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Prevent screen from shutting down in Windows
You left your computer to go to the bathroom or to fetch something to eat, maybe you have to answer the phone or open door to a friend and after some time you get back to your computer see the black screen, you move the mouse and it starts to come from sleep slowly. I am the kind of person who gets annoyed by this kind of behavior, I like my PC to be ON all time when I want it to be ON and my power plan on best performance so naturally, I have turned this sleep feature OFF. If you are interested to see how you to can turn off your screen sleeping follow this easy guide.
  1. Press ⊞ WINDOWS to open the start menu and click on the settings Windows 10 Start menu with marked settings icon
  2. On settings, screen click on system Windows settings with System section selected
  3. When the system dialog opens go to Power & Sleep and on the right side change all values to never. windows settings power and sleep
Please note that after each update Windows tend to reset these settings so you will sadly have to return to this after each major update.
Read More
Fixing the We can’t find a USB flash drive
One of the preferred ways to upgrade Windows 10 is by creating a bootable USB drive. However, you might change your mind when you encounter an error during the Windows 10 Setup that says, “We can’t find a USB flash drive”. Worry not for this error can be fixed using some suggestions that will be provided in this post. The funning thing about this error in Windows setup is that the computer says it’s not there when it’s clearly there. To fix this problem, you need to check if the USB device is accessible on your computer or you can also try a different USB device. In addition, you could check if there are any issues with both the USB 3.0 and USB 2.0 ports as it could be the reason why you’re getting the error or fix the bad sectors in the USB drive as well as see if the USB drive is set as the primary drive.

Option 1 – Try to check if the USB is accessible on your PC

The first thing you can do to resolve the problem is to check if you can access your USB device from your computer. All you have to do is open File Explorer and check if the USB device is listed there or not.

Option 2 – Try to connect a different USB device

The next thing you can do to fix the error is to try connecting a different USB device, specifically the one that has more significant storage space. You also have to make sure that it’s working on a different PC.

Option 3 – Fix any issues with the USB 3.0 and 2.0 ports

Although the USB 3.0 ports are compatible with the USB 2.0 ports, it does not necessarily mean that there wouldn’t be any problem when you use them which is why it’s best to fix any issues in them or better yet, use a compatible drive.

Option 4 – Try to fix the bad sectors in the USB drive via CHKDSK

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. To use it, follow the steps below.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]
Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.

Option 5 – Try checking if the USB is set as the primary drive

You might also want to check if the USB drive is set as the primary drive because if it is, then it won’t appear on the list. It could also be that the USB drive has a primary disk in it. To undo it, you need to use the DISKPART utility.
  • In the Start Search, type “command prompt” and right-click on Command Prompt from the search results, and then select the “Run as administrator” option.
  • Next, execute the “diskpart” command to initiate the DISKPART utility.
  • After that, type the “list disk” command and tap Enter to display the list of disks on the computer. You have to take note of the drive number or letter of the concerned USB drive.
  • Once done, type the “select disk <X>” command where X is the drive letter or number and tap Enter.
  • Then execute the “list partition” command to see the list of all the partitions in your computer. It should be listed as 0, 1, or 2. 0 is the primary partition.
  • Now type the “select partition 0” command and tap Enter and then type “delete partition” to delete the selected partition.
  • You can do the same to the other partitions as well and when you’re done, execute the format command to turn the USB drive into a standard one.
Read More
Troubleshooting Fortnite Connection Issues
It is no secret that Fortnite is one of the most played games in the world. Epic has done a great job offering it to plenty of other platforms with cross-play feature meaning that you can play with your friends no matter on what platform they are on. But how Fortnite is a piece of software which is constantly updated and maintained it is pretty normal to have some bugs or issues from time to time. One of the before-mentioned issues is a connection issue or unable to connect to game servers. In our article, we will go through common fixes and solutions in order to get you back in-game as fast as possible. Keep on reading.

fortnite cannot connectCheck the Epic Games Status page

Check the Epic Games Server Status page to make sure all systems are operational. If the issue you’re experiencing is related to an outage or system-wide issue, you won’t be able to connect to the Epic Games Launcher or Fortnite until it's resolved.

Use a wired connection

Wireless connections are not as stable as wired connections. This means that the signal can be unreliable and result in packet loss, connection problems, or higher latency or ping. Connect directly to your modem or router with an Ethernet cable to eliminate this possibility and have the fastest connection possible.

Disable your firewalls

Often the quickest way to fix connection problems due to firewalls is to temporarily uninstall and/or disable it.

Windows Firewall disable guide:

  1. Click on Start.
  2. Click on Control Panel.
  3. Click on System and Security.
  4. Click on Windows Firewall.
  5. Click on Turn Windows Firewall on or off (You might need to provide the Administrator password at this step)
  6. Under each Network location, select the Turn off Windows Firewall option

Uninstall any other firewalls

Using a third-party firewall may prevent you from being able to connect to the Epic Games Launcher, Fortnite, or another Epic Games product. We recommend removing any third party firewalls temporarily to see if this resolves your issue. If it does resolve the problem, make sure to add the following executables as exceptions to your firewall:

Epic Games Launcher

  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64\EpicGamesLauncher.exe
  • C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win32\EpicGamesLauncher.exe

Fortnite

  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_BE.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_EAC.exe
  • C:\Program Files\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteLauncher.exe
Contact your firewall manufacturer for instructions on how to add these as exceptions to it as this varies between them.

Unblock your network ports

Network ports allow certain types of data to be successfully sent over a network that is used by our services. If you have any of these blocked, it may result in you being unable to connect to our games or use our services properly. To unblock your ports on your router do the following:

Windows

First, you will need to get your default gateway and internal IP address:

  1. Click on Start.
  2. Type cmd and press Enter.
  3. Type ipconfig and press Enter.
  4. Take note of your Default Gateway and IPv4.

Configuring your router to unblock the ports

  1. Open your web browser.
  2. Type your Default Gateway into the address bar and press Enter. (A common Default Gateway is 192.168.1.1)
  3. You may be asked for a username and password. This varies for each router. Before entering anything, try just hitting OK. If that doesn't work, try the common default username and password below: Username: admin Password: password If these don't work, you can check this website for a list of usernames and passwords based on your router model.
  4. Locate the Port Forwarding page in the administration tool and click on it.
  5. Make sure you have Port Forwarding selected and not Port Triggering as this is completely different.
  6. On this screen, you will need to enter the ports and port ranges below with the correct protocol and local IP of which you took note of above: 80 (TCP/UDP), 433 (TCP), 443 (TCP), 3478 (TCP/UDP), 3479 (TCP/UDP), 5060 (TCP/UDP), 5062 (TCP/UDP), 5222 (TCP), 6250 (TCP/UDP), and12000-65000 (TCP/UDP).
If you have any trouble doing the above on your router, make sure to check out the router manufacturer's support site for additional instructions as these will vary from router to router.

VPN and Proxy Servers

Do NOT use VPN or Proxy Servers. These cause issues that can't be resolved by us without having you disable them. Check out this article for information on how to disable your proxy server.

Switch Domain Name Systems (DNS)

Switching your DNS can result in better connectivity and performance for your internet connection. There are two different DNS services we recommend to have you try if you are having issues with your connection. Below are the followings links with instructions on how to change your DNS:

Epic Games Launcher: Edit your Engine.ini file (Windows only)

Editing these settings can result in better download speeds using the Epic Games Launcher:
  1. Click on Start.
  2. Type %localappdata% and press Enter.
  3. Open the EpicGamesLauncher
  4. Open the Saved
  5. Open the Config
  6. Open the Windows
  7. Open ini and add the following lines to it: [HTTP] HttpTimeout=10 HttpConnectionTimeout=10 HttpReceiveTimeout=10 HttpSendTimeout=10[Portal.BuildPatch] ChunkDownloads=3 ChunkRetries=20 RetryTime=0.5
  8. Save the file and open the Epic Games Launcher.
fortnite gameplay
Read More
How to Fix Runtime Error 713
Runtime Error 713 is an error that occurs during the distribution of a Visual Basic application that includes a data report. The error is displayed on the screen when you try to open the data report from your desired application.

Error Causes

The reason why computer users often experience the Runtime Error 713 is that the data report run-time file also referred to as Msdbrptr.dll is not included in your setup package. Though this error does not pose any big threat to your computer, however, it is recommended to fix the error because the Runtime error 713 may hamper your ability to install and access new programs.

Further Information and Manual Repair

Don’t you panic if you see Runtime Error 713 message pop up on your PC? This error is rated easy to repair and can be fixed in a couple of minutes. There are two ways to fix Runtime Error 713. You can choose whichever 2 alternatives suit you best.
  • Method 1
First, open your project and include a reference to the data report file, the Msdbrptr.dll file. Locating this file is not difficult. It is listed as Microsoft Data Report Designer v6.0 in the reference dialog box. Sometimes you may see this file listed more than once. Now when this happens be sure to select the file that is associated with Msdbrptr.dll. After you select it, the reference will be verified. Once verification is complete, you are good to go. Now you can try rebuilding your setup package again.
  • Method 2
The second alternative is to add the Msdbrptr.dll file manually in PDW (the Package and Deployment Wizard). Simply add the file in the Included Files dialog box window and run the PDW. Now you are all set to rebuild your setup package. Whether you follow method 1 or 2 after you rebuild the setup package and the installation is complete, you will see the following files in the indicated folders:
  • <windows system>Msdbrptr.dll
  • <program files>Common Files\Designers\Msderun.dll
  • <windows system>Msstdfmt.dll
The presence of these files indicates successful installation and now you can easily try opening the data report. If you’ve noticed, all you have to do to fix Runtime Error 713 was to include the Msdbrptr.dll file. So, next time if you or your friends experience Runtime Error 713, you know exactly what to do and how to fix it.
Read More
Fix INVALID_POINTER_READ_c0000005 atidxx64.dll
If your Microsoft Edge browser encountered a Stop Error that says, “INVALID_POINTER_READ_c0000005 (atidxx64.dll)” in your Windows 10 computer, then this indicates that your Graphics card driver is outdated. According to security experts, Microsoft has already acknowledged the problem and stated that this issue exists with Windows 10 v1809, Windows Server 2019, and Windows Server version 1809. Although there is no direct way to resolve the problem, there are still some workarounds you can try. If you are using a RadeonHD2000 or HD4000 series video card, the update will be blocked for you. Some users also claim to experience performance issues with the lock screen or the ShellExperienceHost. However, if you are using AMD, the problem is that it no longer supports Radeon HD2000 and HD4000 series graphics processing units or GPUs. Even though Microsoft is already working for a way to resolve the problem, here are some alternative solutions you can check out:

Option 1 – Update your Graphics card drivers

  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

Option 2 – Try removing AMD Radeon HD2000 and HD4000 drivers

Although this is not exactly a perfect solution, removing AMD drivers will make the operating system fall back to the default GPU available on your motherboard. You also have the option to completely disable the hardware.
  • Tap the Win + X + M keys to open the Device Manager.
  • Next, look for your Graphics card drive, and under Display Adapters, right click on them and click Uninstall device or Disable device.
  • After that, restart your computer. This will disable the AMD drivers so you won’t be able to find them. It will also release the Windows 10 v1809 update on your computer and in case your operating system tries to prompt you with the “New Device found” message, simply ignore it.

Option 3 – Try to use another browser

You might want to use another browser especially when you already updated your computer and Microsoft Edge still keeps on crashing. You can use Google Chrome, Mozilla Firefox, and other browsers as alternatives until you sort out the problem.

Option 4 – Try to remove the Graphics card physically

You might also want to try removing both AMD Radeon HD2000 and HD4000 as they are very old graphics cards. And since AMD is not going to roll out anything, at least on its own if your motherboard has an onboard GPU, it would be best to get rid of the cards. After that, install the Windows v1809 update and then put them back in. You also have the option to install the driver but just don’t use Microsoft Edge.
Read More
Fix BUGCODE_USB_DRIVER Error in Windows
This post will guide you in fixing yet another annoying Blue Screen of Death error, “BUGCODE_USB_DRIVER”. This particular BSOD error occurs due to some issue with usbhub.sys, winusb.sys, or usbport.sys system driver file. When you encounter this kind of Stop error on your Windows 10 PC, it indicates that an error has occurred in the Universal Serial Bus or USB driver. The USB driver is issued by Microsoft themselves and it comes along with the Windows 10 system which is why it is difficult to download its latest version using a web browser. Thus, you need to take some basic steps to resolve the problem. Carefully follow the given fixes below to fix the BUGCODE_USB_DRIVER Blue Screen error and before you proceed, you need to create a System Restore Point, this way you have some backup in case something goes out of hand.

Option 1 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 2 – Check for any available Windows Updates

Another you can try is to check if there are any Windows Updates available to make sure that your Windows 10 PC has all the latest updates installed. All you have to do is go to Settings > Update &security. From there, just click on the Check for updates button.

Option 3 – Uninstall conflicting programs and services

There are certain programs like VMWare, Virtual Box, Hyper-V Virtualization services that might be in conflict with the USB port drivers on the parent operating system. Thus, you can try uninstalling the aforementioned programs and other similar ones to see if it fixes the BSOD error.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. If uninstalling the programs mentioned above didn’t help, you might want to try putting your PC in a Clean Boot State to help you find the faulty program.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)

Option 4 – Modify the Power Settings

  • In the Cortana Search box, type “power options” and then select Power Options from the search results.
  • After opening Power Options, click on Change plan settings for your selected power plan.
  • Next, click on Change advanced power settings.
  • Then look for USB Settings and click on it to expand it.
  • Now expand the USB selective suspend setting and then disable it.
  • After that, click on the Apply and then OK buttons to save the changes made.

Option 5 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
Fix Office Activation error 0x80070426
In case you don’t know, Microsoft Office uses a separate mechanism than the Windows operating system for specific purposes such as Updates and Activation which brings in the content dependencies of this mechanism on different services and processes. Thus, in such cases, you could encounter errors like the error code 0x80070426. When you get this error, you will see the following error message on your screen:
“An unexpected error has occurred. Your request cannot be processed at this time. Please try again later. (0x80070426)”
This kind of error is caused by various supporting processes and services that are not working or are not being triggered as they were supposed to. If you are currently facing this issue, worry not for this post will guide you in fixing it. There are two potential fixes you can try – you can either check the responsible services or manually run the Activation Script. For more details refer to the given options below.

Option 1 – Try checking the responsible Services

  • In the Start search, type “services.msc” in the field and tap Enter or click OK to open the Windows Services Manager.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed to the Windows Services Manager utility window.
  • After that, look for the “Software Licensing Service” service entry from the given list of services inside the window.
  • Then right-click on it and select Properties and from there, make sure that its Startup Type is set to Automatic.
  • Once done, click on the Start button to start the service and then exit the Services Manager.
  • Next, tap the Win + R keys to open the Run utility and then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • After that, type and enter each command below one after the other.
    • net start slsvc
    • sc qc slsvc
    • sc queryex slsvc
    • sc qprivs slsvc
    • sc qsidtype slsvc
    • sc sdshow slsvc
  • Now check if the problem is fixed or not.

Option 2 – Try to manually run the Activation Script

  • In the Start search, type “cmd” and right-click on Command Prompt from the given search results and then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • Next, navigate to the following location inside the Command Prompt command-line utility if you are using Office 16.
    • x86: C:/Program Files (x86)/Microsoft Office/Office16
    • x64: C:/Program Files/Microsoft Office/Office16
  • On the other hand, if you are using an older version, go to the following location instead.
    • x86: C:/Program Files (x86)/Microsoft Office/OfficeXX
    • x64: C:/Program Files/Microsoft Office/OfficeXX
  • Once you’re in the location, type the following command to run the Activation Script and then tap Enter.
cscript ospp.vbs/act
  • The command you just entered will activate your copy of Microsoft Office.
Read More
How to Quickly Fix MSI.chm Error
MSI.chm error is a common Windows Error code that occurs when the Windows OS becomes overloaded with invalid system references.

Solution

Restoro box imageError Causes

The MSI.chm error is normally triggered by the following causes:
  • Poor PC maintenance

You may experience the MSI.chm error if you don’t pay attention to its maintenance. This usually happens when you don’t run antivirus software or update programs and drivers frequently.
  • Registry files get corrupt and damaged

This error may also occur when the registry files of your PC get corrupt and damaged. This normally happens due to continuous writing, editing and deleting of information from your PCs registry over time as programs are installed, modified and deleted. Other causes include: malware and system conflicts.

Further Information and Manual Repair

When you come across the MSI.chm error on your PC, it is advisable to repair it immediately without any delays. If you procrastinate in repairing this error, your PC is likely to be exposed to risks like:
  • Slow PC performance
  • System failure and crashes
Nonetheless, to resolve this error you don’t have to get the assistance of an IT professional. The MSI.chm is easy to repair and you can resolve it in no time even if you aren’t technically adept. Here are some of the best ways to repair the MSI.chm error on your PC successfully in the shortest time:-

Cause: Corrupt and Damaged Registry Files

Quick Fix: If you think the MSI.chm Windows error on your system is related to Windows registry issues, then the best way to resolve this error is to download and install a Registry cleaner tool.  A word of advice here is to always download such tools from a reliable and a trusted website. Once you download the Restoro, run it on your PC to scan for errors. The scanning will usually take a couple of minutes. So, it is advisable to be patient. After the scanning is complete, you will see a detailed scanning report highlighting the registry errors on your PC. Now to resolve the MSI.chm error that has occurred on your PC due to registry issues, click on the ‘Repair’ button to fix the error. Once the repairing process is complete, restart your PC. Restoro helps you not only fix the MSI.chm error but it also helps improve the speed of your PC, and protects it from failure and crashes.

Cause: Poor PC Maintenance

Quick Fix: If the cause of the MSI.chm error is poor PC maintenance, then the best way to resolve the error is to update the drivers. You can do this by installing the latest drivers for the devices that you think are now old and need to be updated. Here’s what you need to do: First find which devices don’t have drivers installed. For this go to the start menu and then click on the Control Panel. Now open the Device Manager. The Device Manager will list down all the devices that don’t have drivers installed with yellow exclamation point icons next to the device name. As for the updates, the general rule of thumb if the driver does not support the program you are trying to run, then this means that you probably need to update the driver to ensure compatibility. For example your video card driver does not support a newly launched game, then you definitely need a driver update to play the game on your PC. To install or update drivers on your PC, you can either get CDs from the market or you can download updated versions of the drivers from the main manufacturer’s website for free. You can also use automated solution for all of your driver issues: driverfix boxSo, next time when you or your friends encounter this problem, try these quick fixes to repair the error without any hassle.
Read More
Fix HAL INITIALIZATION FAILED Error 0x0000005C
When your computer boots up or when it just woke up from sleep but it suddenly encounters a Blue Screen of Death error, saying, “HAL INITIALIZATION FAILED error with STOP CODE 0x0000005C”, then read on as this post will give you some fixes that might help in resolving the problem. You will see the following error message on your computer’s screen when this error pops up:
“Your PC ran into a problem and needs to restart. We’re just collecting some error info, and then we’ll restart for you. If you’d like to know more, you can search online later for this error: HAL_INITIALIZATION_FAILED HAL INITIALIZATION FAILED 0x0000005C”
This kind of Blue Screen error indicates that there is a hardware or device driver problem in your PC. Aside from that, it also signifies that the initialization of the Hardware Abstraction Layer or HAL has failed. This happens only during the relatively short period that the Windows operating system is being initialized, specifically during phase 4 of Windows startup. What’s worse about this kind of Stop error is that it does not just go away after a computer reboot. You may have to boot your computer into Safe mode with Networking using the Advanced startup options which you can access by tapping the F2 or F8 key. Once you’ve accessed the Advanced startup options, follow the fixes prepared below.

Option 1 – Run CHKDSK command to repair hard disk errors

Running the Chkdsk utility could help you resolve the HAL INITIALIZATION FAILED error with STOP CODE 0x0000005C. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the Chkdsk utility comes in. The Chkdsk utility repairs hard drive errors that might be causing the problem.
  • After you access the Advanced Startup options, select Command Prompt by using the arrow keys on your keyboard.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • The command you entered will scan the hard disk for any errors and will automatically fix it if it finds some issues. Wait for the process to be completed and then restart your computer.

Option 2 – Run the DISM tool

If the first option didn’t work, then running the Deployment Imaging and Servicing Management tool can help you resolve the HAL INITIALIZATION FAILED error as it will repair the Windows System Image as well as the Windows Component Store in Windows 10.
  • After you access the Advanced Startup options, select Command Prompt by using the arrow keys on your keyboard.
  • Next, type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 3 – Update the Device drivers

  • Tap the Win + R keys to launch Run.
  • Type in msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
  • Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.

Option 4 – Try removing any external hardware

You might also want to remove any connected devices and external hardware in your computer as it might help in fixing the BSOD error.

Option 5 – Disable Fast Start-up

If you want your computer to boot faster, then you might have enabled Fast Start-up. This feature is ideal for computers that are using a hard disk drive. However, turning on this feature also means that when the computer boots, it might lag some drivers that are loaded when it initially boots up. Thus, it might be the potential cause of the UNEXPECTED STORE EXCEPTION BSOD error. Thus, you need to disable Fast Start-up. To do that, follow these steps:
  • Boot your PC into Safe Mode.
  • Then tap the Win + R keys to open the Run dialog box.
  • Next, type in “control” to open Control Panel.
  • After that, select Hardware and Sound and click on Power Options.
  • Select “Choose what the power buttons do” from the left side menu pane and click on Change settings that are currently unavailable.
  • Afterward, uncheck the “Turn on fast startup (Recommended)” entry and click on Save Changes.
  • Now restart your PC for the changes to take effect and then check if the problem’s fixed afterward.

Option 6 – Disable your antivirus program

There are times when the antivirus program installed in your computer blocks file access and even disk access. Thus, disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 7 – Perform a Clean Boot

There are some instances that some conflicting programs installed in your computer might be the one that’s causing the HAL INITIALIZATION FAILED error. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Fix 0xC000007B STATUS INVALID IMAGE FORMAT
If you are trying to open a program or a game but you suddenly see a dialog box with a message stating that the application was unable to start correctly along with the Error Code 0xC000007B , STATUS INVALID IMAGE FORMAT then this indicates that the application is not compatible with the architecture of your Windows 10 computer or is missing dependencies. Although error code 0xC000007B can also occur with other various programs, the STATUS_INVALID_IMAGE_FORMAT error code also means that when you try to run an application that’s designed to run on a 64-bit system and hence gets into a termination state. In addition, if you are also pointed to the NTStatus.h file then it means that the error might be caused by some file corruption. Here’s the full context of the error message:
“0xC000007B | STATUS_INVALID_IMAGE_FORMAT | {Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.”
When you see this error message, the first thing you can do is to click on OK to close the application and then try installing the media again to see if it fixes the issue. If not, then you can check out the suggestions given below.

Option 1 – Try installing the application with admin privileges

The first thing you can do to fix the error is to restart your Windows 10 computer and then try installing the application again and this time with admin privileges. Just right-click on the application and select the “Run as Administrator” option. And if your account is a regular one, you need to make sure to ask an admin to help you in installing the application by entering the password when you are prompted to do so.

Option 2 – Install and update Dependencies

There are times when programs and applications need to have drivers and supporting software installed for them to properly work. Although the installation usually takes care of it, it’s time for you to do some manual checks especially if you are getting this issue of abnormal program termination.

1. Install some qualified drivers

A number of high-end games and applications need to have correct and valid drivers for them to work. They just don’t work with general drivers though. Microsoft has this Windows Hardware Quality Labs testing also known as WHQL testing which makes sure that drivers meet the correct experience and pass through the proper testing before certification. Thus, when installing drivers, you need to ensure that they are qualified drivers for your Windows 10 PC.

2. Download and install or update DirectX

As you know, Microsoft DirectX is a suite of technologies developed by Microsoft to provide hardware acceleration for heavy multimedia applications like HD videos and 3D games. Since you are using Windows 10, you have the DirectX 12 version while the earlier Windows versions use the DirectX 11 version.

3. Install the Microsoft DirectX End-user runtime

The Microsoft DirectX end-user runtime gives updates to version 9.0c as well as previous versions of DirectX. To install it, click on this link and download it.

4. Update or install the .NET framework

The .NET framework is used by games and applications during development which means that without the runtime files that are installed in your computer, it definitely won’t work. Thus, you need to install or update this framework. You can also use the .NET setup verification tool to verify it.

Option 3 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Error Code 0xC000007B , STATUS INVALID IMAGE FORMAT error. SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status