Logo

How to avoid errors in Windows

We have all experienced Windows errors over time and that can range from simple ones that will do very little to no harm and can be even system breaking making us lose our work or completely making the PC unusable. No one likes them but they happen, and usually, they happen once we least expect them.

No matter how frequent and unpleasant they might be there are ways to keep them at the minimum and even avoid them.

We will discuss steps that you can take in order to do this, simple tips and guides on how to keep your computer in top form and eliminate not just Windows, but any kind of errors altogether.

computer free of errors

Keep your hardware clean

Believe it or not, some serious Windows errors like the dreaded blue screen of death can come from hardware issues not from the software at all. It is very important to keep your computer clean and with enough air flow so it can function properly.

Not so far ago we had an article about cleaning your hardware detailing what and how to do it. Here is a link to the article: https://errortools.com/windows/cleaning-your-pc/

Do not keep applications you are not using

Keeping applications on the drive might seem harmless but sadly that is not the case. Some applications have a certain impact on the system itself after all most of them are tweaking registry entries in Windows and sometimes having too many applications means an increased possibility of conflict over certain resources even when they are not running.

Some applications like adobe creative suite, for example, will have certain services always running in the background, and more of these kinds of applications you have, more services, more places for unexpected errors when they collide. Some of them will also install certain dependencies that could be problematic.

The general idea is: if you are not using it, uninstall it and you will be safer and more resilient to errors inside OS.

Do not use pirated or cracked software

Besides moral and law implications that using pirated or cracked software might bring you there are also certain other things that might be problematic. Certain "free" software might come packet with some problematic malware, for example, it is not uncommon for attackers to use some popular software to pack their malicious application with it.

Other things might be wrong and incomplete tweaking with application in order to bypass security and thus bringing some instability due to scripts needed to run in order to achieve this goal.

Keep your drivers updated

Errors can also come from old drivers or bad drivers, device manufacturers are not all-knowing and perfect, and sometimes drivers can wreak havoc on the system. Having updated drivers can minimize any kind of unexpected behaviors inside the operating system making it more stable and reliable.

You can check your driver version in the control panel inside the Windows OS and then compare it to the ones found on the manufacturer's site, if there are newer available it is recommended to download and install them,

Keep software updated

Applications can have bugs, and bugs can lead to certain errors both in the system and when using the app as well. It is in your best interest to get the latest patch or newer version of the software in order to avoid these unpleasant experiences.

Also, certain codecs and extensions that are installed directly in Windows can also have some unpredictable behavior, updating is the best solution to keep them in line.

Keep Windows updated

Same as with drivers and applications, Windows itself is not immune from bugs and some unpredictable issues. Luckily Microsoft is always working on fixes and features of Windows but in order to actually have benefited from that work, you will need to keep Windows updated. Sometimes a bad update can introduce some errors but you can always roll back to the previous and wait for them to fix everything and then download them all.

Check the health of your hardware regularly

Hardware components have their life cycle, more quality ones tend to last longer but eventually, they will reach the end of their lifecycle. There are a lot of testers for various components in your computer that can check different things and provide you with information about the state of your components.

If you are on Windows 11, Microsoft has included a basic health app inside OS, just type PC health check in search and start the app. For some more detailed information and advanced checks, you will have to use a custom application. There are plenty of them specialized for single components like RAM, SSD, etc. A simple google search with providing you with top results and most of them are free for personal use.

Remember, a faulty component or component that is reaching its life cycle can produce many errors inside the operating system.

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

Enable Windows Sandbox on Windows
One of the most common ways cybercriminals use to inject suspicious code into devices is by tricking users into installing a malicious program on a targeted device. Oblivious users are vulnerable to such tricks, which is why Microsoft has been working hard in the background to address this issue. Recently, Microsoft announced the availability of a sandboxed version of Windows 10 that runs inside Windows 10 in order to isolate suspected software to run inside it and protect the system from potential threats. This Windows Sandbox feature is a new feature that keeps your computer secure. It is a virtual disposable environment that you can enable. So if suspect any software of being malicious, you can run this software in an environment and ensure that it won’t interfere with any normal processes and would not jeopardize files on your computer. To simply put it, “Windows Sandbox is a new lightweight desktop environment tailored for safely running applications in isolation”. So if the Sandbox is closed, all the residual files, software, and other data are deleted permanently. To enable Windows Sandbox, refer to the instructions provided below. Step 1: You have to make sure that you are running either Windows 10 Enterprise Editions or Windows 10 Pro and that your computer is running build 18305 or newer. Step 2: After that, you have to enable Virtualization to let another instance of Windows 10 running in Sandbox mode. Step 3: Next, search for Windows Features on and off in the search box and then select the appropriate entry. Step 4: From the list, go to the mini window and check the Windows Sandbox and then click on OK. Step 5: Afterwards, in the Cortana Search box, search for “Windows Sandbox” and select the related entry to run it in an elevated window. Step 6: Then from your main computer (host), copy the executable file and paste it inside the Windows Sandbox environment. Step 7: Now run the executable file in the Sandbox environment and use it as you normally do. Step 8: Once you’re done, close the Windows Sandbox application and as mentioned, every data regarding the executable file and the temporary environment will be deleted. Step 9: And for the sake of safety, ensure that there are no modifications made to the host because of the executions in the Sandbox environment. You have the option to contact Microsoft for feedback related to Windows Sandbox. You can use the traditional Feedback Hub if you have any suggestions or any issues. Just fill in the appropriate details and select Windows Sandbox for the feature category under the Security and Privacy section. And if you have any issues related to the execution of and within Windows Sandbox, simply choose “Recreate my problem” then select Start capture to reproduce the issue, and once you’re done, select Stop capture.
Read More
Software review series: Visual studio code
Visual Studio codeVisual studio code is a code editor available for Windows, Linux, and macOS. It is a completely free tool offering you to code in any language without the need to switch to another editor. Visual Studio Code is part of Microsoft Visual Studio which is a complete integrated development environment (IDE). Take notice that Visual studio itself has more advanced tools for developing and testing, it has 24/7 support, training, and Azure for WEB apps. Visual Studio Code is an editor lacking in some advanced features Visual Studio offers.

Visual Studio code Price and royalty

As mentioned Visual Studio code is completely free licensed under the MIT license agreement giving you the tool free to use and sell your product. How it supports Linux, Windows, and macOS, all you need it to go to its official page https://code.visualstudio.com/, download it and start using it. How this is free project backside is that there is no official support, you will have to rely on various articles and community in order to get needed information or problem solution.

Features

Syntax highlighting has become standard and norm for any editor but besides this function VS code offers us also IntelliSense option which goes a step further with code completion, code hinting, and parameter info. This means that VS code is aware of many things going on inside your code and will offer you as you type a menu with options for autocomplete along with variables referenced, function names, etc. VS code offers extensions inside its extensions marketplace where you can add extensions in order to implement new languages, add debuggers, change the layout, etc. This is one of the great features it allows you to easily switch from one project to another, one language to another not leaving your code editor. Working with version control systems like Git is easy with VS Code. You’ll be able to stage files and make commits, then push and pull changes to your remote code repository of choice, right from the editor.

Conclusion about Visual Studio code

Visual Studio Code is one of if not the most flexible and extensible code editors currently on the market that I have ever tried and used. IT has become my code editor of choice simply for reasons that there is really not much it cannot do and it is constantly updated and taken care of. You can really tune it to look and feels how you want with extensions and you really cannot beat the free price tag. I would highly recommend this editor for daily use especially since its biggest competitors like Atom and sublime text have not seen many updates lately.
Read More
Connecting a Wireless Printer to a Windows PC
Although it’s easy to set up wired printers in most cases and they have their charm, you don’t have to be around the printer if you are connected to the same network. So in this post, you will be guided on how you can install and set up a wireless printer on your Windows 10 computer. The idea here is to ensure that your Wi-Fi printer and your Windows 10 computer are connected on the same network and to do that, you need to carry out the following steps:
  • You have to connect the printer to the Wi-Fi network.
  • You have to add the printer or scanner to Windows 10.
  • You have to install the printer software.
  • You have to change the default printer.
  • And troubleshoot the printer.

For more details, follow the instructions below.

Step 1: Connect your printer to the Wi-Fi network. In this step, you need to turn on your printer and look for the option to connect to a Wi-Fi network. Note that the step to connect to the Wi-Fi network depends on what kind of printer you use as well as its OEM since there will be a user interface or a Wi-Fi button that will get the job done for you. Once your printer is connected to the Wi-Fi network, you need to keep it turned on until the setup is completed. Step 2: Next, add a printer or scanner to Windows 10
  • Since you’re already connected to the Wi-Fi network, you now have to go to Settings > Devices > Printers & scanners.
  • From there, click on the Add a printer or scanner option.
  • After that, the scanning process will begin as Windows 10 looks for the printer and once it finds it, it will display the printer in the result.
  • Choose the Wi-Fi printer from the results and click on the Add device option. Once you click this option, Windows will install the drivers via Windows 10 update. Note that this process will apply to all the printers – connected, wireless, and so on.
Step 3: You have to install a printer software In this step, you need to use the driver software from the OEM even though the default printer software works since in most cases, the driver software from OEM works better compared to the default ones and offers much better functionality like ink-saving modes, and many more. Step 4: You now have to change the default printer After installing the printer software, you now have to set or change the default printer in your computer. If you have not installed any printer, the default printer in Windows is the one that saves the files. Now since you have already installed your printer, all that’s left for you to do is to change the default printer of Windows 10 to the one you installed earlier. To do that, follow these sub-steps:
  • Go to Settings and navigate to Devices > Printers & scanners.
  • From there, check the checkbox labeled, “Let Windows manage my default printer” if there are many printers. This will recommend you to use the most used printer. But if you don’t want to switch to the most used printer, then uncheck the checkbox.
  • Once done, click on the printer you want to set as the default one and go to Manage, and then click on the Set as default button.
Step 5: If you have any issues with your newly installed printer, then you need to troubleshoot it One of the first basic troubleshooting you can perform to resolve the printer issue is running the Printer Troubleshooter. This built-in troubleshooter can detect and automatically fix the problem for you. To use it, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
  • Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.
Read More
0x80071771, The specified file could not ...
If you are tried encrypting or decrypting a file using the default EFS engine but you receive an error message instead saying, “Error Applying Attributes, An error occurred applying attributes to the file: The specified file could not be decrypted”, read on as this post will help you sort out the problem. If you encounter this error you can use the error code in it. You will most likely get error code 0x80071771. This kind of error occurs when the File Explorer’s copy and paste feature was not able to read the source file being encrypted or decrypted. It could also occur if you try to access a file that has been on another computer previously.

To fix error code 0x80071771 when decrypting or encrypting a file, refer to the instructions provided below.

Step 1: You need to check first if you can decrypt the files encrypted by EFS. However, if you can’t, just proceed and then take full control of the file. Step 2: To take control of the file, open File Explorer and right-click on the partition, and then click on Properties. Step 3: After that, click on the Edit button under the Security tab. Step 4: Next, make sure that “Everyone” is selected under the Group or user names section. Step 5: Afterwards, the Permissions for Everyone section will be activated. Just make sure that all the checkboxes for Allow are checked and then click on the Apply button. Step 6: Once you’re done, click on the Advanced button. This will open a new window labeled Advanced Security Settings. From there, click on the Change link under the Owner section. Step 7: Now type your account name in the field and click on Check Names to verify the account name and click OK. Step 8: After that, select the “Replace owner on sub-containers and objects” option and then click OK. Step 9: Next, select Administrators in the Group or User names list and select Full Control in the Permissions for Administrators panel and click OK.
Read More
How to Fix Error Code HPQTRA08.exe

HPQTRA08.exe - What is it?

HPQTRA08.exe (Hewlett Packard Tray 08) is the Hewlett Packard Digital Imaging Monitor task. It is installed with the drivers of HP imaging products like PhotoSmart Printers.

It incessantly monitors and indicates the connectivity status with any recognizable HP product.

Simply put, HPQTRA08.exe is an exe (executable) file that contains step-by-step instructions that a computer follows to carry out a function.

HPQTRA08.exe error code is displayed in any of the following formats:

  • "Hpqtra08.exe Application Error."
  • "Cannot find hpqtra08.exe."
  • "Hpqtra08.exe not found."
  • "Error starting program: hpqtra08.exe."
  • "Hpqtra08.exe is not a valid Win32 application."
  • "Hpqtra08.exe failed."
  • "Faulting Application Path: hpqtra08.exe."
  • "Hpqtra08.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
  • "Hpqtra08.exe is not running."

Solution

Restoro box imageError Causes

Error code HPQTRA08.exe can be triggered for several reasons. However, some of the most common causes include:

  • Corrupt Windows registry keys
  • Virus infection
  • Deleted, damaged, or corrupted HPQTRA08.exe file
  • HPQTRA08.exe file conflict
  • Corrupt or incomplete installation of Hp Digital Imaging

It is advisable to repair the error code HPQTRA08.exe on your PC immediately. Delays can lead to serious problems especially if the underlying cause of the error is related to registry corruption.

Further Information and Manual Repair

To resolve this error on your PC, you don’t need to hire a professional and pay hundreds of dollars for the repair. Simply try the DIY methods listed below to fix the problem right away.

Method 1 - Download and Install HPQTRA08.exe File

If the error cause is related to deleted, corrupted, or damaged HPQTRA08.exe file, then the best way to fix the problem is to install the HPQTRA08.exe file on your PC.

However, first, make sure the site you select to download the file from is reliable and trusted.

By downloading from an unreliable website you can expose your PC to potential malicious programs and risk your data security.

Method 2 - Remove all Viruses

Sometimes viruses and malware tend to disguise in the form of exe files such as the HPQTRA08.exe file.

In such a situation scan your entire PC for viruses and malware using a powerful antivirus. Remove all the malicious programs found to fix the issue.

Method 3 - Clean and Repair the Registry

The registry saves all PC-related activities and information including both important and obsolete files such as cookies, bad registry entries, invalid keys, internet history, and junk files.

If these files are not removed from the registry frequently, these accumulate in the registry and corrupt thereby triggering error codes. Error code HPQTRA08.exe is generated when the corrupt Windows registry keys are associated with the HPQTRA08.exe file.

To resolve, clean the registry and repair it. Although this can be done manually it can be time-consuming and tricky especially if you are not technically sound, therefore it is advisable to download Restoro.

Click here to download Restoro and resolve error HPQTRA08.exe.

Method 4 - Locate and Install the Driver

As was pointed out, you might need to reinstall the printer driver again. Using DriverFIX, you’ll be able to automatically update your computer system and install the drivers your computer needs to operate smoothly.
Read More
Custom widgets in Windows 11 later
windows custom widgetsOriginally Microsoft has imagined its widgets menu as Microsoft-only widgets but it seems that they have changed their mind. Due to the latest leak, it seems that Microsoft will open the widgets menu to 3rd party developers as well but at launch, it will be only official widgets. It was hinted that later widgets menu will be open to developers who want to bring their own stuff into it. Distribution, date, and technology that will need to be used in order to create your widget have not been discussed nor leaked at a given time but in some way, I am very glad that at least some customization will be in Windows 11. It is funny and amusing how some things that were in Windows Vista are getting back like glass design, round corners, and widgets. Let’s just hope Windows 11 will be a better Windows than Vista was.
Read More
CD/DVD icon is not showing in File Explorer
In the past, CDs, DVDs, and floppy drivers used to be the primary sources of external storage for many users – that is until the USB storage devices took over. These days, a lot of devices no longer have a built-in CD or DVD writer or reader as it contributes to the thickness of the device. On the other hand, there are still various devices that still come with a built-in CD or DVD writer or reader. However, recently, users who still use CD or DVD on their devices reported a problem where the CD or DVD icon is not visible in the File Explorer as well as in “This PC” or the My Computer page. The cause of this issue is still unknown at the time of writing, but there are still some potential fixes you can try to fix it. You can try to update or roll back the device drivers or apply some tweaks in the Registry Editor. For more details, refer to the given options below.

Option 1 – Try to update or rollback device drivers

The first thing you can try to fix the missing CD or DVD icon is to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties. Note that the concerned drivers will be listed under the DVD/CD-ROM drives section as well as the IDE/ATAPI Controllers section.
  • From there, look for the following drivers:
    • ATA Channel 0.
    • ATA Channel 1.
    • Standard Dual Channel PCI IDE Controller.
  • Now, right-click on each one of the listed drivers and update them all. You could also try to roll them back to their previous versions.
Note: You can also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver.

Option 2 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E965-E325-11CE-BFC1-08002BE10318}
  • After that, look for the DWORD values named “UpperFilters” and “LowerFilters”.
  • Right-click on each one of these DWORD values and select Delete.
  • Now restart your computer and see if it fixes the problem.

Option 3 – Try creating a new Registry entry

There is another option you can try in the Windows Registry to fix the missing icon of the CD/DVD. You can try adding a new entry. How? Refer to these steps:
  • Tap the Win ­+ R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesatapi
  • From there, right-click on “ATAPI” and select New > Key.
  • After that, name it is “Controller0” and right-click on the sub-key and then select New > DWORD (32-bit) Value.
  • Now name it as “EnumDevice1” and double click on it and then set its value data to “1”.
  • Click OK and restart your computer to apply the changes made successfully.
Read More
Calculator is not working in Windows
As you know, one of the basic apps in the Windows 10 operating system is the calculator and it can even be extended to a scientific calculator which makes it really useful for users. However, there are instances when you might encounter some issues while using this app. One of the issues about the Calculator app that’s been reported recently is that the Calculator app is not working. If you encounter the same problem, then you’ve come to the right place as this post will guide you on what you can do to fix the problem. Based on the reports, users claimed that the issue with the Calculator app occurred right after they’ve installed a feature update, while other users claimed that the Calculator app never really worked on their computers and there are also cases where the app opens but it either freezes or crashes. According to researchers, the main causes of the problem include a feature update that could’ve altered the settings. It could also be due to problems with the login account or corrupted and missing files, or the problem could also with the calculate app itself. To resolve this problem, here are some suggestions you can follow.

Option 1 – Run the System File Checker Scan

System File Checker or 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 to good system files that might be the reason why the calculator app is not working properly. 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.
  • Reboot your computer.

Option 2 – Run the DISM tool

You can also run the DISM Tool as it helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth” that could help in fixing the Calculator app.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism (.)exe /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 – Try logging into your computer using a different User Account

You might want to try logging into a different User Account since it is possible that the issue could have something to do with your log-in account. Thus, you can isolate this possibility by logging into a different user account. If you don’t have any other user account, simply create a new one by clicking on the Start icon and then go to Settings > Account > Family & other users. From there, go to the Other user's section and click on the Add someone else to this PC option, and then inputs all the needed information and restarts your computer. Once your computer has restarted, log into your computer using the newly created user account.

Option 4 – Try to reset or reinstall the Calculator app

If the first three given options didn’t work, you might want to reset or reinstall the Calculator app. To do that, follow these steps:
  • Click on the Start button and go to Settings > Apps > Apps and features.
  • Next, look for the Calculator app from the app list and click on it to see its other options.
  • After that, select the Advanced options and go to the Reset section and then click on the Reset button to reset the Calculator app.
Note: You also have the option to reinstall the Calculator app. All you have the option to visit Microsoft Store and from there, uninstall the Calculator app.
Read More
Fix Windows Update error 0x80096004
Recently, a lot of users reported to Microsoft about getting an error code 0x80096004 while trying to update their Windows 10 computers. This kind of Windows Update error occurs during the initial download and verification process. It also affects the Windows features (FODs) and when you encounter this error, you will also see this error code, “TRUST_E_CERT_SIGNATURE”. This error code indicates that the signature of the certificate could not be confirmed. This is caused by a broken certificate store or a corrupt copy of the Windows operating system is installed. Here’s the complete error message:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80096004).”
To fix Windows Update error 0x80096004, you can check out the options provided below.

Option 1 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 2 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error code 0x80096004. To run it, Refer to these steps:
  • Tap the Win + I keys to open Settings.
  • From there, click Update and Security and go to the Troubleshoot section.
  • Next, select Windows Update and click the “Run the troubleshooter” button and wait until it’s finished, and then try to run Windows Update again.

Option 3 – Try to temporarily disable anti-virus and Windows Defender Firewall

As mentioned, the error could be due to the antivirus program or the Windows Defender Firewall installed on your computer. Thus, disabling them or any security software installed in your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like Error Code 0x80096004 due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not.

Option 4 – Try to replace the DLL file with a trusted source

You can also try to replace the crypt32.dll file as it could help in fixing the Windows Update error. Just make sure that you get one from a trusted source.
  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 crypt32.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 5 – Try downloading and installing the Windows Updates manually

Error Code 0x80096004 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.

Option 6– Run System File Checker or SFC scan

System File Checker or 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 to 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.
 Reboot your PC.

Option 7 – Try to run the Windows Update Service in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Windows Update 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.)
  • Now try to run the Windows Update Service again and see if Windows Update error 0x80096004 is now gone.
Read More
How to Fix Windows 10 Error Code 0xc0000142

Error Code 0xc0000142, What is it?

Error code 0xc0000142 is an error code that affects Windows 10 users. It often occurs when users attempt to run Windows applications. The message in the application error box allows users to recognize the error as it states that “the application was unable to start correctly (0xc0000142).” Common symptoms of this error code include the following:

  • Inability to start applications
  • Inability to completely run Windows applications
  • The appearance of error code 0xc0000142 message box

Error Causes

Error code 0xc0000142 in Windows 10 is often caused by issues related to startup programs, corrupted files or other applications. To address this issue, the source of the issue needs to be located. But how will users be able to do this while the error code is present?

Further Information and Manual Repair

To fix error code 0xc0000142 users will need to employ at least one manual repair procedure. This may include checking your system for corrupt files through tools like Microsoft’s System File Checker (SFC). If you are uncertain of your skills or prefer to get professional support, contact a Windows repair technician to assist you.

The top three methods to resolve error code 0xc0000142 include the following:

Method One: Perform a Clean Boot

A clean boot is one of the most basic procedures you can run to solve a Windows-based error code of this nature. It works by identifying whether or not conflict among startup programs is preventing Windows applications from running properly. This occurs through a clean boot process involving Windows using a minimal set of drivers and startup programs when you reboot.

Here is what you’ll need to do:

  • Step one: Go to Start and type msconfig
  • Step two: Right-click and select System Configuration
  • Step three: Select Service tab and click Hide all Microsoft Services then click Disable all.
  • Step four: Click Startup tab within the System Configuration dialog box.
  • Step five: Select Open Task Manager
  • Step six: Within the Startup tab of Task Manager, select Disable for each Startup item, then close Task Manager.
  • Step seven: Click OK on the Startup tab of System Configuration.
  • Step eight: Restart your computer.

This method resolves software conflict arising when you attempt to update, run a program or simply use your operating system. However, if error code 0xc0000142 remains unresolved after you restart your machine, follow the next step below.

Method Two: Run a System File Checker Scan

System File Checker (SFC) is a utility tool built into the Windows 10 operating system, as well as other versions of Windows, to detect and repair corrupted system files. Since corrupted system files can result in error code 0xc0000142, run this tool by following the steps below:

  • Step one: Go to Start and type Command Prompt or CMD.
  • Step two: Right-click and select Administrator
  • Step three: Check for and repair corrupted system files. Simply type sfc /scannow. (Be sure to place a space between “sfc” and “/scannow”).

Once these procedures are followed, the System File Checker tool will automatically scan your machine, and find and repair corrupted files. If this is the source or underlying cause of error code 0xc0000142 on your system, the error code will be resolved. However, if the source of the issue is not due to corruption in our system or is simply a more complicated issue try the next method highlighted below.

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