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

Assigning Multiple IP Addresses to Adapter
There are times when an IT admin has to set up multiple IP addresses to the same network adapter. Setting up multiple IP addresses in scenarios like hosting various SSL sites, speed up traffic exchanges can help in avoiding being blacklisted in the SPAM filters, and so on. So in this post, you will be guided on how exactly you can assign multiple IP addresses to the network adapter in your Windows 10 computer. There are several ways to assign multiple IP addresses in a network adapter. You can do it using the Network Adapter settings or using the Netsh utility, as well as the Windows PowerShell utility. To get started, refer to each one of the options provided below.

Option 1 – Assign multiple IP addresses via Network Adapter settings

  • Go to Settings first and from there, select Network & Internet, and then click on the Change adapter options. This will show you a list of both the physical and virtual network adapters in your computer.
  • Next, double click on the Ethernet adapter where you want to assign the multiple IP addresses and then click on the Properties button.
  • After that, you should see the Ethernet properties where you have to select the “TCP/IPv4” or “TCP/IPv6”.
  • Once done, click on the Properties button and then select the “Use the following IP address” option under the General tab.
  • Now you have to add an IP address, subnet, and default gateway to the network adapter and then click on the Advanced button.
  • This will open the Advanced TCP/IP settings where you have to click on the Add button so you can add an IP address. From here, you can keep adding multiple IP addresses to the network adapter. You also have the option to add multiple gateways or DNS IP addresses.
  • Once done, if you execute the “ipconfig” command, you should see all the secondary IP addresses listed.

Option 2 – Assign multiple IP addresses using the Netsh command

Another way to assign multiple IP addresses to your network adapter is via the Netsh command.
  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” to open it with admin privileges.
  • If a User Account Control or UAC prompt pops up, just click on Yes.
  • After that, run this command: Netsh int ipv4 add address name="Local Area Connection" 192.168.100.100 255.255.255.0 SkipAsSource=True
Note: You have the option to set “SkepAsSource” since it depends on your needs using the Netsh command. When it is configured as true, the IP address won’t be used by the OS for outbound connections.

Option 3 – Assign multiple IP addresses via Windows PowerShell

  • Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option.
  • After opening Windows PowerShell as admin, use the NetIPAddress command so you can add more IP addresses. Execute this command: Get-NetIPAddress | ft IPAddress, InterfaceAlias, SkipAsSource
  • Next, assign an IP address to a network adapter by executing this command: New-NetIPAddress –IPAddress 192.168.100.100 –PrefixLength 24 –InterfaceAlias “vEthernet” –SkipAsSource $True
  • Now to modify the “SkipAsSource” parameter, use this command: Get-NetIPAddress 192.168.100.100 | Set-NetIPAddress -SkipAsSource $False
Read More
Fix Error 105 ERR_NAME_NOT_RESOLVED in Chrome
If you suddenly receive an error saying, “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” when browsing the web, then this means that the DNS lookup has failed. This kind of error is one of the most commons ones you can encounter while using the Chrome browser. And since it’s a pretty common error, the solutions for this one are pretty easy as well.

Option 1 – Disable both the Antivirus and Firewall temporarily

There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects. Thus, you need to disable these programs temporarily as it might be the reason why you’re getting the “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” error in Chrome.

Option 2 – Check the Network Cables and restart the router then reconnect

Of course, the next thing you have to do is to check if the network cables connected to your computer or router are properly connected. And if your computer is connected via Wi-Fi, you need to make sure to restart your router once. In addition, you can also forget the Wi-Fi your computer is currently connected to and then try reconnecting again to see if it would work.

Option 3 – Try running the Chrome Cleanup tool

You might want to run Google Chrome’s built-in Malware Scanner & Cleanup tool as it could also help in getting rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and anything else that might overtake the network and could affect the performance of the browser.

Option 4 – Try removing the Proxy

Removing the Proxy might also help you in fixing the ERR_NAME_NOT_RESOLVED error in Chrome. 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 5 – Disable Prefetch in Chrome

In case you don’t know, Google makes use of a prediction service that helps users in completing searches and typing URLs in the address bar. This prediction service uses the already resolve IP address to connect to the website you’ve already visited. Thus, it would be better if you disable it in cases like this one.
  • Open Chrome’s Settings.
  • Next, go to Privacy and Security then look for “Prefetch”.
  • After finding Prefetch, toggle off the “Use a prediction service to help complete searches and URLs typed in the address bar” setting and then restart Chrome.

Option 6 – Flush the DNS, reset Winsock and then reset TCP/IP

  • 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.

Option 7 – Try using the Google Public DNS

  • 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.

Option 8 – Reset Chrome

Resetting Chrome can also help you fix the error. Resetting Chrome means restoring its default settings, disabling all the extensions, add-ons, and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
  • Open Google Chrome, then tap the Alt + F keys.
  • After that, click on Settings.
  • Next, scroll down until you see the Advanced option, once you see it, click on it.
  • After clicking the Advanced option, go to the “Restore and clean up the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
Fix Microsoft Word Stopped Working in Windows
Microsoft office has set itself as one of the most used and best suites for business use and MS Word as the most widely used word processor. But how even best are not immune to some small bugs and unexpected behaviors so is not Word. Word has stopped working is probably know to a wide audience of its users, I think I could safely say that each Word user has experienced this error at least once, luckily the error is not anything to worry about since it is an easily fixable issue.

Try automated solutions

There are some fully automated solutions that could fix any PC issues, some are available in free versions. If you prefer to do things manually however keep on reading and follow the instructions below.

Manual FIXES:

  1. Update MS Word

    Make sure that you are running the latest build of Word in order to eliminate all bugs and to have a smooth running experience. Go to File > Account > Product Information > Update Options and click Enable Update and then select Update Now.
  2. Check the file

    Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
  3. Run Word in safe mode and disable add-ins

    Did you know that MS Word has a safe mode like Windows? In this safe mode, Word will boot up just the application without any add-ins installed and in this environment, you can start one add-in by one to see which one is causing the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in winword /safe followed by ENTER to run Word in safe mode If MS Word works fine in Safe mode, disable all COM Add-ins (while being in safe mode) and restart Word. Re-enable the add-ins one at a time to identify the problematic one. Click on File and then on Options Click on Add-Ins from the options list Select COM Add-ins from the drop-down menu and click on Go Uncheck all the add-ins and click OK to confirm Close the Dialog Box and MS Word. Now try running MS Word normally and see if it works Repeat steps to enable the add-ins, one at a time, and check which add-in is causing this error
  4. Repair Word installation

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type in control panel and press ENTER Inside Control Panel click on Programs and Features Locate and click on Microsoft Office to select it Once selected click on change located on top of the application list Once Office Windows loads click on Repair Wait for the process to finish
  5. Reinstall MS office

    If all the previous solutions failed next step would be to completely uninstall MS Office and install it again once the old one has been completely removed from the system. Go to the control panel as explained in the previous step and select Office Instead of Change this time click on uninstall and follow on-screen instructions Once uninstall is finished, install a new copy of MS Office.
Read More
How to Fix Error Code 0xc1900106 on Windows 10

Error Code 0xc1900106  – What is it?

One of the most common errors encountered by Microsoft users upgrading from Windows 7 or Windows 8/8.1 to Windows 10 is the Error Code 0xc1900106. Microsoft users experience a failure in the installation process. Either they will be notified that the installation process was ended but failed or that Windows is not able to install the update.

Solution

Restoro box imageError Causes

More and more Windows users are having trouble upgrading their operating system to Windows 10. There are a lot of errors being encountered by users and one of them is the Error Code 0xc1900106. This error is normally due to the misconfigured system files. If a Windows user encounters this error, most likely their device has some registry problems.

Further Information and Manual Repair

Fixing error code-related issues could be best resolved to do manual repair methods. Applying repair methods manually can help Windows users address the root causes of the errors they encounter, as well as apply definite solutions to rectify the issue.

Most Windows users can be able to implement manual repair methods themselves but there are some cases where help from a Windows professional is needed. If you’re not a very tech-savvy person and not confident performing the manual repair methods yourself, it would be advisable to seek help from a professional Windows technician who is knowledgeable enough to address the errors or problems you are encountering. However, if you don’t want to resort to seeking help from a professional, you can also consider using a powerful automated tool.

In trying to fix Error Code 0xc1900106, here are the following manual repair methods you can take:

Method One: Custom Installation

  1. Make a backup of your personal files
  2. Users of Windows 8/8.1 should Refresh first then proceed to upgrade.
  3. If the Refresh process does not work, reset your device then try again.
  4. If resetting your device still does not work, you can proceed with a custom installation.
  5. When your Windows installation media is ready, you need to choose to boot from CD, DVD, or USB drive to begin setup. (For example purposes, this article will discuss booting from DVD).
  6. When your device is all set to boot from DVD, you will be prompted to Press any key to boot from CD or DVD…
  7. Once you’ve pressed any key, the screen will show the Windows logo which might take a while. No need to worry though, as long as you can see the indicator, you’re good.
  8. Choose your Language, Time, and Keyboard method from the drop-down menu then hit Next.
  9. Click on the Install Now button then wait until Setup begins.
  10. Tick on the I accept the license terms check box then select Next.
  11. Choose Custom: Install Windows only (advanced)
  12. Choose the Primary partition then select Next. You will be prompted by the following warning: The partition you selected might contain files from a previous Windows Installation. If it does, these files and folders will be moved to a folder named Windows.old. You will be able to access the information in Windows.old, but you will be able to use your previous version of Windows. Just click the OK button then wait as the Windows continue to install. Windows will restart once this phase of the setup completes and will reboot into setup once again.
  13. At this point, Windows will detect and install your hardware. Once this finishes, Windows will restart again.

Method Two: Reset Windows Update Components

  1. From your device’s desktop, hit Windows key + X to open the command prompt as admin.
  2. Once the command prompt window appears, you can type or copy and paste the following commands (all at once):

net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver pause

  1. Exit the command prompt.
  2. After you reset the Windows Update components, see if you receive Windows Updates which includes the firmware updates for your computer.

Method Three: Ensure Windows is Updated

  1. If you have an antivirus, make sure to disable it during the upgrade process.
  2. Run Windows Update to check if the system is updated.
  3. Ensure that the latest firmware and drivers are installed. To be able to do this, go to the computer manufacturer’s website or you can also try contacting company support.
Read More
Fix Error 1310, Error writing to file
If you were trying to install a program on your Windows 10 computer but encounter an error instead that says, “Error 1310, Error writing to file: <PATH>, Verify that you have access to that directory” then read on as this post will guide you on how you can fix it. This kind is a fairly common type of error encountered by many Windows users. You can get this error when you try to install certain programs like Excel, AutoCAD, Adobe Photoshop, and some other Adobe products on Windows. One of the most likely causes for this error is that the required files or location is already used by some other software which means that Windows finds that you are trying to overwrite a software that is already installed. Aside from that, it could also occur if the program installer does not have access to write to that directory. To fix Error 1310, here are some potential fixes that could help.

Option 1 – Clear up temporary or junk files

The error could be caused by some temporary or junk files in your computer and so you need to clear them up to fix the problem. You can achieve that using the Storage Sense feature.
  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space. Make sure that Storage Sense is on.
  • Next, find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
    • Windows Upgrade Log Files
    • The system created Windows Error Reporting Files
    • Thumbnails
    • Temporary Internet Files
    • Previous Windows Installation Files
    • Delivery Optimisation Files
    • DirectX Shader Cache
  • Choose the files you want to get rid of and then click on the remove files option. Note that you’ll have an idea of the total size as you select any of the junk files listed above.
  • Now go to the “Free Up Space Now” section and click the Clean Now button. This will get rid of all the temporary or junk files in your computer and should hopefully fix Error 1310.

Option 2 – Reinstall the program in a Clean Boot State

You can also troubleshoot Error 1310 in a Clean Boot state. It could be that there are some third-party applications in your computer that's preventing the program from getting installed and to isolate this possibility, you need to boot your computer in a Clean Boot State and then try installing the program again. Putting your computer in this state can help you identify which program is the culprit and thus isolates the problem. In a Clean Boot state, your computer will start using only the pre-selected minimal set of drivers and startup programs. Note that you have to disable and enable one process at a time.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After you’ve set your computer into a Clean Boot State, make sure that you’re signed in as administrator and then try to install the program again.

Option 3 – Try to unregister and re-register the Windows Installer Module

  • Tap the Win + R keys to open the Run dialog box.
  • Then type the “msiexec /unregister” command and hit Enter to unregister the Windows Installer Module.
  • Next, type the “msiexec /regserver” command and hit Enter to re-register the Windows Installer Module.
  • Now restart your computer and see if un-registering and re-registering the Windows Installer Module fixed the problem or not.

Option 4 – Take ownership of the location where you want to install the app

The next thing you can try to do is to take ownership of the particular folder as this worked for some users who experienced the same problem. But before you do that, you have to create a System Restore Point first, once that’s done, proceed to the given steps below.
  • First, locate the concerned folder and right-click on it then select Properties.
  • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
  • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
  • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
  • Now edit the permission to Full Control for “Everyone”.
  • Click OK to save the changes made and then exit.
  • Finally, try to install the application again.
Read More
Windows 10 Setup says I need to uninstall a program or utility in order to continue setup. I cannot find program it ask for or it was already uninstalled

What is this particular error?

One common issue when trying to upgrade to Windows 10 from Windows 7 or 8 is incompatible software. Any installed software or app that isn’t compatible with Windows 10 will prevent you from continuing with the set-up. Normally, you’ll get an error message “What needs your attention” and it will ask you to uninstall a list of apps manually. Unfortunately, some users reported that they couldn’t find the app it asks to uninstall. In some cases, users said they’ve already uninstalled the app but it still won’t start the Windows 10 Setup.

Solution

Restoro box imageError Causes

This type of issue normally occurs because of the following:

  • Incompatible software/apps
  • Corrupted software/apps
  • Incomplete uninstallation

Further Information and Manual Repair

Here are some steps you can take whenever you encounter this error.

Note: Before taking any steps, make sure that you’re highly equipped to do so. Some steps might affect the system and even do more damage to your computer. You might also want to consider using an automated tool instead.

Method 1 – Perform a clean boot, then retry upgrading

A clean boot is normally done to start Windows using the least set of drivers and startup programs available. By doing this, it eliminates possible software issues that happen when installing or uninstalling a program in Windows 10.

Before performing a clean boot, make sure to take note of the following:

  • You need administrative privileges in order to perform this action.
  • When doing this, your computer might lose temporarily functionality. However, it will return after start-up.
  • It is highly advisable to not use the System Configuration to change advanced boot options.

Here are the steps to perform a clean boot.

  • Step 1 – Go to Start and search for msconfig
  • Step 2 – Go to System Configuration
  • Step 3 – Under Services tab, click on the “Hide all Microsoft services” checkbox. Then, choose to Disable all
  • Step 4 – Go to the System Configuration’s Startup tab. Then, click on “Open Task Manager”
  • Step 5 – In the Task Manager dialog box, you will see a Startup tab. Choose items that you want to disable and then click the Disable button
  • Step 6 – Close the Task Manager dialog box.
  • Step 7 – Go back to the Startup tab of the System Configuration box. Click “Ok” then proceed with restarting.

Method 2 – Manually uninstall programs from the Program Files folders

Instead of using the “add or remove programs” feature in Windows, you might need to manually install the program directly from the C drive. To do this, follow the steps below:

  • Step 1 – Go to the C drive, and look for the Program Files folders. For 32-bit users, you can find it at C:\Program Files. If you’re using the 64-bit version of Windows, go to C:\Program Files (x86) folder.
  • Step 2 – Find the “uninstall” application file
  • Step 3 – Right-click, and run the file as administrator. Wait for the uninstallation to finish. In some software, you need to restart your system before the uninstallation will take effect.

Note: In some cases, you may also need to search for files related to the program. You can use the search bar under Drive C to do this. Delete those files as well.

Method 3 – Create a new user account

Before upgrading to Windows 10, create a new user account. Make sure it has administrative privileges. From there, run the upgrade.

Method 4 – Use third-party uninstaller services

If you still can’t run Windows 10 Setup after the above methods, you might need to rely on a third-party service. Microsoft recommends Revouninstaller that can help you.

Before using this software, reinstall the application or utility that Windows 10 wants you to install. Then, use Revouninstaller to delete the program completely.

Method 5 – Disable third-party antivirus software

Some users who experienced this issue reported that it was solved after disabling or completely uninstalling the anti-virus software installed in their system.

Method 6 – Use a trusted automated tool

If after trying the above methods, the problem still persists, it might be best to use a trusted automated tool to fix the issue.

Read More
Fix can not open EXE file in Windows 10
Can not open and run EXE file in Windows is not a new issue and sadly it can still happen from time to time, luckily this step by step solution will help you to resolve this problem fast and effective in no time. Try the below solutions in no particular order and I hope that you will solve the issue fast and be able to return to using the computer like it never happened
  1. Run SFC scan

    As the EXE file not opening issue lies in the Windows OS, the SFC tool will be able to identify the cause and fix this issue. Press ⊞ WINDOWS + X and choose command prompt (admin) in command prompt type: sfc /scannow Press ENTER
  2. Check registry and modify if needed

    Sometimes value in the registry key is wrong and can cause this error, in order to check if this is the case, we will open the registry editor and find out Press ⊞ WINDOWS + R to bring run dialog up type in it: RegEdit and press ENTER In the left pane of the Registry Editor window, click on the HKEY_CLASSES_ROOT to expand the section Scroll down to find out the .exe registry and click on it Go to the right pane of the window and double-click on the Default and set the Value Data as exefile Click on the OK button Next, located the given in the window: HKEY_CLASSES_ROOT>exefile>shell>open>command Click on the “Command” in the left pane of the window In the right pane of the window double-click on the Default and set Value Data as “%1” %* Click on the OK button Restart your computer and check if the issue persists
  3. Turn off Firewall and defender

    If you have a firewall and antivirus active there might be a chance of a conflict and that firewall or antivirus is preventing the EXE file from starting, disable your firewall and anti-virus and try again to open the EXE file.
  4. Turn off user account control

    User account control can also like a firewall prevent some files from executing, go into accounts and turn off user account control to see if this might be an issue preventing you from opening the file.
Read More
Fix Microsoft Edge Error 0x80200070
As you know, any software needs sufficient CPU power when it downloads, updates and installs so if you encounter an error code 0x80200070 when you tried to install or update the Microsoft Edge browser on your Windows 10 computer, then read on as this post will guide you on how to fix it. This kind of error occurs when the Edge browser installation does not get enough CPU power to update or install and the only way to fix it is to kill programs that are consuming a lot of PC resources as well as stop or remove any unnecessary programs that are running in the background. This kind of error can also be encountered in the new Microsoft Edge Chromium. For more details, follow each one of the options provided below.

Option 1 – Try to kill applications that consume high resources

  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Go to the Performance tab and sort by CPU usage.
  • Next, close a few additional programs that are consuming maximum CPU power.
  • After that, try to update or install Microsoft Edge again and check if the error is fixed. If not, try to restart your computer and then start the installation or update again.

Option 2 – Try to remove or stop unnecessary programs and services

If the applications or processes that are consuming a lot of CPU resources reappear even after you kill them or end their processes, then you can try the following suggestions to remove or stop these unnecessary programs and processes.
  • The first thing you can do is to stop the Service. If the program happens to be a service, then you have the option to disable the Windows Service. All you have to do is open the Services Manager and stop the service. How? Refer to these steps:
    • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and tap Enter to open the Services Manager.
  • After that, identify which service is consuming a lot of power and then stop it temporarily.
  • The next thing you can do is to uninstall the problematic program. If the one that consumes a lot of resources is not a service but a program, then you can try to uninstall the program for the meantime until you’ve updated or installed the Edge browser. Once you’ve uninstalled the program, try to update or install Edge again.
  • You can also try booting your computer into Safe Mode and then update or install Microsoft Edge. This will make sure that all the unnecessary programs and services won’t consume a lot of CPU resources as well as memory.
Read More
Your Windows license will expire soon
If you suddenly get a message telling you that “Your Windows license will expire soon, You need to activate Windows in Settings” on your Windows 10 computer but you know that your Windows 10 is already activated. Worry not for this post will help you get rid of that error message right away. Before you get started, make sure that you have the Windows product key with you. If you don’t, you can get it by running the following command in an elevated Command Prompt:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Take note of the product key and then proceed to the options given below.

Option 1 – Try activating Windows 10 again or use another product key

  • If you’re sure that you have the correct product key, click the Go to the Settings button.
  • After that, click the Activate button once again.
  • If you have another license key, you can also use that as well, just simply click on the Change product key.
  • Then enter the new product key and click on Activate. That should fix the problem, if it doesn’t, refer to the next option below.

Option 2 – Try to reset the licensing status

  • Click the Start button and then type “cmd” in the Search box and then tap Ctrl + Shift + Enter to open an elevated Command Prompt.
  • Next, type the “slmgr –rearm” and hit Enter to reset the licensing status.
  • Restart your computer and check if the error is now gone or not.

Option 3 – Try uninstalling the product key and re-enter it once more.

  • The first thing you have to do to uninstall the product key is to know the Activation ID of your Windows installation. To do so, open an elevated Command Prompt and type this command, and hit Enter – vbs /dlv
  • After you enter the command, you should see the licensing status and Activation ID. And to get all the Activation IDs of all the installed Windows versions, key in this command and hit Enter – vbs /dlv all
Note: The “/dlv” parameter will give you the license information for the installed operating system.
  • After you enter the second command, you should see a Windows Script Host window with all the Windows licensing and activation status. Take note of the Activation ID.
  • Next, in the same elevated Command Prompt, type this command – slmgr /upk <Activation ID>
Note: In the third given command, “/upk” stands for “uninstall product key”. This parameter uninstalls the product key of the current Windows edition.
  • Restart your PC. After that, your computer will be in an unlicensed state so you need to re-enter the product key again.

Option 4 – Try rebuilding the Tokens.dat file.

The issue might be caused by a corrupted Tokens.dat file. The Tokens.dat file is a digitally signed file that stores most of the Windows Activation files so if it is corrupted then no wonder you’re having activation issues. To rebuild the Tokens.dat file, refer to these steps:
  • From the WinX Menu, open an elevated Command Prompt.
  • After opening Command Prompt, you need to type each one of the following commands and after you type each command, hit Enter.
    • net stop sppsvc
    • cd %windir%ServiceProfilesLocalServiceAppDataLocalMicrosoftWSLicense
    • ren tokens.dat tokens.bar
    • net start sppsvc
    • exe %windir%system32slmgr.vbs /rilc
  • Now restart your computer.

Option 5 – Try running the Windows 10 Activation Troubleshooter

  • Go to Settings and then select Activation.
  • After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.

Option 6 – Try activating Windows 10 via mobile phone

Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
  • In the Start Search box, type in “Slui 4” and tap Enter.
  • Next, select your country and click on Next.
  • Keep the window open and call the toll-free number of the country you’re from.
  • Afterward, a confirmation ID should be given by the automated system which you must take a note of.
  • Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.
Read More
Disable Touchscreen in Windows 11
The touchscreen feature inside Windows 11 is a pretty good thing but sometimes can be very impractical. The screen can easily and constantly get dirty due to fingers touching it all the time and there are users that do not wish or want to have this feature at all. touchscreen windows 11If you are one of the mentioned users and for any reason, you do not wish to have a touchscreen-enabled then sit back and relax, we have you covered in this tutorial on how to fully disable touchscreen inside Windows 11.

Turn off touchscreen via device manager

  1. Click on the Windows Search icon in the taskbar
  2. Type Device Manager
  3. Click on Device Manager from the list of results
  4. Inside locate Human Interface Devices and click on the right arrow
  5. In the list, find HID-Compliant Touch Screen and select Disable Device
  6. Click on Yes to confirm

Disable it via Windows Terminal

  1. Right-click on the Windows icon in the taskbar
  2. Click on Windows Terminal (admin)
  3. Inside run this command: Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false

Conclusion

No matter which method you prefer, both of them will disable the touch screen inside Windows 11. Thank you for reading trough article and I hope to see you again. Take care.
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