Windows 11 Update Tracker
The wait is finally over — Windows 11 is here as Microsoft has officially kicked off the Insider Preview program for the next generation of Windows. The company is also rolling out several updates on top of the base Windows 11 build in preparation for an eventual rollout via the stable channel. This article will serve as the central repository of knowledge base (KB) articles and download links for all updates related to Windows 11, including both the Insider Preview and the stable builds.
Table of Contents:
Glossary
Windows updates are compressed in a special archive file format called Microsoft Cabinet (CAB) that supports embedded digital certificates used for maintaining archive integrity. When published via Microsoft Update Catalog, Microsoft often wraps them into the MSU (Microsoft Update) format.
The primary focus of this index is centered around the Cumulative Updates (also known as Monthly Rollups), which include both security and reliability updates that are packaged together. Since they are cumulative in nature, the latest rollup package has the ability to update the target Windows version to the most recent build, regardless what the previous build number was.
In some cases, one may need to apply a Servicing Stack Update (SSU) before installing the newest Cumulative Update (CU). The servicing stack is the code that installs other operating system updates, hence Microsoft usually bundles them with CUs before publishing a standalone MSU package. Power users or system admins may still prefer to deal with the CAB variant for the ease of deployment. In that case, always install/integrate the SSU before engaging with the CU.
Microsoft also provides CUs for the .NET Framework portion of the Windows OS. Unlike the SSU, they are distributed separately from the regular CUs.
Windows Feature Experience Pack is yet another type of update that delivers new feature improvements to customers outside of major Windows feature updates.
Then comes the Dynamic Updates (DU) that are meant for the Windows setup engine. They are being automatically downloaded and applied on the fly in order to fix the Windows recovery environment (WinRE), setup binaries or any files that the Windows setup uses for feature updates. However, we decided not to include them in this index for the sake of avoiding clutters.
To have a clear idea about Windows update terminology, see the article about the types of Windows updates. Keep in mind that an inter-OS (e.g. from Windows 10 to Windows 11) or an inter-build (e.g. from Windows 10 November 2019 Update/Build 18363 to May 2020 Update/Build 19041) update is a way more complex scenario. Microsoft handles such upgrade paths using the Unified Update Platform (UUP), the details of which can be found in this tutorial.
Windows 11 Build Index
Build Number 22000
Build | Changelog and known issues | Download |
---|---|---|
22000.51 [Integrated with Insider Preview 1] | KB5004564 | |
22000.65 [Integrated with Insider Preview 2] | KB5004745 |
Cumulative Update for .NET Framework 3.5 and 4.8
How to install
To install a CAB update package, you need to use a built-in system utility called Deployment Image Servicing and Management (DISM). The command-line syntax should be as follows:
dism /online /add-package /packagepath:<path_to_cabfile>
The MSU variant, on the other hand, is somewhat standalone in nature due to the fact that one can simply double-click on it to install the package. Note that DISM can also install MSU files.
After the installation finishes, you will be prompted to restart the PC for the changes to take effect.
Verification
The Settings app in Windows 11 has an option to view the list of updates installed on your PC. Here’s how to access it.
- Open Settings and click Windows Update.
- Click/tap on “Update history”.
The good old “Programs and Features” applet in the classic Control Panel can also show you the list of installed updates.
- Right-click Start, click Run.
- Type
appwiz.cpl
and click OK. This opens the Programs and Features in the classic Control Panel. - Click View installed updates link in the left side. This shows you the list of updates along with the installation date column.
If command-line if your thing, then you can opt for DISM or Windows Management Instrumentation (WMIC) as well. You need to execute the command from an elevated instance of Windows Terminal.
- Using DISM:
dism /online /get-packages /format:table | findstr "Package_for"
- Using WMIC:
wmic qfe
We hope this article not only serves as a common update index for Windows 11, but also provides general installation instructions that can be useful for other Windows builds as well. We’ll be updating this guide with links to newer Windows builds, so check back again in the future!
The post Windows 11 Update Tracker appeared first on xda-developers.
from xda-developers https://ift.tt/3k2zQNW
via IFTTT
No comments: