{"id":1616265,"date":"2025-12-29T02:31:00","date_gmt":"2025-12-29T07:31:00","guid":{"rendered":"https:\/\/www.computerworld.com\/article\/1616265\/using-dism-to-install-windows-updates.html"},"modified":"2025-12-29T02:34:13","modified_gmt":"2025-12-29T07:34:13","slug":"using-dism-to-install-windows-updates","status":"publish","type":"post","link":"https:\/\/www.computerworld.com\/article\/1616265\/using-dism-to-install-windows-updates.html","title":{"rendered":"Using DISM to install Windows updates"},"content":{"rendered":"<div id=\"remove_no_follow\">\n\t\t<div class=\"grid grid--cols-10@md grid--cols-8@lg article-column\">\n\t\t\t\t\t  <div class=\"col-12 col-10@md col-6@lg col-start-3@lg\">\n\t\t\t\t\t\t<div class=\"article-column__content\">\n<section class=\"wp-block-bigbite-multi-title\"><div class=\"container\"><\/div><\/section>\n\n\n\n<p>Windows&rsquo; built-in<a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/what-is-dism?view=windows-11\" target=\"_blank\" rel=\"noreferrer noopener\">&nbsp;Deployment Image Servicing and Management<\/a>&nbsp;(DISM) command, a.k.a. <strong>dism.exe<\/strong>, is something of a Swiss Army knife when it comes to working on Windows OS images. Among its <a href=\"https:\/\/www.computerworld.com\/article\/1635003\/why-dism-is-the-swiss-army-knife-of-windows-maintenance.html\">many capabilities<\/a> &mdash; such as adding optional Windows features and packages, taking image inventories, performing image cleanups, and more &mdash; DISM includes an&nbsp;<code>\/Add-Package<\/code>&nbsp;option. This option allows users to install Microsoft Catalog updates in .cab or .msu files to a targeted Windows image.<\/p>\n\n\n\n<p><strong>.cab<\/strong> is short for &ldquo;<a href=\"https:\/\/docs.microsoft.com\/en-us\/windows\/win32\/msi\/cabinet-files\" target=\"_blank\" rel=\"noreferrer noopener\">Windows Cabinet<\/a>,&rdquo; a type of compressed file that stores data and instructions for Windows that can update device drivers, system files, and so forth. The <strong>.msu<\/strong> file extension is associated with the&nbsp;<a href=\"https:\/\/support.microsoft.com\/en-us\/topic\/description-of-the-windows-update-standalone-installer-in-windows-799ba3df-ec7e-b05e-ee13-1cdae8f23b19\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Update Standalone Installer<\/a>. Normally, this installer uses the Windows Update Agent API to install update packages. Both .cab and .msu files also work with the DISM command against Windows image files, which may be of types .wim, .wsm, .esd, .ffu, or virtual hard disk files of type .vhd or .vhdx.<\/p>\n\n\n\n<p>Note that .msu updates only work on offline images, while the more common .cab files may be applied to an online image to update a running Windows install. If an .msu is the only format available for download, you can sometimes use a tool like expand.exe (built into Windows 10 and 11) to extract a .cab file that DISM can apply to online images. See this <a href=\"https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/support-tools\/scripts-extract-msu-cab-files\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Learn article<\/a> for details: only a couple of extra steps are involved.<\/p>\n\n\n\n<p>That said, Windows 11 updates invariably come in the form of .msu files. Perhaps worse from a DISM perspective: they do not readily cough up .cab files suitable for use on an online image. Thus, this workaround is really only suited for Windows 10.<\/p>\n\n\n\n<p>At the end of this story, I&rsquo;ll explain what you must do to take an image offline and work on it. Most readers &mdash; except for IT pros and software developers &mdash; are likely to say &ldquo;Heck, no!&rdquo;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-use-dism-instead-of-windows-update\">Why use DISM instead of Windows Update?<\/h2>\n\n\n\n<p>Good question! Sometimes, DISM provides a way to install an update when Windows Update (WU) may have issues. At times, Windows Update may simply refuse to work, or it may hang or crash for some particular update. Thankfully, DISM provides a handy way to install updates when WU itself may be unable to oblige.<\/p>\n\n\n\n<p>Other scenarios when you might want to use DISM instead of Windows images include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Managing Windows images for large-scale and\/or remote deployments using Microsoft Intune, Windows Autopilot, or Systems Center Configuration Manager (SCCM).<\/li>\n\n\n\n<li>Slipstreaming drivers or updates into standard Windows images for customization and special deployments.<\/li>\n\n\n\n<li>As an alternative to user-driven updates from an in-house update server, perhaps during scheduled maintenance periods. Holiday weekends are popular for this kind of thing in large organizations, because they provide an extra day to fix unexpected problems or to roll back to the previous status quo if such problems can&rsquo;t be fixed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"where-to-find-windows-update-files\">Where to find Windows Update files<\/h2>\n\n\n\n<p>The&nbsp;<a href=\"https:\/\/www.catalog.update.microsoft.com\/Home.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Update Catalog<\/a>&nbsp;is the most common source for update files of all types, including .cab and .msu. Generally, items are accessed by name (e.g., Realtek Audio Driver) or by Knowledge Base (KB) article number. For example, KB5066791&nbsp;is an update that applies to Windows 10 21H2 and 22H2 (the most current version); it includes bug fixes and resolutions.<\/p>\n\n\n\n<p>Figure 1 shows the Update Catalog the search results for KB5066791. Click the&nbsp;<em>Download<\/em>&nbsp;button in the right-hand column for the version of the file that matches the target OS to get the update.<\/p>\n\n\n<div class=\"extendedBlock-wrapper block-coreImage undefined\"><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?w=1024\" alt=\"microsoft update catalog search results for KB5066791\" class=\"wp-image-4109905\" srcset=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?quality=50&amp;strip=all 1408w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=300%2C250&amp;quality=50&amp;strip=all 300w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=768%2C640&amp;quality=50&amp;strip=all 768w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=1024%2C854&amp;quality=50&amp;strip=all 1024w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=836%2C697&amp;quality=50&amp;strip=all 836w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=201%2C168&amp;quality=50&amp;strip=all 201w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=101%2C84&amp;quality=50&amp;strip=all 101w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=576%2C480&amp;quality=50&amp;strip=all 576w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-01-microsoft-update-catalog.png?resize=432%2C360&amp;quality=50&amp;strip=all 432w\" width=\"1024\" height=\"854\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\"><figcaption class=\"wp-element-caption\"><p>Figure 1: This security update for Windows 10 21H2 and 22H2 includes bug fixes and resolutions.<\/p>\n<\/figcaption><\/figure><p class=\"imageCredit\">Ed Tittel \/ Foundry<\/p><\/div>\n\n\n\n<p>I clicked the download button for the seventh item from the top, because it matches my target PC&rsquo;s OS version (22H2) and architecture (x64). This provides a link to an .msu with an extremely long filename: <em>windows10.0-kb5066791-arm64_28dfd4874e2cd23882608cdcba89a9cc2132d677.msu<\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"making-the-cab-conversion\">Making the .cab conversion<\/h2>\n\n\n\n<p>Here&rsquo;s the step-by-step syntax to unpack the .cab file from the downloaded .msu. For isolation and convenience, I moved it into D:\\Temp from its original location (my personal Downloads folder). Figure 2 shows the contents of the .msu file as seen from within the popular archive-handling application 7-Zip. It&rsquo;s trivial simply to extract the .cab file from inside 7-Zip, where it appears as <em>Windows10.0-KB5066791-x64.cab<\/em>.<\/p>\n\n\n<div class=\"extendedBlock-wrapper block-coreImage undefined\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png\" alt=\"7-zip screen with contents of msu file extracted - the cab file is included\" class=\"wp-image-4109903\" srcset=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png?quality=50&amp;strip=all 711w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png?resize=300%2C145&amp;quality=50&amp;strip=all 300w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png?resize=150%2C73&amp;quality=50&amp;strip=all 150w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png?resize=640%2C310&amp;quality=50&amp;strip=all 640w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-02-7zip-to-extract-cab-file.png?resize=444%2C215&amp;quality=50&amp;strip=all 444w\" width=\"711\" height=\"344\" sizes=\"auto, (max-width: 711px) 100vw, 711px\"><figcaption class=\"wp-element-caption\"><p>Figure 2: 7-Zip makes it dead easy to grab the .cab (item 3, from top).<\/p><br><\/figcaption><\/figure><p class=\"imageCredit\">Ed Tittel \/ Foundry<\/p><\/div>\n\n\n\n<p>Alternatively, you can use the built-in Windows command <code>expand.exe<\/code> to do the same job from a command line terminal:<\/p>\n\n\n\n<p><code>expand -F:* \" windows10.0-kb5066791-x64_3210d264091be5effb3253d05397c4daefba44c8.msu\" \"KB5066791-x64.cab\"<\/code><\/p>\n\n\n\n<p>Now that you&rsquo;ve got access to the update in both .cab and .msu formats, DISM can work against both online (.cab) and offline (.msu) images. Let&rsquo;s dig into the online syntax next.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-dism-add-package-syntax\">The DISM \/Add-Package syntax<\/h2>\n\n\n\n<p>The DISM command is fully documented online in Microsoft Docs in the&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/dism-operating-system-package-servicing-command-line-options?view=windows-11\" target=\"_blank\" rel=\"noreferrer noopener\">DISM Operating System Package&hellip; Servicing Command-Line Options<\/a>&nbsp;pages. This is just a small part of the&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/what-is-dism?view=windows-11\" target=\"_blank\" rel=\"noreferrer noopener\">Deployment Tools Reference<\/a>, another online document worth bookmarking and exploring for those who work with (and on) Windows images.<\/p>\n\n\n\n<p>The manual lays out the abstract syntax for the&nbsp;<code>\/Add-Package<\/code>&nbsp;option as follows:<\/p>\n\n\n\n<p><code>Dism \/Add-Package \/PackagePath:&nbsp;[\/IgnoreCheck] [\/PreventPending]<\/code><\/p>\n\n\n\n<p>A&nbsp;<code>\/PackagePath<\/code>&nbsp;can point to a single .cab or .msu file, a folder that contains a single expanded .cab file or a single .msu file, or a folder that contains multiple .cab or .msu files. (You can&rsquo;t mix the two types, however.) If&nbsp;<code>\/PackagePath<\/code>&nbsp;points to a folder that contains one or more .cab or .msu files at its root, any subfolders will be likewise recursively checked for such files as well.<\/p>\n\n\n\n<p>The&nbsp;<code>\/PreventPending<\/code>&nbsp;switch instructs DISM to skip installing the package if it, or the targeted Windows image, has any uncompleted actions still pending. This is intended to prevent DISM from operating on images that may not be complete or intact.<\/p>\n\n\n\n<p>As already stated, you can add multiple packages within a single DISM command by including multiple .cab or .msu files in the directory that serves as input to the&nbsp;<code>\/PackagePath<\/code>&nbsp;option. Ordinarily, DISM will check each package to make sure it&rsquo;s applicable to the targeted image. If a package will not apply to that image, DISM will issue an error message. The&nbsp;<code>\/IgnoreCheck<\/code>&nbsp;switch may be used to get DISM to run silently and skip the applicability check for each package.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"dism-add-package-example\">DISM \/Add-Package example<\/h2>\n\n\n\n<p>Let&rsquo;s say I&rsquo;m running a 64-bit (x64 architecture, not ARM) version of Windows 10 22H2. If I wanted to apply KB5066791 to that running image, I&rsquo;d need to download the corresponding .msu file and extract the .cab file for online image use. Figure 3 shows the syntax in PowerShell\/Windows Terminal.<\/p>\n\n\n<div class=\"extendedBlock-wrapper block-coreImage undefined\"><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?w=1024\" alt=\"powershell window with dism add-package command\" class=\"wp-image-4109904\" srcset=\"https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?quality=50&amp;strip=all 1116w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=300%2C137&amp;quality=50&amp;strip=all 300w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=768%2C350&amp;quality=50&amp;strip=all 768w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=1024%2C467&amp;quality=50&amp;strip=all 1024w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=150%2C68&amp;quality=50&amp;strip=all 150w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=854%2C390&amp;quality=50&amp;strip=all 854w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=640%2C292&amp;quality=50&amp;strip=all 640w, https:\/\/b2b-contenthub.com\/wp-content\/uploads\/2025\/12\/dism-win-updates-03-dism-add-package-command.png?resize=444%2C203&amp;quality=50&amp;strip=all 444w\" width=\"1024\" height=\"467\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\"><figcaption class=\"wp-element-caption\"><p>Figure 3: The proper syntax for DISM \/Add-Package for a running Windows system.<\/p>\n<\/figcaption><\/figure><p class=\"imageCredit\">Ed Tittel \/ Foundry<\/p><\/div>\n\n\n\n<p>Some key observations for clarity and brevity:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>DISM only works with administrative privileges, so you must be logged into an administrative account and opt for &ldquo;run as administrator&rdquo; for your command line environment.<\/li>\n\n\n\n<li>The&nbsp;<code>\/Online<\/code>&nbsp;switch tells DISM to apply packages to the currently running Windows image.<\/li>\n\n\n\n<li>I renamed the .cab file to <em>KB5066791-x64.cab<\/em> so I could fit everything into a single line of text.<\/li>\n<\/ul>\n\n\n\n<p>The actual command that appears in Figure 3 reads:<\/p>\n\n\n\n<p><code>DISM \/Online \/Add-Package \/PackagePath:D:\\Temp\\KB5066791-x64.cab<\/code><\/p>\n\n\n\n<p>To run the command in this way, you must be <em>sure<\/em> there are no Windows Update transactions pending. The safest way to make sure this is true is to restart the system before running any <code>DISM \/Add-Package<\/code> commands.<\/p>\n\n\n\n<p>Working on offline images is something of a specialty exercise. Here, I&rsquo;ll simply say that offline images represent images that may be &ldquo;under construction&rdquo; or that are maintained in an image library for deployment and\/or customization for distribution to users at some kind of scale. Maintaining images usually isn&rsquo;t worth the extra work involved, unless you have at least dozens of users, if not hundreds or more, to whom those images will be served. For more information on using <strong><code>DISM \/Add-Package<\/code><\/strong> with offline images, see this Microsoft Docs item &ldquo;<a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/add-or-remove-packages-offline-using-dism?view=windows-11\" target=\"_blank\" rel=\"noreferrer noopener\">Add or Remove Packages Offline Using DISM<\/a>.&rdquo;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-cases-when-dism-add-package-is-worthwhile\">Common cases when DISM \/Add-Package is worthwhile<\/h2>\n\n\n\n<p>In my own experience, I&rsquo;ve used&nbsp;<code>DISM \/Add-Package<\/code>&nbsp;dozens, if not hundreds, of times. In nearly every such case, that use has been motivated by one of two sets of circumstances:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Windows Update isn&rsquo;t working properly, and I can&rsquo;t download or install any updates.<\/li>\n\n\n\n<li>Some particular update hangs or crashes when I try to install it using WU.<\/li>\n<\/ol>\n\n\n\n<p>In both of those cases, downloading the .cab file and using <code>DISM \/Add-Package<\/code> will get the update installed successfully on a running Windows image. But alas, that&rsquo;s not the case for Windows 11, as I&rsquo;ll explain in the next section.<\/p>\n\n\n\n<p>If it doesn&rsquo;t work, this usually indicates deeper problems with Windows. In those rare instances, I next turn to an in-place upgrade install (see my Computerworld story &ldquo;<a href=\"https:\/\/www.computerworld.com\/article\/1717622\/how-to-fix-windows-10-with-an-in-place-upgrade-install.html\">Fix Windows with an in-place upgrade install<\/a>&rdquo;). If that provides no relief, my companion story &ldquo;<a href=\"https:\/\/www.computerworld.com\/article\/1674590\/repair-windows-10-and-11-step-by-step-guide.html\">How to repair Windows 10 or 11 in 4 steps<\/a>&rdquo; should set things right.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-profound-change-in-windows-11-msu-structure-and-contents\">A profound change in Windows 11 .msu structure and contents<\/h2>\n\n\n\n<p>In updating this story, I learned that Windows 11 .msu files for Windows updates differ significantly from those for Windows 10. As you can see in Figure 2, the .msu for KB5066791 in Windows 10 contains five files. By comparison, the .msu for a recent Windows 11 preview update (<a href=\"https:\/\/support.microsoft.com\/en-us\/topic\/october-28-2025-kb5067036-os-builds-26200-7019-and-26100-7019-preview-ec3da7dc-63ba-4b1d-ac41-cf2494d2123a\" target=\"_blank\" rel=\"noreferrer noopener\">KB5067036<\/a>) contains over 100,000 files. To make things more interesting, if not worse, none of them is a .cab file that fits easily into the <code>DISM \/Online \/Add-Package<\/code> approach. Indeed, it&rsquo;s simply impossible to create the ingredients necessary to run <code>DISM \/Add-Package<\/code> on a running Windows image.<\/p>\n\n\n\n<p>For those readers brave enough &mdash; and with enough time on their hands to spend a couple of days figuring things out, hands-on &mdash; I&rsquo;d recommend the following tutorials for those who might want to explore further how to take a Windows 11 image offline, use <code>DISM \/Add-Package<\/code> to add an update, and then bring it back online again:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>4sysop.com:<\/strong> &ldquo;<a href=\"https:\/\/4sysops.com\/archives\/add-updates-msu-offline-into-windows-images-wim\/\" target=\"_blank\" rel=\"noreferrer noopener\">Add updates (.msu) offline into Windows images (.wim)<\/a>&rdquo; shows how to use PowerShell cmdlets to extract install.wim from an ISO and apply .msu updates, including image index and verified integration.<\/li>\n\n\n\n<li><strong>Microsoft Learn:<\/strong> &ldquo;<a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/servicing-the-image-with-windows-updates-sxs?view=windows-11\" target=\"_blank\" rel=\"noreferrer noopener\">Add updates to a Windows image<\/a>&rdquo; explains how to service offline images using .msu updates, including how to apply multiple updates with a single command. Also explains how to apply servicing stack updates (SSU) before the latest cumulative update (LCU), with examples for online and offline servicing.<\/li>\n<\/ul>\n\n\n\n<p>For most readers, it&rsquo;s enough to know that <code>DISM \/Add-Package<\/code> is not an expeditious or easy technique to employ in Windows 11 when Windows Update misbehaves and updates go unapplied. You&rsquo;ll want to consult my story &ldquo;<a href=\"https:\/\/www.computerworld.com\/article\/1613310\/how-to-troubleshoot-and-reset-windows-update.html\">How to troubleshoot and reset Windows Update<\/a>&rdquo; instead.<\/p>\n\n\n\n<p><em>This article was originally published in December 2021 and updated in December 2025.<\/em><\/p>\n<\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Windows&rsquo; built-in&nbsp;Deployment Image Servicing and Management&nbsp;(DISM) command, a.k.a. dism.exe, is something of a Swiss Army knife when it comes to working on Windows OS images. Among its many capabilities &mdash; such as adding optional Windows features and packages, taking image inventories, performing image cleanups, and more &mdash; DISM includes an&nbsp;\/Add-Package&nbsp;option. This option allows users to [&hellip;]<\/p>\n","protected":false},"author":1160,"featured_media":100071728,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"__idg_published_ids":[],"__idg_published_status":"draft","embargo_date":"","multi_title":"{\"titles\":{\"headline\":{\"value\":\"Using DISM to install Windows updates\",\"additional\":{\"headline_subheadline\":\"If Windows Update can&rsquo;t install a particular update (or isn&rsquo;t working at all), Microsoft&rsquo;s DISM command provides a simple way to get Windows 10 updates installed. It&rsquo;s not so great for Windows 11 updates, however.\",\"headline_desc\":\"If Windows Update can&rsquo;t install a particular update (or isn&rsquo;t working at all), Microsoft&rsquo;s DISM command provides a simple way to get Windows 10 updates installed. It&rsquo;s not so great for Windows 11 updates, however.\",\"short_title\":\"Using DISM to install Windows updates\"}},\"seo\":{\"value\":\"\",\"additional\":{\"seo_slug\":\"using-dism-to-install-windows-updates\",\"seo_desc\":\"\",\"seo_canonical_url\":\"\"}},\"social\":{\"value\":\"\",\"additional\":{\"social_desc\":\"\"}}},\"subtitles\":[]}","old_id_in_onecms":"3643309","_idg_updated_flag":false,"_idg_updated_date":"","hreflang_xdefault":0,"content_type":"How-To","suppress_html_meta":"{}","byline":"","featured_video_id":0,"supress_floating_video":false,"prevent_index":0,"has_duration":0,"teaser_paragraphs":"6","is_translated_post":0,"idg_original_post_id":0,"idg_translated_post_ids":[],"idg_original_post_publication":"","idg_original_post_language":"","idg_original_post_brand":"","reviews":null,"suppress_monetization":"{}","is_premium":0,"external_post_link":"","suppress_fake_sidebar":"{}","first_published_date":"2021-12-10T11:00:00-05:00","hide_featured_image_for_post":false,"post_featured_image_nocaption":true,"post_featured_image_caption":"","automatic_content_time":11,"manual_content_time":0,"most_popular_author":null,"more_from_author":null,"footnotes":null},"categories":[2252,2431,2432,2887],"tags":[],"languages":[21],"editions":[12],"publication":[9,10],"territory":[],"story_types":[30],"article_type":[6751],"sponsorships":[],"blogs":[],"podcast_series":[],"origin":[6752],"coauthors":[6839],"class_list":{"0":"post-1616265","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-small-and-medium-business","8":"category-windows","9":"category-windows-10","10":"category-windows-11","11":"languages-en","12":"editions-global","13":"publication-computerworld","14":"publication-us-default","15":"story_types-howto","16":"article_type-default","17":"origin-onecms"},"jetpack_featured_media_url":"https:\/\/www.computerworld.com\/wp-content\/uploads\/2025\/12\/1616265-0-77110300-1766993713-dism-update-windows.jpg?quality=50&strip=all","eyebrow":{"eyebrow":"how-to","eyebrow_style":"default","eyebrow_feed_title":"how-to","eyebrow_feed_style":"default"},"review_score":null,"article_type_name":["default"],"author_name":"Ed Tittel","author_meta":[{"authorID":1160,"name":"Ed Tittel","url":"https:\/\/www.computerworld.com\/profile\/ed-tittel\/","img":{"media_id":100071833,"full":"https:\/\/www.computerworld.com\/wp-content\/uploads\/2025\/12\/1160-0-45470900-1767165292-author_photo_Ed-Tittel_1721678586.jpg?quality=50&strip=all"},"defaultUrl":"https:\/\/secure.gravatar.com\/avatar\/0db57b44966f699cfcb1f10223017f1f53229883f515eb4abfe0107a56c10e0d?s=96&d=mm&r=g","profileImage":"<img data-hero alt=\"Ed Tittel\" src=\"https:\/\/www.computerworld.com\/wp-content\/uploads\/2025\/12\/1160-0-45470900-1767165292-author_photo_Ed-Tittel_1721678586.jpg?quality=50&#038;strip=all&#038;w=209\" class=\"author_photo\" height=\"250\" width=\"250\" \/>","job_title":""}],"multiple_name":"Ed Tittel","_embedded":"Ed Tittel","_links":{"self":[{"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/posts\/1616265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/users\/1160"}],"replies":[{"embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/comments?post=1616265"}],"version-history":[{"count":0,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/posts\/1616265\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/media\/100071728"}],"wp:attachment":[{"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/media?parent=1616265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/categories?post=1616265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/tags?post=1616265"},{"taxonomy":"languages","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/languages?post=1616265"},{"taxonomy":"editions","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/editions?post=1616265"},{"taxonomy":"publication","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/publication?post=1616265"},{"taxonomy":"territory","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/territory?post=1616265"},{"taxonomy":"story_types","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/story_types?post=1616265"},{"taxonomy":"article_type","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/article_type?post=1616265"},{"taxonomy":"sponsorships","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/sponsorships?post=1616265"},{"taxonomy":"blogs","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/blogs?post=1616265"},{"taxonomy":"podcast_series","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/podcast_series?post=1616265"},{"taxonomy":"origin","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/origin?post=1616265"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.computerworld.com\/wp-json\/wp\/v2\/coauthors?post=1616265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}