{"id":6439,"date":"2019-06-12T23:33:44","date_gmt":"2019-06-12T21:33:44","guid":{"rendered":"https:\/\/michlstechblog.info\/blog\/?p=6439"},"modified":"2019-06-24T10:33:00","modified_gmt":"2019-06-24T08:33:00","slug":"windows-extract-image-from-wim","status":"publish","type":"post","link":"https:\/\/michlstechblog.info\/blog\/windows-extract-image-from-wim\/","title":{"rendered":"Windows: Extract image from wim"},"content":{"rendered":"<div class=\"twoclick_social_bookmarks_post_6439 social_share_privacy clearfix 1.6.4 locale-en_US sprite-en_US\"><\/div><div class=\"twoclick-js\"><script type=\"text\/javascript\">\/* <![CDATA[ *\/\njQuery(document).ready(function($){if($('.twoclick_social_bookmarks_post_6439')){$('.twoclick_social_bookmarks_post_6439').socialSharePrivacy({\"services\":{\"flattr\":{\"uid\":\"Michl\",\"status\":\"on\",\"the_title\":\"Windows%3A%20Extract%20image%20from%20wim\",\"the_excerpt\":\"Hi%2C%0D%0A%0D%0Athe%20install.wim%20file%20from%20newer%20Windows%2010%20Consumer%20DVDs%20is%20greater%20than%204GB%20and%20exceeds%20the%20maximum%20filesize%20of%20a%20fat32%20formated%20USB%20Stick.%20Therefore%20the%20simplest%20way%20to%20created%20a%20bootable%20USB%20device%20is%20no%20longer%20possible.%20%0D%0A%20%28more%26hellip%3B%29\",\"txt_info\":\"2 clicks for more data protection:\\r\\n\\r\\nOnly when you click here, the button will be come active and you can send your recommendation to Flattr. When activating, data are transmitted to third parties. \",\"perma_option\":\"off\"}},\"txt_help\":\"When you activate these fields by clicking, information to Flattr may be transferred abroad, and probably may also stored there.\",\"settings_perma\":\"Enable permanently and accept data transmission. \",\"info_link\":\"http:\\\/\\\/www.heise.de\\\/ct\\\/artikel\\\/2-Klicks-fuer-mehr-Datenschutz-1333879.html\",\"uri\":\"https:\\\/\\\/michlstechblog.info\\\/blog\\\/windows-extract-image-from-wim\\\/\",\"post_id\":6439,\"post_title_referrer_track\":\"Windows%3A+Extract+image+from+wim\",\"display_infobox\":\"on\"});}});\n\/* ]]> *\/<\/script><\/div><p>Hi,<\/p>\n<p>the install.wim file from newer Windows 10 Consumer DVDs is greater than 4GB and exceeds the maximum filesize of a fat32 formated USB Stick. Therefore the simplest way to created a bootable USB device is no longer possible.<br \/>\n<!--more--><br \/>\nInstall.wim contains multiple Versions of Windows 10. It is possible to shrink the file under the 4GB border: Just extract the version you need from it. Its not requiered to reformat (with a FAT32 boot partition and a NTFS Data Partiton) the stick by Rufus or such tools.<\/p>\n<p>Get a list of all available versions, get determine the index of the version you want to install.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nD:\\&gt; dism \/Get-WimInfo \/WimFile:H:\\sources\\install.wim\r\n<\/pre>\n<p>And write a new install.wim by exporting the version selected by index.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nD:\\&gt; dism \/export-image \/SourceImageFile:H:\\sources\\install.wim \/SourceIndex:1 \/DestinationImageFile:D:\\Temp\\install.wim \/Compress:max \/CheckIntegrity\r\n<\/pre>\n<p>Michael<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, the install.wim file from newer Windows 10 Consumer DVDs is greater than 4GB and exceeds the maximum filesize of a fat32 formated USB Stick. Therefore the simplest way to created a bootable USB device is no longer possible.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,5],"tags":[580,1353,1208,1082,20],"class_list":["post-6439","post","type-post","status-publish","format-standard","hentry","category-uncategorized","category-windowsknowhow","tag-extract","tag-shrink-wim","tag-version","tag-wim","tag-windows-2"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/comments?post=6439"}],"version-history":[{"count":3,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6439\/revisions"}],"predecessor-version":[{"id":6477,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/6439\/revisions\/6477"}],"wp:attachment":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/media?parent=6439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/categories?post=6439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/tags?post=6439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}