Logo

How to fix windows 10 error code 0x80073712

Windows 10 has displayed one of the most efficient and user-friendly interfaces. However there have been many issues on the backend of this commonly praised operating system: For example, Windows Update is still a wonky and error-laded system application. One example of this error is Windows Update Error 0x80073712 which stands in the way of users just wanting to keep their PCs updated hassle-free.

The error code 0x80073712 signifies that a file needed by Windows Update to function is either damaged, missing, or corrupted. However, this does not mean that your Windows version will forever stay as-is with no mode to update it. Windows Update Error 0x80073712 is perfectly fixable with the set of provided steps below and some of Windows’ built-in troubleshooting steps:

Solution 1: Open Windows Update Troubleshooter

  1. Open the Windows Update Troubleshooter by pressing the Windows and S keys simultaneously.
  2. Enter the word “Troubleshoot” in the search box and select the Troubleshoot result
  3. On the new window, select “Windows Update” to troubleshoot.
  4. Run the troubleshooter, then open Windows Update and try to install the update again.

Solution 2: Run the DISM tool

  1. Open the command prompt by pressing Windows and S keys simultaneously
  2. Enter “cmd” in the search box. Right Click command prompt among the results and select “Run as administrator”
  3. In the Command Prompt window type the following and press the Enter key after every command

DISM.exe /Online /Cleanup-image /Scanhealth

DISM.exe /Online /Cleanup-image /Restorehealth

  1. To close the Administrator: Command prompt window, type Exit, and then press Enter.
  2. Run Windows Update again.

Solution 3: Rename the Software Distribution folder

  1. Open the command prompt as previously mentioned
  2. Input the following command pressing Enter after every line
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    rename c:/windows/SoftwareDistribution/softwaredistribution.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    exit
  3. Restart the PC and run the updater if it works again.

Solution 4: Restart Windows Update Services

  1. Press the Windows logo key and R together to open Run -> Input services.msc -> and press Enter
  2. Search for the Windows Update service -> Check its status
  3. If it is not indicated, right-click on the service and select Start to force start your Windows Update
  4. If you see an error, locate the Startup Type option and set it to Automatic
  5. Now you should reboot your computer and see if your Windows Update is OK

Solution 5: Fix Registry Issues

If after all the aforementioned solutions, you still experience problems with Windows Update, the problem may lie in the registry that is either damaged or corrupted. You may choose to do manual editing of your Windows registry by opening your Windows registry editor. But doing so is risky as one wrong letter may do incalculable damage to your system. To do so safely for more inexperienced users we recommend using a third-party registry cleaner/tools, many of which can be found online.

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

How to use Control Panel in Windows 11
Windows 11 has brought us a new and revamped settings application that will cover most personalization and overall settings for your operating system. But as much as the new settings app is tweaked and modified there are still some things that can be modified only inside Control Panel. windows 11 control panelSince the Control Panel icon itself is somewhat not right away once clicked on the start button we are presenting you a couple of ways to open it so you can change each detail you want.

Via Start menu

The most straightforward and easiest way to reach and open the control panel is via the Start menu. In order to do it just click on the Start menu and type in the control panel. Then click on Control Panel Icon in the results.

Pin Control panel icon to the taskbar

In order to actually pin the control panel to Taskbar, you will need to open it first. Use the previous simple and fast steps in order to quickly open it then in the taskbar right-click on its icon. Choose Pin to Taskbar and close control panel. Now you can open the control panel quickly just by clicking it on its icon in the Taskbar.

Add Desktop icon

If you liked the idea to have an icon that you can click in order to fast open the control panel but you are not very fond of the icon being located in your Taskbar then let's place it on Desktop instead. In order to place a special control panel icon on the desktop, we will use Windows setting app. Open settings app with ⊞ WINDOWS + I and go to Personalization tab. Inside the personalization tab, go to Themes and click on Desktop Icon Settings. Check the box beside Control Panel and click on OK. The Control Panel icon will appear now on your Desktop and you can double click on it to launch it.

Run Control Panel from the Run dialog box

Same as in the previous version of Windows you can also open the Control Panel via Windows built-in run menu. This is mostly the preferred way to gain access to it by system administrators. Press ⊞ WINDOWS + R to open the run dialog. Inside dialog type in control and press ENTER. Control Panel will open right away.
Read More
How to Fix R6025 Pure Virtual Function Call
R6025 pure virtual function call’ is a runtime error that occurs suddenly on the screen and disrupts the program being run prior to it. This error display indicates that the program has been corrupted. R6025 runtime error usually occurs with the Visual C++ framework.

Solution

Restoro box imageError Causes

This error occurs when the C++ program crashes which is usually because of the malfunctioning or missing of the device driver or incomplete device driver files. It happens because your application indirectly calls a pure virtual member function in a context where a call to the function is invalid. Most of the time, the compiler detects it and reports it as an error when building the application. R6025 error is usually detected at run time.

Further Information and Manual Repair

To fix the R6025 pure virtual function call error, you need to find the call to the pure virtual function. After you find the call, you need to rewrite the code so that it is not called again. There are 2 ways to do this:

Alternative 1

One way to fix the R6025 pure virtual function call is to replace the function with an implementation that calls the Windows API function DebugBreak. The DebugBreak causes a hard-coded breakpoint. Once the code stops running at this breakpoint, it is easy for you to view the call stack. By viewing the call stack you can identify the place where the function was actually called.

Alternative 2

Another quick way to find a call to a pure virtual function to fix the R6025 error is to set a breakpoint on the _purecall function that is usually found in PureVirt.c. By breaking this function you can trace the problem occurring and rewrite the call to ensure the error does not occur and the program you are trying to develop on the Visual C++ framework is easily developed. If R6025 Error is related to Windows Registry Problem Then here’s how you can fix the problem: To fix the runtime error R6025, run registry cleaner software to scan and fix all errors.  This alternative is suitable if the R6025 error is related to the Windows registry problem and where the error has occurred due to corrupted or malicious registry entries. You can download the registry cleaner repair tool for free. Run it to scan errors and then click the fix error button to repair the problem immediately.
Read More
Always show scrollbars in Windows 11

windows 11 scrollbarsMost scrollbars are hidden by default if they are not used in Windows 11. If you are not ok with this feature and want scrollbars to be always visible and available do not worry, turning them ON is very easy.

  • Press ⊞ WINDOWS + I to open Windows settings
  • Click on Accessibility in the sidebar
  • Select Visual Effects
  • Inside visual effects settings find Always show scrollbars and switch it ON

Windows 11 will save settings automatically and apply setting right away. Close settings and continue with work.

Read More
How to Repair Windows 10 Upgrade Error Code 0x80070070 – 0x50011

Code 0x80070070 – 0x50011 – What is it?

If you’ve recently tried installing Windows 10, you might have encountered error code 0x80070070 – 0x50011 or its alternatives (error code 0x80070070 – 0x50012 and 0x80070070 – 0x60000). Whatever formats this error code presents itself in, it's usually accompanied by a barrage of other errors, as underscored on Microsoft’s official site. If you’ve encountered this error code, it simply means that your computer system might not have the required or required space to install the upgrade.

Likely, if you’ve experienced error code 0x80070070 – 0x50011, it’ll likely appear in the formats highlighted below:

  • 0x80070070 – 0x50011
  • 0x80070070 – 0x50012
  • 0x80070070 – 0x60000

Solution

Restoro box imageError Causes

At present, this Windows 10 upgrade error is triggered or caused by various factors:

  • Lack of computer resources or space
  • Virus/malware infestation
  • A clogged registry

Further Information and Manual Repair

Whilst new, not much information has been propagated regarding this error. However, there are some manual / practical steps you can take to have your Windows 10 upgrade up and running. Since the primary aspect of solving this problem is to make space on your computer system, here are some ways in which you can do so manually.

Method 1: Get more space

  • Check the current space on your computer  

Before making attempts to create space on your computer, it’s vital that you check to decipher how much free space you have available.

  • Make use of Disk Clean-up 

Since there’s a free service available on your computer to create space, why not use it and save time? If the Disk Cleanup tool is employed regularly, this will free up hard drive space and optimize your computer to work better.

  • Remove unwanted desktop apps 

There are several apps lying around on your computer that you simply don’t use, uninstall those and make space to elude error code 0x80070070 – 0x50011 or its alternatives (Code 0x80070070 – 0x50012, Code 0x80070070 – 0x60000)

  • Remove or archive files  

If you have lots of photos, media, documents (files), videos, etc, that you don’t use or will only need in the future, try cloud storage. You’ll still have those files within your possession but just not in a physical location. However, they’re still accessible. Another suggestion: If you use programs such as One Drive or Google Drive for desktop, limit your use to only the online application.

  • Add more storage

If you’re not able to implement the above steps to clear some space to accommodate your Windows 10 upgrade due to error code 0x80070070 – 0x50011, acquire more storage. This can be expanded by incorporating storage devices such as USB flash drives, CDs, cloud storage, and SD Cards.

Method 2: Scan your computer for virus/malware

If you regularly download stuff, especially software on the Internet from ‘not so secured’ sites, you might have picked up something. You might have downloaded malware or virus (along with other legit programs).

To resolve this issue, it’s advised and very important that you download a powerful antivirus and perform a complete scan of your computer system. After you’ve detected and removed the suspected malware/virus, you’ll then be able to eliminate error code 0x80070070 – 0x50011 and resume with your Windows 10 upgrade.

Method 3: Clean up your computer’s registry

If you do not clean your computer’s registry often, it could become congested or clogged by .XML files, junk files, and cookies. To resolve this problem, clean your registry by using a powerful and user-friendly tool to clean up the problem.

Click here to download Restoro.

Read More
Comparing FAT32, NTFS, exFAT file system
When we get ourselves a new USB stick, new hard drive, or any storage device not including optical drives they are usually preformatted and ready to be used out of the box. However, reformating them has several benefits and while we are reformatting we can choose in which file system format we want the memory to be formatted. In this article, we will compare and explore 3 typical and standard format options you can get while formating a new media in Windows 10.

FAT32

The oldest one on the list, coming all the way from DOS days. Great for devices that need to be plugged in different operating systems and for USB flash drives. Its advantages are compatibility with all major operating systems and little memory usage comparing to other ones. However, the file system is limited to file sizes of the maximum capacity of 4GB and partitions can not exceed more than 32GB.

NTFS

First introduced in Windows NT this file system offered slower performance than FAT32 and somewhat limited usability but the main advantages were more stability and fewer errors. Its main advantages are support for files larger than 4GB and partitions larger than 32GB along with the ability for on the file encryption, main disadvantage would be limited operating system usage, NTFS can not be used on systems that work on FAT32 like MS-DOS for example or older versions of Windows. The best usage for this file system is in internal hard disk drives and system drives.

exFAT

New kid on the block, well at least from the perspective of the previous 2. exFAT offers unlimited file sizes and unlimited partition sizes but at a price that is even more limiting than NTFS. Some Linux distributions will require a driver to be installed in order to see the exFAT partition. The best use is in storage, in external hard drives. That's it, 3 major file systems, we hope that you have managed to learn something new today, and remember to drop by tomorrow for more articles about advice, tips, tricks, and troubleshooting.
Read More
Fix Microsoft Store error 0x80072F30
If you got the Microsoft Store error code 0x80072F30 while trying to open Microsoft Store, then it indicates that the Store fails to connect to the internet or is not able to launch successfully for some reason. It could be that the Windows Update Service has stopped or the Windows Store cache might be corrupted or it could just be due to a poor internet connection. Whichever the cause is, you have to fix this error so that you can use Microsoft Store again and you won’t be getting the following error message every time you open the app:
“Check your connection, Microsoft Store needs to be online, It looks like you are not, error code 0x80072f30.”
The error code 0x80072F30 is related to the Windows Store which prevents it from opening properly. To resolve this problem, you can try fixing the problem with the help of the options given below. Follow each one of them carefully.

Option 1 – Check your internet connection

The first and most obvious thing you can do is to check your internet connection. This may only be a basic tip but it sure works like a charm in most cases. And if you have another internet connection available, you can also try connecting to that and see if you can pull up Microsoft Store or not. 1] Change your internet connection: A basic tip, but sometimes works like a charm. You may want to check if your internet connection has an issue, or you can also try opening a website and see if you can open it and if possible try connecting to a different internet connection and see if the Microsoft Store opens for you. We also suggest you try changing your DNS and see if it helps.

Option 2 – Check the date and time as well as the time zone of your PC

A lot of services and apps rely on the Date, Time, and Time Zone of your PC which is why if they are not configured correctly, a request from the client machine will be rejected from the server and the same thing happens with the Microsoft Store.
  • First, go to Settings > Time and Language.
  • From there, check if it is set to Automatic or not – if it is, switch the toggle button off to set the Time and Time zone manually.
  • Then select the right time zone manually.
  • On the other hand, if the Time and Time zone is set manually, you have to switch the toggle button on to set Time and Time zone automatically.
  • Restart your PC and afterward try opening Microsoft Store again and check if the problem’s fixed or not.

Option 3 – Run the Network Adapter Troubleshooter

Since Windows 10 is packed with various troubleshooters – one of which is the Network Adapter Troubleshooter – you can use it to troubleshoot the problem. To use it, follow these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.

Option 4 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right-click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterward, try opening Microsoft Store again.

Option 5 – Check the Windows Update Service status

You might also want to check the status of the Windows Update Service since the proper functioning of this app depends on the Windows Update Service. It could be that there is some issue with the service which is why you’re getting the error code 0x80072F30 while trying to open Microsoft Store.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter to open Services.
  • Next, look for Windows Update Service from the list of available services in Windows.
  • Once you see it, check if its status is STOP or Pause and then change the status to Automatic.
Read More
What to do if USB tethering is not working
This post will guide you in what to do if you are trying to share the internet connection from your Android smartphone to your Windows 10 computer but USB tethering is not working. Although you can always connect your Android phone to your computer using a USB cable, you still won’t be able to access the internet. However, if you’ve already enabled the USB tethering option in your smartphone, you should be able to access the internet but if you still can’t then you can fix this issue by reading this post. There are several potential fixes you can check out to fix the USB tethering issue. You can try running both the Internet Connections and Network Adapter troubleshooters or try installing the USB RNDIS adapter or disable any unnecessary network adapters.

Option 1 – Try to run the Internet Connections and Network Adapter troubleshooter

There are various built-in troubleshooters in Windows 10 that can help fix system issues. Since you are dealing with an internet connection problem, you can try running both the Internet Connections and the Network Adapter troubleshooters. To run them, follow these steps:
  • Go to Settings > Update & security > Troubleshoot.
  • From there, you can select the Internet Connections troubleshooter.
  • Click on the Run troubleshooter button to troubleshoot the problem.
  • Wait until the troubleshooter is done identifying and fixing the problem automatically.
  • Then follow the next on-screen instructions that may appear.
  • Once it’s done, check if the USB tethering issue is now fixed.
Note: You can also try to run the Network Adapter troubleshooter. It is also located under the Troubleshoot section. Just scroll down until you see it and then run it.

Option 2 – Try installing or updating the USB RNDIS adapter

RNDIS or Remote Network Driver Interface Specification can also help you resolve the USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
  • Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
  • Right-click on it and then select the “Update driver” option.
  • Then select the “Browse my computer for driver software” option.
  • After that, select the “Let me pick from a list of available drivers on my computer” option.
  • Now uncheck the checkbox for “Show compatible hardware”.
  • From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
  • Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
  • Now click on the Close button and restart your computer.

Option 3 – Try disabling any unnecessary network adapters/connections

Assuming that your Ethernet connection is showing ping loss which indicates that the internet is not stable. In such time, if you use the USB tethering functionality, you won’t be able to access the internet connection from your smartphone. The internet connection will be frequently disconnected since your computer gives priority to the Ethernet connection. Thus, you have to disable the Ethernet connection temporarily.
  • Right-click the network icon on your Taskbar and select the option “Network and Sharing Center”.
  • After that, click the network connection. And then click the Disable button from the status box that opens.
  • After that, check if you can now connect to the internet or not.
Read More
Stopping automatic redirects in Browsers
As you know, the internet has changed the world immensely. Nowadays, JavaScript is pushing the modern web ahead. One of the things that make these experiences with the internet seamless and with less clutter is redirection. It is often used on web pages and there are times when a user is prompted about them and most of the time, we barely notice them. However, there are also instances when things can go wrong with redirects as they could become a loop that could mess things up. And since the browser takes a lot of system resources, redirection can result in a poor user experience. That’s why in this post, you will be guided on how you can stop these automatic redirects on browsers such as Microsoft Edge, Google Chrome, and Mozilla Firefox, on your Windows 10 computer. To get started, refer to each one of the options provided below to stop automatic redirects in Microsoft Edge, Google Chrome, and Mozilla Firefox.

Option 1 – Configure the browsers to stop pop-ups and deceptive contents

There are a lot of browsers with built-in settings that allow users to stop pop-ups and deceptive content. To configure these settings, refer to these steps:
  • Microsoft Edge:

    • Click on the three horizontal dots icon or the menu button.
    • Next, click on Settings and select Privacy & Security from the left side navigation.
    • After that, scroll down on the right-side panel and look for Block pop-ups and Windows Defender SmartScreen and then turn their toggle buttons to On.
  • Google Chrome:

    • Open Google Chrome and click on the three vertical dots icon for the menu located in the top right corner of the browser.
    • Next, click on Settings and scroll down until you see the Advanced option. Click on it to open the Advanced Settings.
    • Now scroll down until you reach the Privacy and Security section and look for the Safe browsing option and turn its toggle button to On.
  • Mozilla Firefox

    • Open Mozilla and click on the three horizontal lines icon for the menu button located in the top right corner of the browser and click on Options.
    • Next, go to the Settings section and click the Privacy & Security tab and scroll down and then click on Permissions.
    • From there, make sure that the Block pop-up windows checkbox is checked.
    • Finally, scroll down until you reach the Security section and make sure that the checkbox for the Block dangerous and deceptive content is checked.

Option 2 – Try to reset Winsock, TCP/IP & Flush DNS

To stop redirects, you can also reset Winsock and the TCP/IP as well as flush the DNS cache. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 3 – Edit your Hosts File

  • Tap the Win + R keys to open then type in %WinDir% and then click OK.
  • Go to System32/drivers/etc.
  • Open the host file using Notepad.
  • Delete all the suspicious entries.
  • After that, save the changes you’ve made and close the file.
Read More
MMC.exe has been blocked for your protection
When trying to run Computer Management, or when running mmc.exe or compmgmt.msc from a command prompt you get the error that the application has been blocked for your protection then keep reading in order to solve the issue. This is a permission issue where if a regular user tries to run such system tools will result in saying that it has been blocked. Along with this, you may have a Group Policy issue. This can be fixed, but you will need admin permission to achieve it. It’s because when they are run from the command prompt with elevated privileges, it works.
  1. Change Group Policy Settings

    If your account is an admin account, and you are still facing the issue, then change the group policy settings: Open Group Policy Settings by typing gpedit.msc in the run prompt followed by pressing ENTER Navigate to User Configuration > Administrative Templates > Windows Components > Microsoft Management Console > Restricted/Permitted snap-ins Locate Computer Management policy, and double click to open it Enable it, exit Group Policy. When Enabled: The snap-in is permitted and can be added into the Microsoft Management Console or run from the command line as a standalone console. When Disabled: The snap-in is prohibited and cannot be added into the Microsoft Management Console or run from the command line as a standalone console. An error message is displayed stating that the policy is prohibiting the use of this snap-in.
  2. Temporarily disable UAC

    UAC is the user access control panel, and if you need to run the command right away, you can choose to disable it for some time. Click on the Start button, and then type UAC to find the User Account Control Settings. Click to open, and then slide down the notification setting at the bottom. It will temporarily allow launching the application as there is no check. However, make sure to switch to default once you are done.
Read More
Automatically Adjust Active Hours in Windows
In case you didn’t know, the new Windows 10 v1903 has brought tons of new features around Windows 10 Updates. One of these features is the ability to automatically adjust the Active Hours based on your computer activity. This feature is really useful as it tells the operating system when to install the Windows Updates. A lot of users use the Active Hours feature to ensure that the Windows Update won’t force them to restart their PCs to install the update. So if your computer is turned on, it won’t apply the update during the active hours you’ve specified. In addition, the active hours change for many users and they are not that strict. For instance, if you set the active hours between 10 am to 5 pm, Windows Update won’t be forcing you to restart your computer to install the updates at those times. Note that Windows Update allows enabling an option using where it can monitor the active hours in your computer and change it. To configure this setting, here’s what you have to do:
  • Frist, go to Settings > Update & security > Windows Update.
  • Next, take note of your current active hours and click on the “Change active hours” link.
  • Then toggle the option that says, “Automatically adjust active hours for this device based on activity”. This will change the active hours and if you match it with the previous one, it should be different.
As you can see on the image given above, the earlier active hours were between 8:00 to 17:00 and were changed to 11:00 to 19:00. If you have been using this feature for a while you’ll find how useful and handy it is especially when you’re using your computer and don’t want any notifications like the prompts for Windows Updates to bother you while working.
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