Logo

Fix Windows Update Error 0x80004005

As you know, Microsoft is consistent in pushing updates to its supported versions of the Windows operating systems in order to make it better and defend it from different kinds of vulnerabilities. And pushing billions of active Windows computers every now and then is really not an easy thing to do since it calls for a complex Windows Update delivery module. These complexities often give rise to various errors like the Windows Update error code 0x80004005.

When you encounter this kind of Windows Update error, you will see the following error message on your screen:

“There were problems installing some 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 0x80004005.”

This kind of Windows Update error occurs due to an issue while either installing or downloading an update. There are several ways you can fix the problem. You can try to replace the dpcdll.dll file, reset the Windows Update-related services, run the Windows Update troubleshooter or manually install the Windows Updates. For more details, check out the options given below.

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

The first thing you can do is to replace the dpcdll.dll file with a trusted source.

  • First, you need to get the new dpcdll.dll file from another computer with preferably the same file version number as your computer.
  • 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.
    • For x86: This PC > C:/Windows/System32
    • For 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 dpcdll.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 2 – Try to reset the Windows Update components

If by any chance that the third option didn’t work, you can also try resetting the Windows Update components as it could also help you resolve the Windows Update error. How? Refer to the following steps:

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver

Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS and MSI Installer.

  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 3 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update error 0x80004005. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Try downloading and installing the Windows Updates manually

Windows Update Error 0x80004005 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.

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 or Disable Auto-Mounting in Windows
Every time a new drive or any storage device is connected to a Windows 10 computer, the operating system tends to allot a drive letter to it automatically. Not only that, as the OS also maps the location of the drive which helps it point the letter to the exact port location of the drive and serve requests from the user. As a result, it builds up a bit of cache as per the pattern in which the user uses the storage of the computer. This whole process is known as “Auto Mounting” which works for hard disks or optical drive readers that are connected using the SATA ports and even for USB drives that are connected using the USB ports. There are several ways you can enable or disable the Auto-Mount feature in Windows 10. You can do it using the MountVol tool or the Registry Editor or the Diskpart utility. Before you proceed, it is recommended that you create a System Restore point first so that you can always undo the changes you made in case anything goes wrong.

Option 1 – Enable or disable Auto Mounting via MountVol tool

In this option, you will be using the mountvol command in the Command Prompt. Refer to the steps below.
  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • Next, type the following command and tap Enter to enable the Auto Mount feature:
mountvol /E
  • On the other hand, if you want to disable the Auto Mount feature, type the following command instead:
mountvol /N
  • After that, type the command below to remove all the previously assigned drive letters:
mountvol /R
  • Finally, restart your computer.

Option 2 – Enable or disable Auto Mounting via Registry Editor

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and tap Enter to open the Registry Editor.
  • After that, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmountmgr
  • Next, look for a DWORD named “NoAutoMount”. If you can’t find a DWORD with that name then simply create a new DWORD with the same name and make sure that the base is selected to Hexadecimal.
  • Now double click on that DWORD and change its value to 0 if you want to enable it, otherwise, input 1 as its value to disable it.
  • Restart your computer.

Option 3 – Enable or disable Auto Mounting via Diskpart utility

  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • After opening Command Prompt as admin, type the following command and hit Enter to launch the Diskpart utility:
diskpart
  • After that, a User Account Control prompt will appear. Just click on the Yes button.
  • Next, type the following command and hit Enter:
automount
  • Following the command you entered, you will an output that either says, “Automatic mounting of new volumes enabled” or “Automatic mounting of new volumes disabled” which means you can use it to check the status of Auto Mount.
  • Now if you want to enable the Auto Mount feature, type the following command and tap Enter:
automount enable
  • And if you want to disable the Auto Mount feature, just enter the following command:
automount disable
  • To remove all the assigned letter and history of drives that were connected previously, type the following command:
automount scrub
  • Finally, restart your computer.
Read More
How to Fix Windows 10 Error 0x80072efe

Error Code 0x80072efe - What is it?

Error Code 0x80072efe is a fairly common error code that generally occurs in Windows 10. It is most often associated with the process of performing updates using the Windows Update tool.

Common symptoms include:

  • Inability to install or complete updates on your Windows machine
  • Computer freezing as programs are run or started
  • Inability to perform installations of downloaded programs
  • Programs crashing or failing to work properly

While Error Code 0x80072efe can cause a number of frustrating issues on your device, the good news is that there are several methods that can be used to fix this error. The two most common methods are actually fairly easy to perform and do not require advanced tools or knowledge. However, if you don’t feel like you will be able to perform the necessary steps on your own, be sure to get in touch with a qualified computer repair technician to help you in the resolution of this particular error.

Solution

Restoro box imageError Causes

Two things are generally behind the appearance of Error Code 0x80072efe on a Windows device. The first is that one or more of your registry keys are not available, have been corrupted, or are not installed properly. The second is that necessary DLL files aren’t working properly within your machine.

However, other things can mimic these causes, which is why the two methods listed below will resolve the issue in most cases.

Further Information and Manual Repair

Fortunately, there are two resolution methods that can be used quickly and easily when Error Code 0x80072efe arises on your Windows computer. Neither of these requires advanced knowledge or skill, but if you don’t feel comfortable with performing these steps on your own, it is recommended that you contact a qualified computer repair technician in order to get assistance.

Here are the best ways to resolve Error Code 0x80072efe on your computer:

Method One:  Check Your Time and Date Settings for Accuracy

If your time or date has been set incorrectly, it can make your system logs appear to have incorrect information, which can lead to the appearance of Error Code 0x80072efe. Because this is the easiest thing to fix if it is indeed the problem that is making the error code appear, this should always be the first thing that you try when this error code arises.

In order to check your time and date settings, follow these simple steps:

  • Step One: Make sure that you are logged into your computer as an administrator.
  • Step Two: Click on the time and date listed on the lower right edge of your screen. If the settings are not correct, choose the option to change the time and date.

If method one has not successfully resolved Error Code 0x80072efe, you may need to attempt method two.

Method Two:  Check Your Firewall Settings During Updates

In some cases, your firewall can prevent your machine from accessing the information that it needs in order for the installation or update to go through correctly. If that is the case, you can follow a few simple steps to turn off your firewall, just while you install the update, and then turn it back on.

In order to do so, follow these steps:

  • Step One: In the Start menu, choose the option to open the Control Panel.
  • Step Two: Select the option for System and Security, looking for and clicking on Windows Firewall.
  • Step Three: Turn off any private network firewalls.
  • Step Four: Reboot your computer to apply the changes that you have made.
  • Step Five: Re-attempt to run your Windows Update.

Note that if this method allows you to successfully bypass the error code, you’ll need to make sure to turn the firewall back on when you are finished. Even though it can interfere with the Update process, your firewall is still very important to your computer.

Method Three: Use An Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Photo viewer on clean Windows 10 instalation
Windows photo viewer was a popular photo viewing application integrated into Windows 7, 8, and 8.1 but in Windows 10 it has been replaced with photos, Microsoft's new application aimed at photo viewing on your desktop. Now if any one of you wonders why should be bringing the old application back to Windows 10 since we have an alternative one, the answer would be resources and speed. The old photo viewer application is lightweight, fast, and reliable, opening the same photo in both photo viewer and in new photos shows us that Microsofts new viewer application takes even three times more RAM, and it's visibly slower in loading times for pictures. Since I am a person who prefers speed and functionality over fancy looks I would be very glad to have the option to bring back a photo viewer. If you have by any chance Windows 10 as an upgrade, bringing back photo viewer is easy as 1,2,3. you just need to open settings and go to default apps, under photo viewer you should see your current default viewing application, probably photos, click on it to see options and choose photo viewer and exit the Settings menu, and you're done. Sadly if Windows 10 has been installed clean on the system and not as upgrade things are a little bit more complicated but do not worry, stay with us, keep reading and you will get there.

Activating photo viewer

How technically photo viewer is still in the system but not used we will have to make it available again and this we will do by adding some lines in the Windows registry, that being said, open a notepad and paste the following code as it is in it.
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\pngfile\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open] "MuiVerb"="@photoviewer.dll,-3043" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap] "ImageOptionFlags"=dword:00000001 "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,36,00,00,\ 00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\DefaultIcon] @="%SystemRoot%\\System32\\imageres.dll,-70" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print] "NeverDefault"="" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget] "Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF] "EditFlags"=dword:00010000 "ImageOptionFlags"=dword:00000001 "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\ 00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\DefaultIcon] @="%SystemRoot%\\System32\\imageres.dll,-72" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open] "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg] "EditFlags"=dword:00010000 "ImageOptionFlags"=dword:00000001 "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\ 00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\DefaultIcon] @="%SystemRoot%\\System32\\imageres.dll,-72" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open] "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif] "ImageOptionFlags"=dword:00000001 "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\ 00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\DefaultIcon] @="%SystemRoot%\\System32\\imageres.dll,-83" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png] "ImageOptionFlags"=dword:00000001 "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\ 00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\DefaultIcon] @="%SystemRoot%\\System32\\imageres.dll,-71" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp] "EditFlags"=dword:00010000 "ImageOptionFlags"=dword:00000001 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\DefaultIcon] @="%SystemRoot%\\System32\\wmphoto.dll,-400" [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open] "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\DropTarget] "{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities] "ApplicationDescription"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3069" "ApplicationName"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3009" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] ".cr2"="PhotoViewer.FileAssoc.Tiff" ".jpg"="PhotoViewer.FileAssoc.Jpeg" ".wdp"="PhotoViewer.FileAssoc.Wdp" ".jfif"="PhotoViewer.FileAssoc.JFIF" ".dib"="PhotoViewer.FileAssoc.Bitmap" ".png"="PhotoViewer.FileAssoc.Png" ".jxr"="PhotoViewer.FileAssoc.Wdp" ".bmp"="PhotoViewer.FileAssoc.Bitmap" ".jpe"="PhotoViewer.FileAssoc.Jpeg" ".jpeg"="PhotoViewer.FileAssoc.Jpeg" ".gif"="PhotoViewer.FileAssoc.Gif" ".tif"="PhotoViewer.FileAssoc.Tiff" ".tiff"="PhotoViewer.FileAssoc.Tiff"
Yup, that is a lot of keys and settings but you are almost done. Once you have pasted text into your new notepad document save it but as .REG, you can name it however you want but it has to be .REG extension. Once the file is saved double click on it to merge it into the Windows registry. You might need to turn off UAC for this operation (check our tutorial on this topic) and accept warning messages but once it is done you should now have an old photo viewer as a choice for your default viewing application. All you have to do now is to go to settings and go to default apps, under photo viewer you should see your current default viewing application, probably photos, click on it to see options and choose photo viewer and exit the Settings menu, and you're done.
Read More
Malware Guide: How to Remove Bandoo

What is Bandoo?

Bandoo application, specifically product version 5.0.2.4762, is a bundled program. What does this mean? Simply, Bandoo, upon installation, installs additional programs, extensions, and add-ons to a computer and computer’s browser, without the knowledge of the user. This version of Bandoo concentrates on providing features for entertainment and also functionality/tools for backing up your computer files. Once executed, the file installs the iLivid Download Manager Software. Additional tools installed within the bundle include a Movie Toolbar and the thriving search engine ‘Ask.com.’ Technical details about Bandoo include: 
Digital Signature/Publisher:  Bandoo Media, Inc. Product Version: 5.0.2.4762 Entry Point:  0x000038AF

Assessment of Bandoo Potentially Unwanted Program

Interestingly, before the installation of Bandoo product version 5.0.2.4762 was complete, Spyhunter detected that the software was a PUP. After the installation was complete, product version 5.0.2.4762 of Bandoo added add-ons and extensions to both Internet Explorer and Chrome Browsers (these were the only 2 browsers used within the assessment). These appeared in the form of a Movie toolbar, providing quick access to movie trailers, reviews, ratings, and other video functionality, and ‘Ask’ (Ask.com) search engine.

Areas of Infiltration by Bandoo

Bandoo product version 5.0.2.4762 infiltrated several areas of the computer system. After installation, folders were neatly placed as files within all programs. Within “All Programs” there were 3 newly added programs. These included:
  • iLivid
  • Movies Search App for Chrome
  • Movies Search App for Internet Explorer
The iLiVid application seems to be the main offer while the others, namely Movies App for Internet Explorer by Ask was featured as promotions or advertisements. Additionally, just below the 'END USER LICENSE AGREEMENT AND PRIVACY POLICY' a request was made that the user set Ask.com as both their homepage, new tab, and default search engine. This is just another well-concocted plan to get Internet users onto the 'Ask.com' search engine. Along with the 3 programs installed as a bundle,  a new folder was found within the computer's local drive. This program was termed OLBPre.

What is OLBPre?

OLBPre.exe is reputed as dangerous adware that weakens the security settings of a computer system. It's also covertly used for dropping files on a targeted computer, often without the user's consent or knowledge.

Manual Steps for Removal of Movie Search Apps

I found this removal pretty simple. Depending on your Operating System, there will be slight discrepancies in the manual removal steps. Using the Windows 8 (8.1) OS on your computer:
  • Step 1: from your desktop, right-click on the ‘Start Button’.  A menu box will then appear.
  • Step 2: from the menu box, click ‘Search’.
  • Step 3: enter “Programs and Features” within the Input Box.
  • Step 4: locate the installed apps. You should be able to see “Movies Search App for Chrome” & “Movies Search App for Internet Explorer”.
  • Step 5: right-click on the names of the Apps (the ones you want to remove) when you’ve located them.
  • Note: you will have to remove the apps one after the other.
  • Step 6: after right-clicking the app, click the uninstall option (probably the only option available anyway).
  • Note: If a box appears asking If you wish to ‘block’ or ‘allow’, select the allow option. That’s just the Publisher’s way to annoy you out of uninstalling the app.
  • Step 7: follow instructions until the app is fully removed.
  • Step 8: Repeat steps for the other app.
Since Bandoo also changed your search engine, you’ll have to reset that manually for Internet Explorer and Chrome. Follow the steps below:
  • Step 1: Open your Internet Explorer browser.
  • Step 2: Click the tool option located in the top right-hand corner of the page.
  • Step 3: Click the “Internet Options” option.
  • Step 4: Under the “General” tab, you’ll be able to see approximately 3 buttons. Click the button labeled ‘Use Default”.
  • Step 5: At the bottom right-hand corner of the pop-up menu, select the “Apply” button and “OK”. That should do the trick.

Removal for Chrome Extension

This removal is simple.
  • Step 1: Open your Chrome browser.
  • Step 2: A pop-up box will be visible.
  • Step 3: Click the “Remove from Chrome” option.
After removing the extensions/add-ons, perform another scan with Spyhunter. You’ll pick up a few threats. The second scan should clear up everything. To completely remove Bandoo from your computer, click here to download and install Spyhunter.
Read More
Moving Start Menu to the Second Monitor
One of the most important User Interface elements in a Windows 10 operating system is the Start Menu. Not too long ago, Microsoft has added some new features and redesigned the Start Menu a couple of times as well. Thus, it is not uncommon for Windows 10 users to use several monitors. That’s why in this post, you will be guided on how you can move the Start Menu to your second monitor in Windows 10. There are a lot of advantages in using more than one monitor like a better and widescreen as well as help in improving and increasing productivity. Usually, the Start Menu and the taskbar is present in the original monitor only. In most cases, it helps users in moving the Start Menu to the second monitor and helps users in segregating tasks, and uses separate monitors for each kind of task. There are two simple steps to move the Start Menu to the second monitor. You have the option to unlock and drag the taskbar, as well as make adjustments in the settings. To get started, refer to each one of the following options to move the Start Menu to the second monitor.

Option 1 – Move the second monitor by unlocking and dragging the taskbar

The first option you can try to move the Start Menu to the second display is to simply unlock and then drag the taskbar. To do so, follow these steps:
  • First, click on the Taskbar and unlock it.
  • Next, uncheck the Lock the taskbar feature in the menu of the Taskbar Settings. This will free the taskbar so you can move or drag it around.
  • After that, push the Start Menu to the furthermost corner of the screen and then transfer it to the second monitor.

Option 2 – Move the second monitor using the keyboard

  • The first thing you have to do is to tap the Windows key to open the Start Menu.
  • Next, close the Start Menu by tapping the Esc key.
  • After that, the controls will shift back to the taskbar.
  • Now open the context menu of the taskbar by tapping the Alt + space bar together. This will move the Start Menu to the second monitor.

Option 3 – Move the Start Menu to the second monitor via Settings

If you find that the Taskbar is moving to the wrong monitor automatically or if the program does not start on the same monitor as the taskbar, then you can try this option.
  • Click on Start first and click Run.
  • Then type “desk.cpl” in the field and click OK.
  • Alternatively, you could also right-click on the desktop and select the Screen Resolution option from the drop-down menu.
  • After that, click on the monitor that you want to use as the primary monitor and select the checkbox labeled “Make this my main display”.
  • Once done, you have to choose the “Show desktop” on only 1 from the drop-down menu of Multiple displays.
  • Now click the Keep Changes option and select the Extend these displays from the Multiple displays drop-down menu and then click on the Apply button to save the changes made.
  • Afterward, click the Keep changes option once the dialog box pops up.
Read More
What Is Phishing And How Can You Protect Yourself From It?

Ever gotten an e-mail offer that seemed just a little bit too good to be true? Might’ve been a phishing attempt! These are everywhere and can come in many different forms. 

So what’s phishing exactly, how can you detect it and how can you keep safe?

What is phishing?

Phishing (pronounced like fishing) is a type of cyberattack that tricks the user into trusting the source and revealing sensitive information. Fishing being the perfect analogy, the bait is a legitimate-looking site, e-mail or file and when you take a bite, your identity, banking information and much more can be revealed and stolen.

Phishing Illustration
Credit: Anne Nygård on Unsplash

Some phishing attempts are incredibly obvious, others are super elaborate. Like with most types of malware, cybercriminals have become extremely well-versed in phishing and anyone can fall for it. To help you recognize and avoid it, we’ll take you through a couple of phishing types and give you tips on what to do if faced with them.

Phishing techniques

E-mail phishing

This is actually the most common type of phishing. A cybercriminal creates an e-mail containing stuff like attractive offers, legitimate-looking attachments or links and makes it appear as though it’s coming from a trusted source.

Illustration of Email Phishing
Credit: Justin Morgan on Unsplash

For example, it looks like it’s coming from your bank or your favorite retailer. The logo looks legit and the structure of the e-mail seems familiar, so you might get tricked into clicking on whatever clickable content is in it.

Unfortunately this exposes your device to malware that hands your data off to the hacker, who can decide what to do with it further.

SMS and social media phishing

Like the above example, you could be approached with lucrative offers or links via text messages or social media messages. Typically, the messages seem relevant to the user as they will be made to look like they’re related to apps or services you’re using.

Voice phishing

Voice phishing attacks are schemes that appear as though they’re coming from a credible number. Normally, you’ll get a call about something related to credit cards or taxes to get you into a state of worry, leading you to disclose personal information on the phone.

Spear phishing, whaling and BEC

Spear phishing normally targets specific individuals within a company who are likely to have access to sensitive data. Spear phishers spend time collecting information they can use to reach out to the individual looking as trustworthy as possible. They’ll typically lead with something relevant, for example mentioning an upcoming company event, and make a seemingly legitimate request.

Whaling is a more elaborate form of spear phishing, which targets people in even stronger positions such as executives or high-value individuals. The ultimate goal is to get them to transfer financial or other sensitive information that can be used to compromise the entire business.

Spear Phishing Illustration
Credit: Azamat E on Unsplash

BEC, or Business e-mail compromise, is a specific spear phishing technique carried out via e-mail. While there are many ways this is done, most commonly you’ll see instances where the phisher poses as a CEO or similar executive, or as a lower-level employee in specific positions (e.g. sales managers or financial controllers).

In the first situation, the impersonator reaches out to employees requesting them to transfer certain files or pay invoices. In the second situation, the phisher takes control of the employee’s e-mail account and sends false instructions to other employees in order to obtain data and information from them.

What can you do?

There are many ways you can be aware and spot a phishing attempt. Here are some tips:

  • Always check the sender’s address in your e-mails, even when they seem to come from a familiar source.
  • In any instance where payment information is requested, be very, very careful.
  • If you are receiving attachments you never asked for and definitely didn’t expect, better not click on them. 
  • Beware of content that transmits a sense of urgency (sales deals, urgent updates to login credentials, etc.).
  • Bad spelling and grammar are usually a telltale sign of phishing.
  • Links that look shortened (e.g. Bit.ly) or just suspicious in general - if you have a bad feeling, do not click on them.
  • If you are receiving threats, you probably shouldn’t be clicking on anything in that message.
  • Always examine first-time senders in detail.
  • Block suspicious e-mail addresses, numbers and social media accounts.
  • If you are receiving a coupon for free stuff… You aren’t.
  • If you’re being asked to update your payment details by a service you use, such as Netflix, chances are it’s an impersonator.

Those are some of the ways to identify and prevent phishing attacks. However, sometimes phishers disguise themselves a little too well or a misclick happens and there you go - you’ve been exposed to malware.

Illustration of a Lock on Keyboard Keys
Credit: FLY:D on Unsplash

This won’t happen if you invest in powerful protection software from the get-go, though. A good antivirus program like Bitdefender will keep you safe from becoming a victim of phishing scams. In fact, it will protect you from malicious attacks overall.

Be it your household or your business you’re concerned about, there are a bunch of different packages and options available, providing different kinds of cybersecurity services. That’s the only way you can ever really be sure you aren’t at risk of a digital attack.

Summary

Have you ever been targeted by phishers and didn’t know that’s what it was until you read this article? Many can relate. Protect yourself before it’s too late!

Read More
Fix GWXUX has stopped working in Windows
If your Windows 10 computer is downloading or installing updates but suddenly an error pops up saying, “GWXUX has stopped working”, read on as this post will show you what you can do to resolve the problem. GWXUX is a process responsible for downloading and installing Windows updates and is installed on your computer via Windows Updates. That particular update is known as “KB3035583”. Through this process, the “Get Windows 10” pop-ups are installed and initiated by Microsoft. This process is also capable of checking the compatibility of your PC to run Windows 10 as well as preparing it for installation. However, this process might also result in excessive usage of Disk and sometimes, CPU. So in this post, you will be guided on how you can fix the issue with the GWXUX. Follow the instructions given below carefully.

Option 1 – Disable GWXUX in the Task Scheduler

You will have to disable the gwxux.exe process to run from the Task Scheduler. Thus, you need to follow the steps below to do so.
  • Open the Cortana Search box and then type “task scheduler” in the field.
  • Then click on Task Scheduler from the related search results that appear to open it.
  • After opening the Task Scheduler, navigate to Microsoft > Windows > Setup > gwx on the left panel from the Task Scheduler Library.
  • Once you select the GWX folder, you will see two tasks that are listed under that folder. Select both of these tasks and permanently disable them.
  • Restart your computer to apply the changes made and check if the issue is now fixed or not.

Option 2 – Uninstall the KB3035583 Windows Update

  • To uninstall the KB3035583 Windows Update, you need to go to Control Panel, and for you to do that, type “control panel” in the Cortana Search box.
  • After that, click on Control Panel from the related search results given.
  • Once Control Panel is pulled up, search for “View Installed Updates” in the search field from the top right part of the window.
  • Next, click on a link labeled, “View Installed Updates” under the Programs and Features menu.
  • After clicking the link, you will see the list of all the installed updates in your computer from the Windows Updates.
  • Now look for an update named “KB3035583” and select it.
  • You should notice the Uninstall button located at the top portion of the sub-menu ribbon as you can see on the snippet below. Click on that button to uninstall the KB3035583 Windows Update.
  • After uninstalling the update, make sure to restart your computer to apply the changes made.

Option 3 – Try using the System File Checker

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 with good system files that might be causing the error 0x80200056. 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.
After running the System File Checker, restart your computer and check if the error with the GWXUX.exe file is now fixed or not.
Read More
How to Fix Error 80070103 in Windows 10

Error Code 80070103 –What is it?

Error code 80070103 affects Windows users who attempt to access the latest updates for hardware drivers using Windows Update. Windows 10 users who are affected by this error code will be unable to complete the upgrade process. This error code usually occurs due to the Windows Update attempts to download an incompatible version of a driver or a driver that is already downloaded on one’s device.

Solution

Restoro box imageError Causes

The cause of error code 80070103 in Windows 10 is usually easy to determine. This is due to the fact that the error code only affects users who attempt to access updates related to hardware drivers. In such cases, the error code will only occur if the Windows Update website or tool on your machine attempts to install a driver that is already present on one’s machine or the version of the driver is unsuitable for one’s machine due to lower compatibility.

Further Information and Manual Repair

Manual repair methods are very effective in helping Windows users fix problems related to error code 80070103 as well as other errors. These repair methods can usually be implemented by users with very limited technical skills. In some cases, however, you may need to contact a Windows repair technician, i.e. if you have problems following the manual repair method instructions provided or if the repair methods prove unsuccessful.

In the case of error code 80070103, the problem can be rectified by either hiding the update or reinstalling the hardware driver. Windows users can hide an update on the Windows Update website or via Windows Update within their machine’s Settings. However, users will need to contact their device manufacturer to reinstall hardware drivers in most instances. See below for further details regarding these manual repair methods.

Method One: Hide the Update

In the case where you are informed via an error message box that a driver, for instance, your graphics driver, is incompatible you may need to consider hiding the update to prevent error code 80070103 from reoccurring on your machine.

The incompatible issues will come about when the Windows Update website attempts to download a driver that is already on the device or one with a lower compatibility. When you hide the update, it is in essence, preventing Windows Update from offering this driver in the future. To complete this manual repair method, follow the steps below:

  • Step one: Visit the Microsoft Update site 
  • Step two: Select Custom on the Welcome page after completing the scan for the updates process
  • Step three: Select Hardware, Optional.
  • Step four: Open the second update for the graphics card, then select Don't show this update again check box.
  • Step five: Review and install updates.

You may also complete this process by opening Windows Update within your computer’s settings, then selecting the Optional update or available link. Once you’ve done this, you may then select the updates you would like to install and hide the update that has resulted in the occurrence of error code 80070103.

Method Two: Reinstall Hardware Driver

In the case where you need to install a hardware driver, you will need to contact the manufacturer of your device. Once you’ve contacted the manufacturer or visit the manufacturer’s official website, you can then install the latest device drivers manually. Read the instructions for the installation of the latest drivers carefully. This will ensure you avoid any problems and improve your chances of successfully fixing error code 80070103.

After you’ve contacted your device manufacturer and completed the process of reinstalling the hardware driver, check Windows Update to see whether or not error code 80070103 has been rectified. If the problem was related to your hardware driver and you successfully reinstalled the driver, the error code will not reoccur when you attempt to download the latest updates for your hardware drivers.

However, you may need to take another approach if this manual repair method fails to fix error code 80070103. For instance, consider getting help from a Windows repair technician who is equipped with the skills and expertise necessary to offer a detailed inspection of your machine. Though the error code is related to one’s drivers, the fact that a Windows error code occurred may mean that your system needs a thorough evaluation as other issues may be present.

Method Three: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Fix Boot Configuration Data error 0xc0000185
This post will guide you in fixing a particular problem where your Windows 10 computer does not even let you turn it on and it appears as soon as it starts to boot the operating system and it displays an error message that says, “The Boot Configuration Data for your PC is missing or contains errors, Error code 0xc0000185”. On the other hand, it may also display a different error message saying, “The operating system couldn’t be loaded because a required file is missing or contains errors”. There are various suggestions you can try to resolve this error. You could check the physical status of your hardware or rebuild the Boot Configuration Data, use the Automatic Startup Repair or System Restore, or better yet, reset your Windows 10 computer. Since your computer will not boot, you will have to either try to get into the Advanced Startup Options screen, boot Windows 10 in Safe Mode, or use a bootable Windows 10 media to boot your computer.

Option 1 – Try to rebuild the BCD files

The first thing you can do to resolve the issue is to Rebuild Boot Configuration Data or BCD files.
  • You can start by booting into the installation environment for Windows 10 from an installation media.
  • After that, click on Repair your computer and on the blue screen, select Troubleshoot and then select the Advanced options menu.
  • From there, select Command Prompt and once you open it, enter each one of the commands given below by sequence.
    • bootrec /FixMbr
    • bootrec /FixBoot
    • bootrec /ScanOS
    • bootrec /RebuildBcd
  • Once you’re done executing the commands given above, type “exit” to close the Command Prompt window and then restart your computer and see if it fixed error code 0xc000014c.

Option 2 – Try to run Automatic Startup Repair

In this option, you need to boot your computer into the Advanced Startup Options and from there, run the Automatic Startup Repair and then wait until the process is completed.

Option 3 – Try running System Restore in Advanced Startup Options

Since you probably can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into the Advanced Startup Options screen.
  • From there, you will see some options to troubleshoot when you can’t log in to Windows in the usual way.
  • Now select Troubleshoot > Advanced Options > Command Prompt.
  • After that, type “rstrui” and hit Enter to execute the command which will start the System Restore process.

Option 4 – Try to perform repair install by creating a Windows 10 installation media

  • Click this link and then click the Download Tool Now button.
  • Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
  • Now select the ISO file option in step 5.
  • After that, you should now have an ISO file.
  • Next, go to the location where you’ve downloaded the ISO file.
  • Then right-click on the Windows 10 ISO file and select the Open with option and then select File Explorer.
  • Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings since it doesn’t really work.

Option 5 – Try to physically check the hardware

You should also check the physical status of the hardware in your computer. You can clean the dust off the hardware components like the Network Card of the computer. You might want to use a small blower or you could also use a soft cloth and run the components gently. Make sure that you don’t damage any parts with moisture or cause harm to any circuits while you carry out this task.
Read More
Making your own Minecraft server in Windows
Minecraft has taken the world like a storm and if you tried it, you could tell why, procedurally created worlds, various modifications available and fun gameplay are just some of the things this game offers and it is non wonder why kids and adults are enjoying it. Minecraft is even more fun when you play with your friends on dedicated servers, where you all can adventure and build together. Sadly as everything costs, so does the Minecraft servers as well. Lucky you can create your own Minecraft server on your computer so your friends can join and play with you free of charge with just a little time you need to spend reading this guide and building one for yourselves. Without further delay let's dive right into it.

1. Install the most recent Java version

In order to run your personal server, you will need to own and have Minecraft: JAVA edition, not Windows 10 one. If you have this version of the game and it is already running it means that you already have JAVA as well but we will need to check to see if it is the latest version of JAVA, to check this do the following:
  • Press Windows and type in configure java followed by ENTER
  • Under the update tab, click on the update now button
  • If you have the latest version you are all good, if not follow the onscreen instruction on how to update it.
If by any chance you do not have JAVA installed you can get it here.

2. Prepare a dedicated location for your Minecraft server files

You can use any folder you like for your Minecraft server folder but it is highly recommended to create a new folder whose sole purpose will be to hold and run Minecraft server files. this will be very beneficial in the future when server files need to be updated or configured. Having things in one isolated space is always a good idea and keeping things organized is also a good idea.

3. Download, install and start the Minecraft: Java Edition server file

It is now time to download server files, you can get them here. Download the server.jar file and place it inside your server folder. Once everything is downloaded and prepared do the following:
  • Run the server.jar file, the first time it runs, the file will create some configuration files.
  • After additional files appear, there should be a text document called eula.txt. Open it with a text editor then change eula=false to eula=true.

4. Enable port forwarding on your router

This sep is required if you want to have people to play with you that are outside your router network, for example, if you want them to connect to your server from their home. If you do not wish to do this and want only people on your serves from your router network you can skip this step. Unfortunately, to enable port forwarding, you’ll need to make your computer on your local network to be accessible by other computers over the internet via a router. This will effectively make your port to be an open portThis can make your system vulnerable to malicious attacks. Once you’ve enabled it, set the default server port to 25565. You’ll need the Server IP address, which you can get by opening Command Prompt or PowerShell and run ipconfig. Your IP address is usually listed as IPv4 or IPv6 Address.

5. Run the Minecraft server

Simply double-click the server.jar file to run the server. If you want to have more control over it, use the command line.
  • Navigate to your Minecraft server directory using file explorer.
  • We will be using PowerShell instead of Command Prompt to enter commands. Hit Shift + Right-click on the directory window and select “Open PowerShell window here.
  • Once you are in the right directory, write the following command:
java -Xms1024M -Xmx1024M -jar {server file name} nogui
  1. Replace the {server file name} with the full name of .jar file. The command above will make the server run with no Graphical User Interface (GUI) and use 1024MB of allocated RAM space.
  2. If you want to enable the GUI, remove the nogui command. Additionally, you can edit the memory allocation for the server by changing the Xms and Xmx value.
  3. After the server is up, invite your friends to play by sharing your local or public IP address, depending on whether you are using a local or public network. For a local network, you can give the IPv4 or IPv6 Address earlier. For public networks, go to Google and type “what is my ip” to get the address.
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