{"id":5023,"date":"2016-12-28T17:20:25","date_gmt":"2016-12-28T11:50:25","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=5023"},"modified":"2023-03-23T11:39:13","modified_gmt":"2023-03-23T06:09:13","slug":"iso-find-windows-build-version-edition-using-dism","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/iso-find-windows-build-version-edition-using-dism\/","title":{"rendered":"How to Find Windows version, build and edition from ISO or DVD"},"content":{"rendered":"<p>Windows 10 or Windows 11 ISO files downloaded from <a href=\"https:\/\/www.microsoft.com\/en-us\/software-download\/windows10\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft<\/a> will have descriptive names, such as <code>en_windows_10_pro_10586_x64_dvd.iso<\/code> and <code>en_windows_10_pro_14393_x86_dvd.iso<\/code>, depending upon the variant you downloaded.\u00a0The file name depicts the language, version, build edition, and the bitness of the Operating System contained in the ISO.<!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5027\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-dvd-1.jpg\" alt=\"iso dvd header image\" width=\"640\" height=\"275\" \/><\/p>\n<p>Let&#8217;s assume you have a copy of the Windows ISO with a generic name such as <code>windows_10.iso<\/code> (which doesn&#8217;t make any sense) obtained from a friend. To find the Windows version, build and edition from an ISO file or Windows Setup DVD, you can use the DISM tool.<\/p>\n<h2>Find Windows version, build, edition from ISO<\/h2>\n<p>To find the Windows <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">version, build and edition<\/a> from an ISO file or DVD, use these steps:<\/p>\n<ol>\n<li>Mount the ISO file by double-clicking on it. By default, Mount will be the default action for ISO files. If not, right-click on the file and choose &#8220;Mount&#8221; in the context menu.<\/li>\n<li>Double-click the drive letter of the mounted drive.<\/li>\n<li>Double-click the <code>Sources<\/code> folder.<\/li>\n<li>Sort folder contents by Name, and look for a file named <code>install.wim<\/code>. If <code>install.wim<\/code> is missing, then you&#8217;ll have <code>install.esd<\/code>.\n<p><figure id=\"attachment_5024\" aria-describedby=\"caption-attachment-5024\" style=\"width: 665px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-5024\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-find-os-version-build-3.png\" alt=\"find windows build version from iso file\" width=\"675\" height=\"315\" \/><figcaption id=\"caption-attachment-5024\" class=\"wp-caption-text\">Install.esd located in the Sources folder.<\/figcaption><\/figure><\/li>\n<li>Open an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">elevated Command Prompt<\/a> window, and then type the following command:\n<pre>dism \/Get-WimInfo \/WimFile:F:\\sources\\install.wim \/index:1<\/pre>\n<p>In the ISO file, if you have <code>install.esd<\/code> instead of <code>install.wim<\/code>, you&#8217;d type:<\/p>\n<pre>dism \/Get-WimInfo \/WimFile:F:\\sources\\install.esd \/index:1<\/pre>\n<p>DISM can handle both these file formats (<code>.wim<\/code> &amp; <code>.esd<\/code>), at least in Windows 10.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-5026\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-find-os-version-build-1.png\" alt=\"find windows build version from iso file\" width=\"675\" height=\"571\" \/><br \/>\n<span style=\"font-size: 14px;\">Running DISM command on install.esd<\/span><\/p>\n<p>You&#8217;ll see the following output:<\/p>\n<pre>Deployment Image Servicing and Management tool\r\nVersion: 10.0.14393.0\r\n\r\nDetails for image : F:\\sources\\install.esd\r\n\r\nIndex : 1\r\nName : Windows 10 Pro\r\nDescription : Windows 10 Pro\r\nSize : 14,747,431,455 bytes\r\nWIM Bootable : No\r\nArchitecture : x64\r\nHal : \r\nVersion : 10.0.14393\r\nServicePack Build : 0\r\nServicePack Level : 0\r\nEdition : Professional\r\nInstallation : Client\r\nProductType : WinNT\r\nProductSuite : Terminal Server\r\nSystem Root : WINDOWS\r\nDirectories : 19070\r\nFiles : 103878\r\nCreated : 7\/16\/2016 - 8:35:47 PM\r\nModified : 8\/3\/2016 - 3:15:18 AM\r\nLanguages : en-US (Default)\r\n<\/pre>\n<div class=\"qt\">\n<p>If you&#8217;re using Windows 7, running the above DISM command-line with the <code>.esd<\/code> file name parameter would throw the following error:<\/p>\n<div class=\"err\">An attempt was made to load a program with an incorrect format.<br \/>\nThe DISM log file can be found at C:\\Windows\\Logs\\DISM\\dism.log<\/div>\n<p>In that case, you can pass <code>boot.wim<\/code> as the parameter, as below:<\/p>\n<pre>dism \/Get-WimInfo \/WimFile:F:\\sources\\boot.wim \/index:1<\/pre>\n<figure id=\"attachment_5025\" aria-describedby=\"caption-attachment-5025\" style=\"width: 665px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-5025\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-find-os-version-build-2.png\" alt=\"find windows build version from iso file\" width=\"675\" height=\"540\" \/><figcaption id=\"caption-attachment-5025\" class=\"wp-caption-text\">Running DISM command on boot.wim<\/figcaption><\/figure>\n<p>This results in the following output:<\/p>\n<pre>Details for image : F:\\sources\\boot.wim\r\n\r\nIndex : 1\r\nName : Microsoft Windows PE (x64)\r\nDescription : Microsoft Windows PE (x64)\r\nSize : 1,501,424,835 bytes\r\nWIM Bootable : No\r\nArchitecture : x64\r\nHal : \r\nVersion : 10.0.14393\r\nServicePack Build : 0\r\nServicePack Level : 0\r\nEdition : WindowsPE\r\nInstallation : WindowsPE\r\nProductType : WinNT\r\nProductSuite :\r\nSystem Root : WINDOWS\r\nDirectories : 3313\r\nFiles : 15074\r\nCreated : 7\/16\/2016 - 6:26:52 PM\r\nModified : 8\/3\/2016 - 3:11:57 AM\r\nLanguages : en-US (Default)\r\n\r\nThe operation completed successfully.\r\n<\/pre>\n<\/div>\n<p>Note that for Multi-arch ISO files that include both 32-bit and 64-bit versions of Windows, the <code>boot.wim, install.wim, install.esd<\/code>\u00a0file path varies slightly. These files are located under their respective architecture folders.<\/p>\n<pre>\\x86\\sources\\\r\n\\x64\\sources\\<\/pre>\n<\/li>\n<\/ol>\n<hr \/>\n<h3>Easier way using DISM GUI!<\/h3>\n<p>Download the <a href=\"https:\/\/archive.codeplex.com\/?p=dismgui\">DISM GUI<\/a> utility and open a WIM or ESD file in it. Click the &#8220;<strong>Display WIM Info<\/strong>&#8221; button. It works for <code>install.wim<\/code> as well as <code>install.esd<\/code> &#8212; if you&#8217;re using Windows 10.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24212\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-gui-find-iso-indexes.png\" alt=\"display wim esd indexes iso dismgui\" width=\"683\" height=\"829\" \/><\/p>\n<p>You&#8217;ll see the list of indexes and the corresponding Windows OS editions under the &#8220;DISM Output&#8221; section below. The OS <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">version<\/a> is also displayed in the output.<\/p>\n<p><em>We covered DISM GUI <a href=\"https:\/\/www.winhelponline.com\/blog\/slipstream-windows-10-integrate-updates-setup-media-iso\/\">before<\/a>.<\/em><\/p>\n<p>That&#8217;s it! You&#8217;ve now obtained the maximum information about the Operating System included in an ISO file, such as the OS version, edition, Service Pack level, architecture.<\/p>\n<hr \/>\n<div class=\"qt\">\n<h2>DISM Get-WimInfo showing the wrong version?<\/h2>\n<p>Sometimes, the Windows 8 or 10 ISOs may have the wrong version info metadata that causes the above DISM command to show the wrong version or build.<\/p>\n<p>I downloaded the Windows 20 20H2 ISO (20H2 Build starts with 19042.nnn) from <a href=\"https:\/\/www.winhelponline.com\/blog\/windows-10-iso-direct-download-mct-useragent\/\">Microsoft.<\/a><\/p>\n<ul>\n<li>Filename: Win10_20H2_English_x64.iso<\/li>\n<li><a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-get-file-hash-via-right-click-menu-windows\/\">SHA-256<\/a>: e793f3c94d075b1aa710ec8d462cee77fde82caf400d143d68036f72c12d9a7e<\/li>\n<\/ul>\n<p>Running DISM showed this:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-19583\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-wrong-version-dism-1.png\" alt=\"dism get wiminfo wrong version\" width=\"699\" height=\"458\" \/><\/p>\n<p>Whereas, 20H2 build starts with <code>19042.nnn<\/code> (as shown by the <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">winver command<\/a>)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-19582\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/iso-wrong-version-dism-2.png\" alt=\"dism get wiminfo wrong version\" width=\"460\" height=\"423\" \/><\/p>\n<p>The setup.exe (inside the 20H1 ISO) file&#8217;s version showed up as 19041.xxx, instead of 19042.nnn.<\/p>\n<p><em>Here is another such case:\u00a0<a href=\"https:\/\/social.technet.microsoft.com\/Forums\/en-US\/3eeb117d-72e8-4de9-966c-42148ac51490\/windows-version-mismatch-for-installwim-shows-it-as-windows-81-enterprise?forum=WinPreview2014General\">Windows version mismatch for Install.WIM, shows it as &#8220;Windows 8.1 Enterprise&#8221;<\/a><\/em><\/p>\n<p>To know why this happens in Windows 10\/11, read further.<\/p>\n<h3>Windows 10 ISO Version and build number are reported incorrectly<\/h3>\n<p>Windows 10, versions 2004, 20H2, 21H1, 21H2, and 22H2 share a common core operating system with an identical set of system files. Therefore, the new features in Windows 10, version 22H2 are included in the latest monthly quality update for Windows 10, version 2004, 20H2, 21H1, and 21H2, but are in an inactive and dormant state. These new features will remain dormant until they are turned on through the \u201cenablement package,\u201d a small, quick-to-install \u201cmaster switch\u201d that activates the Windows 10, version 22H2 features.<\/p>\n<p><strong>Because of this, the image metadata on 1909 media will report the version 1903 build number of 18362, and the image metadata on 20H2\/21H2\/22H2 media will report the version 2004 build number of 19041.<\/strong><\/p>\n<h4>Workaround<\/h4>\n<ul>\n<li>To determine whether the media is 1909 media, mount the image, run <code>dism \/get-packages<\/code> and check whether the 1909 Enablement Package is installed. Specifically, look for a package named <code>Package_for_KB4517245<\/code>.<\/li>\n<li>To determine whether the media is 20H2 media, mount the image, run <code>dism \/get-packages<\/code> and check whether the 20H2 Enablement Package is installed. Specifically, look for a package named <code>Package_for_KB4562830<\/code>.<\/li>\n<li>To determine whether the media is 21H1 media, mount the image, run <code>dism \/get-packages<\/code> and check whether the 21H1 Enablement Package is installed. Specifically, look for a package named <code>Package_for_KB5000736<\/code>.<\/li>\n<li>To determine whether the media is 21H2 media, mount the image, run <code>dism \/get-packages<\/code> and check whether the 21H2 Enablement Package is installed. Specifically, look for a package named <code>Package_for_KB5003791<\/code>.<\/li>\n<li>To determine whether the media is 22H2 media, mount the image, run <code>dism \/get-packages<\/code> and check whether the 22H2 Enablement Package is installed. Specifically, look for a package named <code>Package_for_KB5015684<\/code>.<\/li>\n<\/ul>\n<p>Here are the DISM commands to mount the ISO and then query the mounted WIM to find if the &#8220;enablement package&#8221; is installed.<\/p>\n<p><strong>Step 1) Mounting the WIM Image<\/strong><\/p>\n<p>First, create a directory named &#8220;<strong>WinMount<\/strong>&#8221; on the C:\\ drive, and try the following steps.<\/p>\n<pre># Assumes that the Windows Setup USB\/ISO is mounted at J: and the index of the edition [Home, Pro, etc.] must be chosen:\r\nDism \/Mount-Image \/ImageFile:\"J:\\sources\\install.wim\" \/Index:1 \/MountDir:\"C:\\WinMount\" \/ReadOnly<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26785\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-iso-version-incorrect-1.png\" alt=\"dism iso wim wrong version metadata\" width=\"710\" height=\"183\" \/><\/p>\n<p><em><strong>Note:<\/strong> If you have the file install.esd (instead of install.wim) in your ISO or USB drive, you need to <a href=\"https:\/\/www.winhelponline.com\/blog\/convert-esd-to-wim-dism-windows-10\/\">convert the ESD file to WIM<\/a> in order to mount its contents.<\/em><\/p>\n<hr \/>\n<p><strong>Step 2) Query if an Enablement Package is installed<\/strong><\/p>\n<pre>dism \/Get-Packages \/Image:\"C:\\WinMount\"<\/pre>\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26784\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-iso-version-incorrect-2.png\" alt=\"dism iso wim wrong version metadata\" width=\"710\" height=\"164\" \/><\/h4>\n<p><strong>Sample Output<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26783\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-iso-version-incorrect-3.png\" alt=\"dism iso wim wrong version metadata\" width=\"710\" height=\"329\" \/><\/p>\n<pre>Package Identity : Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.3\r\nState : Installed\r\nRelease Type : Update\r\nInstall Time : 4\/9\/2021 1:43 PM<\/pre>\n<p>KB5000736 is the enablement package that upgrades your Windows 10 device to version <strong>21H1<\/strong>.<\/p>\n<p>(or)<\/p>\n<pre>Package Identity : Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3\r\nState : Installed\r\nRelease Type : Update\r\nInstall Time : 12\/16\/2021 11:13 AM<\/pre>\n<p>KB5003791 is the enablement package that upgrades your Windows 10 device to version <strong>21H2<\/strong>.<\/p>\n<p>(or)<\/p>\n<pre>Package Identity : Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2\r\nState : Installed\r\nRelease Type : Update\r\nInstall Time : 9\/8\/2022 3:00 AM<\/pre>\n<p>KB5015684 is the enablement package that upgrades your Windows 10 device to version <strong>22H2<\/strong>.<\/p>\n<p><em>(Optionally, you can pipe the output to &#8220;clip&#8221; to <a href=\"https:\/\/www.winhelponline.com\/blog\/copy-command-prompt-output-clipboard-save-file\/\">copy the output to the clipboard<\/a> and paste it into Notepad.)<\/em><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26782\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-iso-version-incorrect-4.png\" alt=\"dism iso wim wrong version metadata\" width=\"710\" height=\"49\" \/><\/p>\n<hr \/>\n<p><strong>Step 3) UnMounting the WIM Image<\/strong><\/p>\n<p>After you complete the query, you can unmount the image using the following syntax:<\/p>\n<pre>Dism \/Unmount-image \/MountDir: {\/Commit | \/Discard}<\/pre>\n<p>In our case, we&#8217;d use:<\/p>\n<pre>Dism \/Unmount-image \/MountDir:\"c:\\WinMount\" \/discard<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26924\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/dism-unmount-image-dir.png\" alt=\"dism unmount image\" width=\"699\" height=\"259\" \/><\/p>\n<\/div>\n<p><em><strong>See also:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/extract-files-windows-10-iso-dvd-install-wim\/\">How to Extract Specific Files from Windows ISO (Install.wim)<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows 10 or Windows 11 ISO files downloaded from Microsoft will have descriptive names, such as en_windows_10_pro_10586_x64_dvd.iso and en_windows_10_pro_14393_x86_dvd.iso, depending upon the variant you downloaded.\u00a0The file name depicts the language, version, build edition, and the bitness of the Operating System contained in the ISO.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[7],"tags":[160],"class_list":["post-5023","post","type-post","status-publish","format-standard","hentry","category-windows","tag-dism"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":5759,"url":"https:\/\/www.winhelponline.com\/blog\/slipstream-windows-10-integrate-updates-setup-media-iso\/","url_meta":{"origin":5023,"position":0},"title":"Slipstream Windows 10\/11: Integrate Updates into ISO\/WIM","author":"Ramesh","date":"November 3, 2017","format":false,"excerpt":"Situations such as system file corruption and unexplained or erratic system behavior require you to repair or reinstall your Windows installation by running Setup.exe from a mounted Windows ISO or DVD\/USB flash drive. However, it's always possible that the current Windows installation's build or the Service Pack level is higher\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"slipstream windows 10 - ntlite","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/slipstream-ntlite-5.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/slipstream-ntlite-5.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/slipstream-ntlite-5.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/slipstream-ntlite-5.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":17803,"url":"https:\/\/www.winhelponline.com\/blog\/extract-files-windows-10-iso-dvd-install-wim\/","url_meta":{"origin":5023,"position":1},"title":"How to Extract Specific Files from Windows 10 or 11 ISO","author":"Ramesh","date":"August 9, 2020","format":false,"excerpt":"There are situations where you need a specific Windows system file from the install.wim image present in a Windows 10\/11 setup disk or ISO.\u00a0In the case of missing system files, the DISM & SFC procedure will automatically restore them. Alternatively, you can restore missing Windows system files (of any version)\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"extract specific windows image from multi-edition iso","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/w10-export-wim-ntlite.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/w10-export-wim-ntlite.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/w10-export-wim-ntlite.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/w10-export-wim-ntlite.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":5591,"url":"https:\/\/www.winhelponline.com\/blog\/windows-10-iso-direct-download-mct-useragent\/","url_meta":{"origin":5023,"position":2},"title":"How to Download Windows 10 or 11 ISO","author":"Ramesh","date":"October 19, 2017","format":false,"excerpt":"This article explains how to download the official Windows 10 or Windows 11 ISO from Microsoft servers using different methods. The Media Creation Tool downloads the latest version of Windows 10\/11 by default. You can also use Rufus or other third-party tools to accomplish the task. Using the methods described\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"windows 10 or 11 iso download portal","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/win10-iso-direct-download-link-768x546-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/win10-iso-direct-download-link-768x546-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/win10-iso-direct-download-link-768x546-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/win10-iso-direct-download-link-768x546-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":76713,"url":"https:\/\/www.winhelponline.com\/blog\/download-older-version-windows-iso\/","url_meta":{"origin":5023,"position":3},"title":"How to Download an Older version of Windows 11 ISO","author":"Ramesh","date":"October 10, 2024","format":false,"excerpt":"Since Windows 11 24H2 has been released, the official ISO download pages now point to the 24H2 ISO. The earlier (23H2) ISO is no longer linked via the official download page. If you need an older version of the Windows 10 or 11 ISO, you can get it from UUPdump.net.\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"download windows iso from uupdump","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/10\/uupdump-iso-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/10\/uupdump-iso-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/10\/uupdump-iso-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/10\/uupdump-iso-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":6011,"url":"https:\/\/www.winhelponline.com\/blog\/dism-restorehealth-error-0x800f081f-windows-10\/","url_meta":{"origin":5023,"position":4},"title":"[Fix] DISM and .NET Framework 3.5 Error 0x800F081F","author":"Ramesh","date":"December 9, 2017","format":false,"excerpt":"When running the following DISM command, the error 0x800F081F may appear in some systems. The same error occurs when installing the .NET Framework in Windows 10. Dism \/Online \/Cleanup-Image \/RestoreHealth Error: 0x800f081f The source files could not be found. Use the \"Source\" option to specify the location of the files\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"dism restorehealth wim success","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/dism-wim-success.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/dism-wim-success.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/dism-wim-success.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/12\/dism-wim-success.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":5500,"url":"https:\/\/www.winhelponline.com\/blog\/convert-esd-to-wim-dism-windows-10\/","url_meta":{"origin":5023,"position":5},"title":"How to Convert ESD to WIM (Install.ESD to Install.WIM) in Windows ISO","author":"Ramesh","date":"October 14, 2017","format":false,"excerpt":"Summary: In this article, we will see how to extract or convert install.esd to install.wim file format in the Windows 10 ISO image using DISM or other methods. The Windows Imaging Format (WIM) is a file-based disk image format developed by Microsoft to help deploy Windows operating system. The DISM\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"esd wim converter command script","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/esd-wim-converter-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/esd-wim-converter-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/esd-wim-converter-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/esd-wim-converter-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/5023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=5023"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/5023\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=5023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=5023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=5023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}