Step 1 Of 4 Choose Iso File

This article outline all the general troubleshooting steps to resolve common Windows update installation failed or download error for common error code. Follow the recommended solution steps to fix Windows update problem.

The detail error message as below:

Windows Update
There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help:

On the Step 1 of 4: Choose ISO file screen, click Browse. Locate and select your Windows 7 ISO file, and then click Open. If you downloaded Windows 7 directly from Microsoft, check for the ISO image wherever you tend to store downloaded files. Jul 02, 2021 Once the download is complete, Open setup file and follow the steps below: Step-1) Click On next. Step-2) Select you're the directory to install VirtualBox and click on next. Step-3) Select Desktop icon and click on next, now click on yes. Step-4) Click On install to install Linux on Windows.

Windows Update
Updates failed
There were problems installing some updates, but we’ll try again later.

Windows Update
Error encountered
There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help:

Windows Update
Updates available
Download error

Windows Update
Updates failed
Some update files are missing or have problems. We’ll try to download the update again later.

Windows Update
Windows could not search for new updates
An error occurred while checking for new updates for your computer.
Error(s) found:

Windows Update
Some updates were not installed
Error(s) found:

Content Summary

Solution 1: Delete Temporary Files and Browser Cache
Solution 2: Execute Windows Update Troubleshooter
Solution 3: Change Settings in the Component Services console
Solution 4: Execute DISM to repair Windows Updates
Solution 5: Execute SFC
Solution 6: Execute System Update Readiness tool
Solution 7: Execute Background Intelligent Transfer Service Troubleshooter
Solution 8: Clear and flush the SoftwareDistribution folder
Solution 9: Clear the BITS queue
Solution 10: Manually Reset Windows Update Components to default using Reset Windows Update Agent
Solution 11: Directly download the Windows 10 ISO or the Update
Solution 12: Manually download the update from Microsoft Update Catalog
Solution 13: Execute Windows Update in Clean Boot State
Solution 14: Microsoft Virtual Agent

Solution 1: Delete Temporary Files and Browser Cache

Clear the temporary files, browser cache and cookies. Restart your Windows and try the update again. Below are the steps to clear cache and cookies in Google Chrome, Mozilla Firefox, Internet Explorer, Microsoft Edge, and Opera.

Clear cache and cookies in Google Chrome:
Step 1: At the top right, click More (the icon with 3 dots in vertical).
Step 2: Click More tools > Clear browsing data.
Step 3: At the top, choose a time range or select All time to delete everything.
Step 4: Check the box for Cookies and other site data and Cached images and files.
Step 5: Click Clear data.
Reference: Google Support > Clear cache & cookies

Clear cache in Mozilla Firefox
Step 1: In the upper right corner of the browser, click the Menu button.
Step 2: Click Preferences.
Step 3: Select Privacy & Security from the menu on the left.
Step 4: Scroll down click Clear data in the Cookies and Site Data section.
Step 5: In the Time Range to Clear dropdown menu, select Everything.
Step 6: Under History, uncheck everything except Cache.
Step 7: Click OK.
Reference: Mozilla Support > How to clear the Firefox cache

Delete Cached Files and Cookies in Internet Explorer (version 9 or later)
Step 1: Click Settings Internet Explorer Settings Icon.
Step 2: Click Internet Options.
Step 3: Under Browsing History, click Delete.
Step 4: Uncheck everything except Temporary Internet files and website files.
Step 5: Click Delete.
Reference: Pearson > Internet Explorer: Delete Cached Files and Cookies

Clear browsing data in Microsoft Edge
Step 1: In the upper right corner of the browser, click Settings and more > Settings > Privacy and services.
Step 2: Hover over History, then from the menu on the left, click Clear browsing data.
Step 3: In the Time Range drop-down menu, select All time.
Step 4: Uncheck everything except Cached images and files and Cookies and other site data.
Step 5: Click Clear now.
Reference: Microsoft Support > View and delete browser history in Microsoft Edge

Clear cookies, cache, history and everything in Opera
Step 1: Press Ctrl + H to open the history page.
Step 2: Click Clear browsing data in the top-right corner.
Step 3: Select what you want to delete and the time range, like recent history or all time.
Step 4: Click Clear data.
Reference: Opera > How to clear cookies, cache, history – everything

Solution 2: Execute Windows Update Troubleshooter

Run the in-built Windows Update Troubleshooter and see if that helps to resolve the Windows Update error.

Step 1: Go to Settings > Update & Security > Troubleshoot tab.

Step 1 Of 4 Choose Iso File

Step 2: Click on Windows Update option and follow the instructions on the screen after the Windows Update troubleshooter opens.

Step 3: Navigate to Troubleshoot section again and open Internet Connections troubleshooter.

Step 4: Restart the computer and perform Windows Update again.

Alternatively, you can download Windows Update Troubleshooter for Windows 10, Windows 7 and Windows 8.

For Older Versions of Windows:

Step 1: Pressing Windows key + R to open a Run box.

Step 2: Type control and press Enter to open the Classic Control Panel interface.

Step 3: Type troubleshoot in the search bar located at the top-right corner of the screen.

Step 4: From the list of search results, click on the Troubleshooting entry.

Step 5: Click on Fix problems with Windows Update under System and Security to open the Windows Update Troubleshooter.

Step 6: Click on Advanced.

Step 7: Check the box associated with Apply repairs automatically.

Step 8: Click on Apply this Fix and follow the on-screen prompts.

Step 9: Restart your PC.

Type

More detail about Windows Update Troubleshooter at Windows Update: FAQ and Fix Windows Update errors.

Solution 3: Change Settings in the Component Services console

Step 1: Press Windows + R to open the Run dialogue box.

Step 2: Type dcomcnfg.exe and press Enter to open the Component Services.

Step 3: Expand Component Services in the left pane.

Step 4: Click Computers under Component Services.

Step 5: Select My computer, then right-click on it and select Properties from the context menu.

Step 6: Go to the Default Properties tab and make sure the settings below:

  • Default Authentication Level: Connect
  • Default Impersonation Level: Identify

Step 7: Click Apply > OK.

Step 8: Restart your Windows.

Solution 4: Execute DISM to repair Windows Updates

Deployment Image Servicing and Management (DISM) tool will replace potentially corrupted or missing system files with good ones.

Step 1: Press Windows key once.

Step 2: Type cmd in the search box.

Step 3: Choose Run as administrator option to open an elevated command prompt. If you are prompted for an administrator password or for a confirmation, type the password, or select Allow.

Step 4: Type the following command and press Enter to perform an advanced scan to check if the Windows 10 image has any problems: DISM /Online /Cleanup-Image /ScanHealth

Step 5: Type the following command and press Enter to run an advanced scan and repair any problems automatically: DISM /Online /Cleanup-Image /RestoreHealth

If the Windows Update client is already corrupted, you will be prompted to use a running Windows installation as the repair source or use a Windows side-by-side folder from a network share, as the source of the files. Type the following command and press Enter:DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:RepairSourceWindows /LimitAccess

*Replace the C:RepairSourceWindows placeholder with the location of your repair source.

Alternatively, you can execute the DISM/Cleanup-Image tool in PowerShell with Run as administrator option.
Repair-WindowsImage -Online –CheckHealth
Repair-WindowsImage -Online –ScanHealth
Repair-WindowsImage -Online –RestoreHealth

Step 6: Once the process is complete, DISM will create a log file in %windir%/Logs/CBS/CBS.log and capture any issues that the tool finds or fixes.

Step 7: Once the DISM scan and repair is completed, close the elevated CMD window and restart the computer.

Solution 5: Execute SFC

Run System File Checker (SFC) to replace potentially corrupted system files.

Step 1: Press Windows key once.

Step 2: Type cmd in the search box.

Step 3: Choose Run as administrator option to open an elevated command prompt. If you are prompted for an administrator password or for a confirmation, type the password, or select Allow.

Step 4: Type the following command and press Enter:sfc /scannow

Step 5: Wait until the message The operation completed successfully or Windows Resource Protection did not find any integrity violations show then close Command Prompt.

Step 6: Restart the computer.

Solution 6: Execute System Update Readiness tool

Step 1: Download the System Update Readiness tool.

Step 2: Double-click to tun the downloaded executable file.

Step 3: Select Download on the Download Center webpage.

Step 4: To install the tool immediately, select Open or Run, and then follow the instructions on your screen.

Step 5: In the Windows Update Standalone Installer dialogue box, select Yes.

Step 6: When you see Installation complete, select Close.

Step 7: Reinstall the update or service pack you were trying to install previously.

Solution 7: Execute Background Intelligent Transfer Service Troubleshooter

Background Intelligent Transfer Service (BITS) helps in the transfer, download or upload of files between a client and server, and provides progress information related to the transfers. BITS also plays a role in the download of files from a peer. Run the Background Intelligent Transfer Service Troubleshooter and see if it helps.

Step 1: Open Control Panel.

Step 2: Switch the View by the drop-down menu at the top-right to Large icons option.

Step 3: Click the Troubleshooting > Hardware and Sound.

Step 4: Click the Background Intelligent Transfer Service troubleshooter under Windows section. If you can’t find Background Intelligent Transfer Service troubleshooter, you can also download the troubleshooter for Windows 10.

Step 5: Click the Advanced option.

Step 6: Check the Apply repairs automatically option then click the Next button.

Step 7: Click the View detailed information option.

Step 8: Review the Detection details.

Step 9: Click the Next button.

Step 10: Click the Close button.

Solution 8: Clear and flush the SoftwareDistribution folder

The Software Distribution folder in Windows 10 operating system is a folder located in the Windows directory and used to temporarily store files that may be required to install Windows Update on your computer. Clear the contents of the SoftwareDistribution folder and then retry the update process again.

Step 1: Disable Internet connection.

Step 2: Press Windows key once.

Step 3: Type cmd in the search box.

Step 1 of 4 choose iso file download

Step 4: Choose Run as administrator option to open an elevated command prompt. If you are prompted for an administrator password or for a confirmation, type the password, or select Allow.

Step 5: Type the following command and press Enter after each command to reset the SoftwareDistribution folder:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net stop appIDSvc
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
rmdir C:WindowsSoftwareDistributionDataStore
rmdir C:WindowsSoftwareDistributionDownload
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
net start appIDSvc
exit

Step 6: Restart the computer.

Step 7: Enable back the Internet connection.

Step 8: Press the Windows logo key and type PowerShell and in the resulting list, Right-click on Windows PowerShell and select Run as Administrator option from context menu.

Step 9: Enter the following command in the PowerShell and press enter: wuauclt.exe /updatenow

Solution 9: Clear the BITS queue

Step 1: Press Windows key once.

Step 2: Type cmd in the search box.

Step 3: Choose Run as administrator option to open an elevated command prompt. If you are prompted for an administrator password or for a confirmation, type the password, or select Allow.

Step 4: Type the following command and press Enter to clear the BITS queue of any current jobs: bitsadmin.exe /reset /allusers

Solution 10: Manually Reset Windows Update Components to default using Reset Windows Update Agent

Use the Reset Windows Update Agent Tool which helps to reset and repair all Windows Update Client related components & registry keys, detect corruptions, replace corrupted system files, fix corrupted system image, Reset Winsock settings and so on.

Step 1: DownloadReset Windows Update Agent from TechNet Script Center.

Step 2: Unzip ResetWUEng.zip

Step 3: Right-click on the ResetWUEng.cmd script and select Run as Administrator option from the context menu.

Step 4: Type Y and press Enter to continue.

Step 5: Type the number corresponding to the Resets the Windows Update Components option and press Enter to continue.

Step 6: Restart your Windows.

Solution 11: Directly download the Windows 10 ISO or the Update

Download the Windows 10 ISO image file from the Microsoft website, double-click the ISO image to mount it as a virtual drive then double-click the setup.exe file to start the in-place upgrade process.

Solution 12: Manually download the update from Microsoft Update Catalog

Step 1: Visit Windows update history page to find out which is the latest released update for Windows 10.

Step 2: Copy the KB (Knowledge Base) number next to the latest released update for Windows.

Step 3: Open Microsoft Update Catalog in Internet Explorer.

Step 4: Search for the failed update KB using the search function located at the top-left corner of the screen.

Step 5: Download the appropriate Windows Update according to the CPU architecture (32bit or 64bit) and the Windows OS version.

Step 6: Execute the downloaded .msu installer with Run as Administrator option and follow the on-screen instruction to install it.

Step 7: Restart the computer.

Solution 13: Execute Windows Update in Clean Boot State

Start Windows in Clean Boot state will use a minimal set of drivers and startup programs to help eliminate software conflicts that occur when you install a program or an update or when you run a program in Windows.

Step 1: Press Windows key + R to open the Run box.

Step 2: Type msconfig and press Enter to open the System Configuration. If the UAC (User Account Control) prompted then click Yes to grant administrative access.

Step 3: In the General tab, click on the radio button beside Selective startup. Uncheck the Load startup items checkbox.

Step 1 Of 4 Choose Iso File Pdf

Step 4: Choose the Services Tab, then check on Hide All Microsoft services and click on Disable all button.

Step 5: Click the Apply button, and then click on the OK button. Choose Restart Later option.

Step 6: Press Windows + R key to open a Run box.

Step 7: Type msconfig and click OK to open the system configuration window.

Step 8: Choose Startup and select Open Task Manager.

Step 9: Disable all applications in the list to prevent it from startup when the computer is booting up.

Step 10: Close Task Manager and click Apply button in System Configuration windows then click OK.

Step 11: Choose to restart when prompt to do so.

Solution 14: Microsoft Virtual Agent

Ask Microsoft Virtual Agent.

Do you want to install Linux Mint on your PC? In this tutorial, we will explain step by step how to do it for PC or Laptop or Virtual Machine.

The latest version of the Linux Mint is the 19.2 “Tara” which is available in multiple Desktop environments like previous versions. If you are new to Linux then it is one of the best Linux distros to start with because of its Windows 7 or Windows XP like interface, therefore well suited for beginners.

As Linux Mint is available in multiple flavours, thus which one should you install?

The latest version of Linux Mint is available in four Linux Desktop environments: Cinnamon, Xfce, KDE, and MATE. The base of the all will be the same but the hardware requirements will be different. If you have some old computer PC or laptop then use Xfce and MATE desktop environments because they consume less RAM and computing power since they are not graphically heavy. If you have the latest PC or laptop then simply go for Cinnamon and KDE.

Quick Start Guide Linux Mint Installation

  1. Create a bootable USB drive using ISO.
  2. Power up your PC and select the USB stick as the boot drive.
  3. Double click on ” Install Linux Mint ” CD.
  4. Select a language on the left side and click ” Install Linux Mint “.
  5. Check the option “Install third-party software for graphics and WLAN devices, Flash, MP3 and other media ” and click ” Next “.
  6. Mark ” Erase Disk and Install Linux Mint ” and click ” Install Now “. Note: All content on your hard disk will be deleted completely!
  7. Click ” Next “.
  8. Select a time zone and click ” Next “.
  9. Select the keyboard layout and click on ” Next “.
  10. Now enter your name and the new password and click on ” Next “.
  11. Click on ” Restart Now “.

How to install Linux Mint via USB- Step by Step

Here we are installing the latest Linux Mint 19.2 Cinnamon 64-bit on an empty hard disk. The steps given in this tutorial will be the same for older Linux Mint versions such as Linux Mint 18, 17, 16 and so on.

Step 1: Download ISO file of LinuxMint

If you already have the bootable ISO file of this Distro then simply move to the next step. In case, not, here is the official website link. Go there and get the latest version of Linux Mint.

Step 2: Create a Linux Mint Live USB

Next, step is to create a bootable USB drive of Linux Mint using its downloaded ISO file. For that, we use a software called Rufus. It is available for Windows 10/8/7, so no problem at all. Go toRufus.ie and download it. After that run this portable Linux bootable USB maker. Click on Device select the connected USB drive and from Bootable selection click on the SELECT button. Windows explorer will open choose the download ISO file. Finally, click on the START to burn ISO on USB.

Step 3: Insert the bootable USB to computer

After flashing the USB with Linux Mint ISO file. Insert the same USB to the PC or laptop where you want to install the Linux Mint. Start the PC and press, F12 or Esc depending on your system, however, the F12 is a common one to get the boot menu. When it appears, select the connected USB drive to boot the system.

Step 4: Select the Linux Mint installation option

Once you boot the USB drive, the Live Linux Mint will run. Where you will see a DISC on the screen saying “Install Linux Mint“. Just double click on that to start the installation process.

Step 5: Select system installation Language

Step 1 Of 4 Choose Iso File Pdf

The first screen of the installation wizard will ask you to select the language in which you want to install the Linux Mint. Here we are selecting the English, you can select accordingly. After that just click the Continue button.

Step 6: Keyboard Layout

As per your language and keyboard type select the one from the installer, however, generally we use the English keyboard and same would have been there on the screen, selected as default. Simply click on the Continue button.

Step 7: Install third-party software for graphics and WiFi

Check the box the given in the front of “Install third-party software for graphics and Wi-Fi hardware, Flash, MP3 and other media”, following with a click on the Continue button.

Step 8: Erase disk and Install Linux Mint

This is the step where we prepare of Hard disk for the installation. Here we are installing it on an empty hard drive, thus simply select the first option” Erase disk and install LinuxMint”.

In case you have multiple drives or partitions on your PC or laptop with data. Select the last option that is “ Something Else” and choose the particular drive where you want to install the Linux mint. After all this click on the option the Install Now.

When it asks for your confirmation for writing changes to disks, select the Continue option.

Step 9: Where Are You? Choose your Location.

Choose your geographical location, so that Linux Mint automatically select the Time zone for the OS. It helps in setting up the correct time for the system clock.

Step 10: Set Username and Password for Linux Mint

Here we will give some name to our system and also one to use as a standard username. At same place set the password for the same.

Step 11: Installation process started

So, now the Linux Mint Live installation from USB drive has been started, wait for a few minutes, depending upon your system configuration, it will take time. Once it gets completed, simply restart the system.

Step 12: Login to Linux

Use the password which you created in Step 10 of this article to log in your Linux Mint system. Finally, you will get a beautiful screen in black and green colour.

Other Tutorials and Articles: