
- WINDOWS 10 CHECK FOR PROGRAM UPDATES INSTALL
- WINDOWS 10 CHECK FOR PROGRAM UPDATES UPDATE
- WINDOWS 10 CHECK FOR PROGRAM UPDATES CODE
WINDOWS 10 CHECK FOR PROGRAM UPDATES UPDATE
Windows 10 comes with a special service called "Windows Update" which periodically downloads update packages from Microsoft's servers and installs those updates except for metered connections. In this article, we will see how it can be done. Sometimes you may want to clear the update history. It is possible to uninstall an update if it causes issues. The Windows Update history allows viewing which updates were installed in your OS and the time when they were installed.
WINDOWS 10 CHECK FOR PROGRAM UPDATES INSTALL
Type A to accept and install the module and press Enter.RECOMMENDED: Click here to fix Windows issues and optimize system performance Type the following command to install the PowerShell module to update Windows 10 and press Enter: Install-Module PSWindowsUpdate Search for PowerShell, right-click the top result, and select the Run as administrator option. To see the history list of updates installed on the computer, use these steps: Check Windows 10 update history using PowerShellĪlternatively, you can also use the Microsoft PSWindowsUpdate module to manage updates through PowerShell. Remember to change “4516115” with the KB number for the update you want to uninstall. You’ll also see the installation date, description, hotfixid (KB number), and more.Īdditionally, if you want to uninstall a specific Windows 10 update using Command Prompt, you can use its KB number and run this command: wusa /uninstall /kb:4598299 /quiet. If you want to find a specific update, you can use the KB number, typing the following command and pressing Enter: wmic qfe | find "4598299"Ĭheck the Windows Update history of your device.Ĭheck Windows Update history with vmic qfe list commandĪfter you complete the steps, you will get a list with links to the Microsoft support website to know the contents of the updates.

Type the following command to view the update history and press Enter: wmic qfe list Search for Command Prompt and click the top result to open the app. To view history list of Windows 10 updates using Command Prompt:

WINDOWS 10 CHECK FOR PROGRAM UPDATES CODE
If an update failed to install, you’d notice an error code message, which you can use to research online to determine the reason and the steps to fix the problem.Ĭheck Windows 10 update history using Command Prompt Once you complete the steps, you’ll have a better understanding of the successfully installed updates, as well as those updates that failed to install. To view the Windows 10 update history, use these steps:Ĭheck the recent history of updates installed on your computer, including quality updates, drivers, definition updates (Windows Defender Antivirus), and optional updates.


