Logo

Fix Windows Update error 0x80070422

If you were trying to run Windows Update or activate Windows Firewall or download from the Windows Store but encounter the Windows Update Error 0x80070422 instead, read on as this post will show you how you can resolve the problem.

This kind of Windows Update error occurs when the Windows Update or WUAUSERVE is not started or when the Background Intelligent Transfer Service or BITS can’t be started. It could be that they are disabled or because they have no enabled devices associated with them. Whichever the case is, you can check out the options given below to fix the Windows Update Error 0x80070422 and make sure that you create a System Restore point first before you start.

Option 1 – Check the status of some Windows Update Services

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • After that, check if the Service status of the listed services above is set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 2 – Try to disable IPv6 in the Network Center

You might also want to disable IPv6 in the Network Center in order to fix the Windows Update Error 0x80070422. How? Follow these steps:

  • Tap the Win + X key combination on your keyboard and click on Network Connections.
  • This will open the Network Connections section under the Setting app. From there, click on the Network and Sharing Center link located at the right side of the panel which will open a Win32 version of the Windows settings known as Control Panel.
  • In the Control Panel, click on the network your computer is connected to.
  • A mini window will appear and in that window click on Properties which will open another mini window that will provide a list.
  • From this list, uncheck the option that says, “Internet Protocol Version 6 (TCP/IPv6)”.
  • Now click on OK and close all the other windows and see if it fixes the Windows Update error.

Option 3– Run the Windows Update Troubleshooter

If disabling IPv6 didn’t work, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including the Windows Update Error 0x80070422. 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 running the DISM tool

You can also try to run the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Upgrade error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.

  • 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
    • 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 5 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows Update Error 0x80070422. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.

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 Run Time Error 429

Runtime Error 429 - What is it?

Error 429 is a type of runtime error. It sometimes occurs when you use the new operator or the CreateObject function in Microsoft Visual Basics to create an instance of a Microsoft Office application. The error code is displayed on your computer screen in the following format:

Runtime Error ‘429’: Active X component Can’t Create Object

Solution

Restoro box imageError Causes

The runtime error code 429 is triggered for several reasons. These include:
  • Mistake in the application
  • Incorrect system configuration
  • Missing ActiveX components in the application
  • Damaged Active X and class application components
  • DLL required by the application is damaged
  • Active X object was not registered properly
  • Corrupted applications
  • Corrupted Windows registry
  • Class ID issues
The runtime error code 429 not only causes you inconvenience as it hampers your ability to access programs but delays in repairing this error code can lead to serious PC damages such as system freezes, crashes, and failures.

Further Information and Manual Repair

To resolve the runtime error 429 on your PC, try the following recommended solutions:

1. Re-register the Application Causing the Error

Identify the Office application causing the error and re-register it. For instance, if Office Excel is the prime cause of the error message pop up, simply re-register it. Click on the start menu and then run. Then type this in “: C:/Program Files/Microsoft Office/Office/Excel.exe /regserver” and press OK. This will hopefully resolve the issue.

2. Go to The Microsoft Windows Script Update Page and Download Microsoft Updated Installation File

This will also assist you in repairing runtime error 429. Simply follow the installation wizard and update your MS Office Applications. The corrupted files and missing components in them would be easily corrected by the update file. However, if this doesn’t work, then this means that the cause is more crucial than you think. It is either related to damaged Active X objects or a corrupted Windows registry.

3. Repair the Active X objects and the Registry

To repair both the registry and the Active X objects in one go, it is advisable to download Restoro. This is an advanced, next-generation, highly and multi-functional PC repair tool. It is deployed with powerful and numerous utilities like a registry cleaner, Active X and class scanner, privacy error detector, and system stability module. The registry cleaner embedded in this repair tool enables you to wipe out obsolete, unnecessary, malicious, and invalid files and registry entries saved in the registry. It frees up your disk space, repairs damaged DLL files and the registry thus resolving the runtime error 429 on your system. The Active X object and Class feature identifies and scans Active X issues on your PC and resolves them right away. Besides this, with this error tool, you can also scan for viruses and also improve your PC performance.

Why Total System Care?

Total System Care is a one-stop solution to resolve all kinds of PC-related issues including the runtime error 429. To run it on your system, you don’t have to be a computer programmer. It is very easy to operate. It has easy navigation and a user-friendly interface. There is nothing complex about it. It is safe and efficient. It resolves all PC issues in a few seconds. You can run it in the background while performing other tasks on your system. Furthermore, it is compatible with all Windows versions. Click here to download Total System Care and resolve the Runtime Error 429 on your system today.
Read More
BubbleDock Complete Removal Tutorial

BubbleDock is a software developed by Nosibay. It installs a customizable dock at the top of your screen.

It adds registry entities to allow it to start automatically each time your system is rebooted, as well as installing an update checker that will automatically update the software when an update is available. The software also adds various scheduled tasks to start the application at different times, this ensures that once the application is closed, it is re-launched at a later time, making it very hard to keep the software closed permanently.

While the software is running, it will generate ad links in your browser, display sponsored ads, and collect personal information and deliver it back to it’s ad network. While using this software you may see additional ads, banners, links, pop-up ads, and various other sponsored content while browsing the internet.

About Potentially Unwanted Applications

Have you ever found out an unwanted program running on your computer system and wondered exactly how the heck it got there? A PUA / PUP (potentially unwanted application / potentially unwanted program) is actually a piece of software that comes bundled with freeware and you consent to install it on your computer. These are programs you certainly don’t want on your computer since it does not provide any beneficial service. From a technical standpoint, a PUP isn’t “true” malware. An interesting difference between PUP and malware is distribution. Malware is commonly dropped via vulnerability exploitation whereas PUP gets installed with the consent of the user, who purposefully or unwittingly authorizes the PUP installation on their PC. Although a PUP is not malware by definition, it can still be harmful software and put your computer at risk exactly the same way a computer virus does.

Exactly how do PUPs look like?

PUPs come in many forms; however, most of them are adware, which usually displays irritating adverts and advertising banners on internet pages that you’re surfing. PUPs which come as browser add-ons and toolbars are widely recognizable. These toolbars alter your homepage and your default search engine in the installed web browser, track your internet activities, modify your search results with re-directs and sponsored hyperlinks, and eventually slow down your internet browser and diminish your web browsing experience. Potentially Unwanted Programs occasionally act quite much like viruses or spyware. They will carry dialers, keyloggers, as well as other software built right into them that may monitor you or deliver your sensitive details to 3rd parties. Even if the PUPs are not basically malicious, these applications still do practically nothing good on your personal computer – they’ll take precious system resources, slow your PC, weaken your device’s security, and make your PC more susceptible to viruses.

Preventing PUPs

• Study the fine print to be sure the end-user license agreement (EULA) you are accepting is only for the program you actually intend to download. • Never accept standard, express, default, or other installation settings which are recommended. Always opt for custom installation. • Use a good anti-malware program. Try Safebytes Anti-Malware which will spot PUPs and handle them as malware by flagging them for deletion. • Avoid shareware or freeware wherever possible. Disable or get rid of toolbars and browser extensions you don’t actually need. • Don’t download software from popups, online advertising, file sharing sites, as well as other unreliable sources; look out for any pre-set, unwanted features when downloading the program. Avoid heading to blogs and websites that promote pirated programs.

How To Install Safebytes Anti-Malware On An Infected Computer

Practically all malware is inherently unsafe, but certain kinds of malicious software do a lot more damage to your computer than others. Certain malware goes to great lengths to prevent you from downloading or installing anything on your personal computer, particularly antivirus applications. So what should you do if malicious software keeps you from downloading or installing Anti-Malware? There are some solutions you could try to get around with this particular obstacle.

Install in Safe Mode with Networking

Safe Mode is a unique, simplified version of Microsoft Windows where only the bare minimum services are loaded to stop malware and other troublesome applications from loading. In the event, the malicious software is set to load immediately when the PC starts, switching to this mode can prevent it from doing so. In order to enter into Safe Mode or Safe Mode with Networking, press the F8 key while the PC is starting up or run MSCONFIG and look for the “Safe Boot” options under the “Boot” tab. After you restart the PC into Safe Mode with Networking, you may download, install, as well as update the anti-malware program from there. Now, you can run the anti-virus scan to remove computer viruses and malware without interference from another application.

Switch to some other internet browser

Web-based malware could be environment-specific, aiming for a particular internet browser or attacking specific versions of the web browser. If you’re not able to download the security software program using Internet Explorer, this means the virus may be targeting IE’s vulnerabilities. Here, you must switch over to a different browser like Firefox or Chrome to download Safebytes Anti-malware software.

Create a portable USB antivirus for removing viruses

Here’s yet another solution which is creating a portable USB antivirus software that can scan your computer for malware without needing installation. Abide by these steps to run the anti-virus on the affected computer. 1) Use another virus-free computer to download Safebytes Anti-Malware. 2) Plug the Flash drive into the clean computer. 3) Double-click the Setup icon of the antivirus software to run the Installation Wizard. 4) When asked, select the location of the USB drive as the place where you would like to put the software files. Follow the activation instructions. 5) Now, transfer the USB drive to the infected PC. 6) Double-click the antivirus program EXE file on the flash drive. 7) Hit the “Scan Now” button to start the virus scan.

Benefits and Features of SafeBytes Security Suite

To protect your computer from many different internet-based threats, it’s very important to install an anti-malware application on your laptop. However, with so many antimalware companies in the marketplace, these days it’s tough to decide which one you should obtain for your PC. A few of them are excellent, some are ok types, and some will destroy your computer themselves! You should pick one that is efficient, practical, and has a strong reputation for its malware source protection. While considering the highly regarded software programs, Safebytes Anti-Malware is undoubtedly the highly recommended one. SafeBytes anti-malware is a powerful, highly effective protection application intended to help end-users of all levels of computer literacy in identifying and eliminating harmful threats out of their personal computer. After you have installed this software program, SafeBytes' superior protection system will ensure that no viruses or malicious software can seep through your personal computer. There are numerous great features you’ll get with this security product. Let’s check out a few of them below: Live Protection: Malware programs attempting to get into the computer are identified and stopped as and when detected by the SafeBytes real-time protection shields. They’re very efficient in screening and getting rid of different threats since they’re constantly improved with the latest updates and safety measures. Robust Anti-malware Protection: Built upon a greatly acclaimed anti-virus engine, this malware removal tool is able to identify and get rid of many stubborn malware threats like browser hijackers, potentially unwanted programs, and ransomware that other common antivirus applications will miss. Internet Security: SafeBytes gives an instant safety rating about the web pages you’re about to visit, automatically blocking dangerous sites and ensuring that you are certain of your safety while browsing the net. “Fast Scan” Abilities: Safebytes AntiMalware, with its enhanced scanning engine, provides ultra-fast scanning that will promptly target any active online threat. Lightweight: This program is not “heavy” on the computer’s resources, so you will not find any performance problems when SafeBytes is operating in the background. 24/7 Guidance: Expert technicians are at your disposal 24/7! They will quickly fix any technical issues you may be experiencing with your security software.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove BubbleDock without the use of an automated tool, it may be possible to do so by removing the program from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and removing it. You will likely also want to reset your browser. To ensure the complete removal, manually check your hard drive and registry for all of the following and remove or reset the values accordingly. Please note that this is for advanced users only and may be difficult, with incorrect file removal causing additional PC errors. In addition, some malware is capable of replicating or preventing deletion. Doing this in Safe Mode is advised.

The following files, folders, and registry entries are created or modified by BubbleDock

Files: %APPDATA%Nosibay %PROGRAMS%Bubble Dock %PROGRAMFILES%Nosibay Registry: Key: HKCUSoftwareNosibay Key: HKCUSoftwareClassesbubbledock Key: HKCUSoftwareClasses.bubbledock Key: HKCUSoftwareMicrosoftWindowsCurrentVersionUninstallBubble Dock Key: HKLMSOFTWAREGoogleChromeExtensionskbjlipmgfoamgjaogmbihaffnpkpjajp Key: HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects23AF19F7-1D5B-442c-B14C-3D1081953C94 Key: HKLMSOFTWAREClassesNosibay.SurfMatch Key: HKLMSOFTWAREClassesAppIDIESurfMatch.DLL
Read More
System Image Backup 0x807800A1 & 0x800423F3
System image backup error 0x807800A1 & 0x800423F3 appears when you are trying to create a system image backup and the operation fails to do so. If you’re faced with any of these error codes, try our recommended solutions in the order presented below and resolve the issue.

Check Volume Shadow Copy & Software Protection Services

To restart the Volume Shadow Copy Service (VSS) on Windows 10, do the following:
  • Press ⊞ Windows + X to bring up the Windows menu.
  • Click on command prompt (admin)
  • In the command prompt window, type the commands below and hit Enter after each line:
net stop vss net start vss
Once the commands execute successfully, try the system image backup again. The operation should complete successfully. You need to also check if the Software Protection Service is disabled. If it is, then Start it and ensure that it is set to default which is Automatic (Delayed Started).

Create System Image using PowerShell

Command lines are less prone to errors provided the syntax is correct, unlike GUIs that can suffer a glitch every now and then. To create a system image with PowerShell do the following:
  1. Open the Windows PowerShell as administrator. To create a System Image in Windows 10 using PowerShell, you will have to run the Wbadmin command.
  2. Inside the Powershell window type, then press Enter: wbadmin start backup-backup target: E:-include: C:-quiet-allCritical E: is the target drive where you’re going to save the system image, and C: is the system root drive where Windows is currently installed
  3. To extract the created system image, starting over from Windows 10 USB installation media, select advanced startup or open run and type: C: \ Windows \ System32 \ Shutdown.exe / r / o

Use third-party imaging software

If the previous two solutions have not managed to solve the issue there is always an option to use a third-party imaging solution. There are free open source and buying options offering various advantages each. Find out which one works best for you and use it.
Read More
Chkdsk Error - How to fix It In Seconds

What is Chkdsk Error?

Chkdsk (Check Disk) is a built-in Microsoft Windows O/S utility tool.

This tool is designed to verify the integrity of data stored on the hard drive. In addition to this, it resolves and finds errors that may corrupt and damage stored data on your system and affect your PC’s performance.

This tool is intended to keep your PC’s Windows database clean.

However, this tool has certain limitations. It prevents the hard disk from getting damaged but if it gets damaged and corrupt then this tool is no good. It fails to disk check and repair. As a result, you may come across Chkdsk error pop-ups.

In such an event, it is not advisable to run the malfunctioned Chkdsk utility on your PC as it may damage your system beyond repair making you lose all your valuable data saved on your system.

Solution

Restoro box imageError Causes

Chkdsk errors are triggered by multiple reasons:

  • Viruses
  • Hard Drive failure
  • Registry Corruption Due to Data Overload
  • Poor PC Maintenance

Chkdsk errors may cause PC to freeze and lag and also result in data loss as we discussed above.

Further Information and Manual Repair

To avoid serious damages that the Chkdsk error code can cause to your system, it is advisable to fix it. You can either hire a professional or install Restoro. The latter is not just the best way but also a time and money-saving option. It is fast, user-friendly and you can download it for free thus saving hundreds of dollars that you would be paying for professional services.

Why Use Restoro?

Restoro is an advanced PC repair tool embedded with multiple features such as a registry cleaner, anti-virus, system optimizer, and Active X and Class error scanner. It helps resolve practically all types and kinds of PC-related errors including the most notorious ones like the Chkdsk errors.

It has an automated and intuitive interface smoothly integrated with the latest technology that enables this software to scan your entire PC and detect errors in seconds.

With the help of its super functional registry cleaner, Restoro detects errors registry issues triggering Chkdsk errors on your system. It cleans all the unnecessary files like junk files, bad and invalid registry entries, and internet files that are stored in your hard disk and taking a lot of space. It removes the clutter and frees up your disk space and repairs the damaged registry.

It boosts the speed of your system and ensures that programs run smoothly on your PC and there are no hang-ups or system freezes.

The privacy error detector functions as a powerful anti-virus. With the help of this feature, Restoro identifies and scans for viruses and malware infecting your system. These are removed right away.

Restoro is 100% safe and efficient. It has a backup feature that enables users to create backup copies. This is carried for safety purposes. In case you lose your data during the repair of the Chkdsk error, you can always recover and restore the lost files without any hassle.

With some registry cleaners and repair tools you may often have to struggle with compatibility issues but not with this PC Fixer.

Restoro is compatible with all Windows versions. It is simple and very easy to use. From beginners, intermediate to experienced, all levels of users can use it with ease.

Here are the steps to get started:

  1. Click here to install Restoro on your computer
  2. Once the installation is complete, run the fixer for a scan. You have the option to either scan some portions of the PC or the entire PC.
  3. Scanning will take a few seconds
  4. Once the scanning is complete, Restoro will display the scan results. This is presented in a comprehensive report showing you errors found including the Chkdsk error and errors related to it.
  5. After that, all you need to do is press the repair button to resolve the error(s) promptly.
  6. Once the error is resolved, try running the Chkdsk utility again.
Read More
Remove login screen in Windows 10
Each time we turn ON our computer or wake it from hibernation we are greeted with a Windows login screen where we need to provide login credentials in order to get into Windows itself and start working. This method of preserving data and privacy is perfectly fine and as a matter of fact, it is recommended for mobile computers but if you have a home computer in a safe environment where no one will try to look at your data or rummage through your personal stuff then removing login screen is safe enough action and can cause you a lot piece, from time-saving to less frustration on every restart or sleep action. In previous Windows versions, it was much easier to turn off this feature but it seems Microsoft has determined that our privacy and security are important and somewhat removed the ability to turn OFF the lock screen. In this guide, we will show you how you can still remove the lock screen and automatically log in with your account like in the good old days. The first thing you need to do is to press ⊞ WINDOWS + R  to bring up the Run dialog keyboard with windows and r markedIn the dialog, type in netplwiz and press ENTER. run dialog with netplwiz typed inYou will find yourself in the User Accounts window, inside deselect Users must enter a user name and password to use this computer. Press OK user accounts windowSign in the window will pop up where you will have to type in your password and confirm it in order to start the feature. automatically sign in dialogAfter typing in your password and confirming it, press OK. That's it, next time you wake your computer from hibernation or turn it ON, you will automatically be greeted with a desktop instead of a Windows login screen.
Read More
What to do if Windows Media Player is not playing the Music Playlist in Windows 10
Many users would probably agree that the Windows Media Player, in most cases, is a lot better than the Groove. Although it is understandable why the Groove Music app was created, it may be time for Microsoft to bring its focus back on Windows Media Player. Even more, so that some users are experiencing an issue where they were not able to play their playlist in the Windows Media Player on their Windows 10 PCs. One particular user claimed that when he removed his music from the C drive and transferred them to the C drive for some reason he didn’t state. Right after he did that, any attempts to play songs in the Windows Media Player just don’t seem to work. Transferring music to a different location shouldn’t cause any issue but for some unknown reason, it did. According to security experts, the reason why the Windows Media Player didn’t play the playlist is that it still believes that the songs are still located in the C drive when they’re really not. So the question here is, how can you get the Windows Media Player to recognize the exact and correct location of the songs? Worry not, for this post will show you how exactly you can do that. Carefully follow each one of the instructions given below to fix the Windows Media Player issue.

Option 1 – Try running the WMP Troubleshooters

In case there are any issues with the Windows Media Player, you can always count on the WMP Troubleshooters to fix the problem for you. These built-in troubleshooters, namely, Windows Media Player Library and Windows Media Player DVD Troubleshooters can help you fix the problem, so run them both and see if you can now play those songs or not.

Option 2 – Try rebuilding the Windows Media Player Database

If the first option didn’t work for you, you might have to rebuild the Windows Media Player database. You can do this by following the steps below.
  • Tap the Win + R keys at the same time to open the Run dialog box.
  • After that, copy and paste this command in the field: %userprofile%Local SettingsApplication DataMicrosoftMedia Player
  • Once you’ve pasted the command, hit Enter then you will see a new File Explorer which is the folder for the Media Player. You will have to delete every item in this folder, except for the folders. Meaning to say, you must only delete the individual contents inside but not the folders.
  • Now launch the Windows Media Player again and watch as it rebuilds the music library automatically.
Read More
Fix Origin Error when loading the webpage
If you encounter a blank page with an error message saying, “Origin Error” when you try to load a webpage, then this post will surely help you resolve this error. As you can see, this error is a very uncommon one and it is not about the popular game known as Origin where all you have to do is reinstall the client. Although this error message is a very uncommon one, you will see a blank page with a message saying, “Origin Error” when you attempt to load a webpage. To fix this error, this post will provide you some potential fixes that might help. Follow the fixes given below carefully and see which one fixes the problem.

Option 1 – Use Ctrl + F5 keys to clear browser cache

The first thing you can try is to “Hard Refresh” to clear the cache of your browsers. You can do that by using the Ctrl + F5 keys on your keyboard. On the other hand, you can also clear the cache manually for Chrome, Edge, and Firefox.

Option 2 – Remove the Proxy

You might also want to try removing the Proxy as it could also help you in fixing the Origin error. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – Try to flush the DNS, reset Winsock and the TCP/IP

You might also want to flush the DNS and reset Winsock as well as reset TCP/IP as it could help in fixing the Origin error. To do so, refer to these steps:
  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
  • Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.

Option 4 – Try using Google Public DNS

You might want to try changing your current DNS to the Google Public DNS. All you have to do is change the DNS settings explicitly on your operating system by using the DNS IP addresses. Here’s are the steps to do that:
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8” and “8.8.4.4” and click OK and exit.
Read More
Fix Error 30053-4 or 30053-39, language pack
As you know, the Office Language Packs need to be installed right after installing Office. It also has to be on the correct version of Office so if any of these conditions are not met, you will most likely get error codes 30053-4 or 30053-39 when you install a language pack in Microsoft Office. If you are currently facing this error, read on as this post will help you fix the problem. Here’s the full context of the error message:
“Something went wrong, Sorry, installation cannot continue because no compatible office products are detected.”
When you have to work on two different languages, that’s where the language packs come in handy. You might have to work on one language but when it comes to proofreading or help, you need another language. Note that some language accessory packs offer partial localization which is why some parts of the Office might show the default language. If you are using Office 365 or Office 2019, 2016, 2013, or 2010, you need to go to the language accessory pack page from office.com and select your language. Once you see the download link, click on it to start downloading the pack. It includes the display in the chosen language, proofing tools for the selected language, as well as the Help in the selected language. Once the installation is complete, follow each one of the given options below to configure the language accessory pack properly.

Option 1 – Select Editing and Proofing language

  • You need to open any Office program and navigate to File > Options > Language.
  • From there, you need to make sure that the language you want to use is in the list under the Choose Editing Languages section.
  • After that, you can add or remove the language that Office uses for editing and proofing tools.

Option 2 – Configure the Display and Help languages

In this option, you can change the default display and help languages for all the Office applications so whatever you choose will be used for all the buttons, menus, and support of all the programs. After you select the language, restart all the Office applications to apply the changes made successfully. On the other hand, if you are using Office volume license versions, note that only an administrator account can install this if you are using the Volume License version of Microsoft Office 2016. You have to download the ISO image of the language packs, language interface packs, and the proofing tools from the VLSC or Volume Licensing Service Center. This process can be quite complicated so you might have to go to the docs.microsoft.com page to be guided accordingly. After you installed everything correctly, the error code 30053-4 or 30053-39 should now be fixed.
Read More
Microsoft acquires Activision Blizzard
In the latest news, Microsoft has reached a deal to purchase Activision Blizzard for 67.8 billion. Now franchises like Warcraft, Starcraft, Overwatch, Call of duty, Diablo are now the property of Microsoft and I am sure that some of these games we can expect to be included in the Xbox game pass. microsoft activision blizzardThis is the second large game company acquisition by Microsoft, Acquiring Bethesda first and a big hit to Sony since Xbox will now have more games in its catalog and as exclusives. Of course, the sale has to go through the standard closing conditions and completion of regulatory review and Activision Blizzard’s shareholder approval before it’s finalized. Assuming that all goes well, the deal is slated to be completed during the fiscal year 2023, which is July 1, 2022, through June 30, 2023.
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