{"id":163,"date":"2015-03-27T16:06:20","date_gmt":"2015-03-27T14:06:20","guid":{"rendered":"http:\/\/gronlier.fr\/blog\/?p=163"},"modified":"2020-03-30T12:43:44","modified_gmt":"2020-03-30T09:43:44","slug":"create-bootable-win8win10-usb-flash-drive","status":"publish","type":"post","link":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/","title":{"rendered":"Create Bootable Windows USB flash drive under Windows"},"content":{"rendered":"<p>I assume that you have basic understanding of: unzipping a file, mounting an ISO file, opening the Command prompt in Administrator mode and booting your PC from an USB flash drive.<\/p>\n<p><!--more--><\/p>\n<ol>\n<li>Either unpack or extract or mount your ISO file, let's say in <span class=\"lang:default highlight:0 decode:true  crayon-inline\">%USERPROFILE%\\win_files<\/span><\/li>\n<li>Insert your USB drive.<\/li>\n<li>Open CMD in Administrator mode and type <span class=\"lang:default highlight:0 decode:true  crayon-inline \">diskpart<\/span><\/li>\n<li>\n<pre class=\"theme:dark-terminal lang:batch decode:true \">Microsoft DiskPart version 10.0.10041\r\n\r\nCopyright (C) 1999-2013 Microsoft Corporation.\r\nOn computer: XXXXXXXXX\r\n\r\nDISKPART&gt; list disk\r\n\r\n  Disk ###  Status         Size     Free     Dyn  Gpt\r\n  --------  -------------  -------  -------  ---  ---\r\n  Disk 0    Online          238 GB      0 B        * # my HDD drive\r\n  Disk 1    Online           14 GB      0 B          # my USB drive\r\n\r\nDISKPART&gt; select disk 1\r\n\r\nDisk 1 is now the selected disk.\r\n\r\nDISKPART&gt; clean\r\n\r\nDiskPart succeeded in cleaning the disk.\r\n\r\nDISKPART&gt; create partition primary\r\n\r\nDiskPart succeeded in creating the specified partition.\r\n\r\nDISKPART&gt; active\r\n\r\nDiskPart marked the current partition as active.\r\n\r\nDISKPART&gt; format fs=ntfs quick label=\"win installer\"\r\n\r\n  100 percent completed\r\n\r\nDiskPart successfully formatted the volume.\r\n\r\nDISKPART&gt; assign\r\n\r\nDiskPart successfully assigned the drive letter or mount point.\r\n\r\nDISKPART&gt; exit\r\n\r\nLeaving DiskPart...<\/pre>\n<\/li>\n<li>A new Removable Disk should be showing up, named as 'win installer' with, let's say, letter <span class=\"lang:default highlight:0 decode:true  crayon-inline\">E:\\<\/span><\/li>\n<li>Go into the <span class=\"lang:default highlight:0 decode:true  crayon-inline \">boot\\<\/span>\u00a0 subfolder of where the installation files have been extracted at Step 1, in my case: <span class=\"lang:default highlight:0 decode:true crayon-inline\">cd %USERPROFILE%\\win_files\\boot<\/span><\/li>\n<li>We want to make the USB flash bootable with <span class=\"lang:default highlight:0 decode:true  crayon-inline \">E:<\/span>\u00a0 the USB drive letter from Step 5.\n<pre class=\"theme:dark-terminal lang:batch decode:true\">C:\\Users\\ticapix\\win_files\\boot&gt; bootsect.exe \/nt60 E:\r\nTarget volumes will be updated with BOOTMGR compatible bootcode.\r\n\r\nE: (\\\\?\\Volume{a91720d2-a87d-11e4-ab33-3c970e90bd43})\r\n\r\n    Successfully updated NTFS filesystem bootcode.\r\n\r\nBootcode was successfully updated on all targeted volumes.\r\n<\/pre>\n<\/li>\n<li>Copy the content of the folder from Step 1 onto the USB flash drive with xcopy\u00a0 <span class=\"lang:default highlight:0 decode:true crayon-inline\">xcopy %USERPROFILE%\\win_files\\*.* E:\\ \/E \/F \/H<\/span>The syntax is\u00a0<span class=\"lang:default highlight:0 decode:true  crayon-inline \">xcopy &lt;source&gt; &lt;destination&gt;<\/span>\u00a0 with the following options:\n<pre class=\"lang:default highlight:0 decode:true\">\/E Copies directories and subdirectories, including empty ones.\r\n\/F Displays full source and destination file names while copying.\r\n\/H Copies hidden and system files also.<\/pre>\n<\/li>\n<li>Once the copy is done, safely unplug the USB drive and boot your PC from it.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<div class='skype-share' data-href='https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/' data-lang='auto' data-style='large' data-source='WordPress' ><\/div><div style='clear:both;padding-bottom:10px;'><\/div>\n<div class=\"twitter-share\"><a href=\"https:\/\/twitter.com\/intent\/tweet?via=ticapix\" class=\"twitter-share-button\">Tweet<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>I assume that you have basic understanding of: unzipping a file, mounting an ISO file, opening the Command prompt in Administrator mode and booting your PC from an USB flash drive.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[10],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create Bootable Windows USB flash drive under Windows - Bits and Bytes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Bootable Windows USB flash drive under Windows - Bits and Bytes\" \/>\n<meta property=\"og:description\" content=\"I assume that you have basic understanding of: unzipping a file, mounting an ISO file, opening the Command prompt in Administrator mode and booting your PC from an USB flash drive.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/\" \/>\n<meta property=\"og:site_name\" content=\"Bits and Bytes\" \/>\n<meta property=\"article:published_time\" content=\"2015-03-27T14:06:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-30T09:43:44+00:00\" \/>\n<meta name=\"author\" content=\"ticapix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ticapix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/\",\"url\":\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/\",\"name\":\"Create Bootable Windows USB flash drive under Windows - Bits and Bytes\",\"isPartOf\":{\"@id\":\"https:\/\/gronlier.fr\/blog\/#website\"},\"datePublished\":\"2015-03-27T14:06:20+00:00\",\"dateModified\":\"2020-03-30T09:43:44+00:00\",\"author\":{\"@id\":\"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/9abd8d0260a4d942d7069de75446e2bc\"},\"breadcrumb\":{\"@id\":\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gronlier.fr\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create Bootable Windows USB flash drive under Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gronlier.fr\/blog\/#website\",\"url\":\"https:\/\/gronlier.fr\/blog\/\",\"name\":\"Bits and Bytes\",\"description\":\"As the default template said: &quot;Just another WordPress site&quot;\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gronlier.fr\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/9abd8d0260a4d942d7069de75446e2bc\",\"name\":\"ticapix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/94bba7228ec3665afea02078abebfa94?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/94bba7228ec3665afea02078abebfa94?s=96&d=monsterid&r=g\",\"caption\":\"ticapix\"},\"url\":\"https:\/\/gronlier.fr\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create Bootable Windows USB flash drive under Windows - Bits and Bytes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/","og_locale":"en_US","og_type":"article","og_title":"Create Bootable Windows USB flash drive under Windows - Bits and Bytes","og_description":"I assume that you have basic understanding of: unzipping a file, mounting an ISO file, opening the Command prompt in Administrator mode and booting your PC from an USB flash drive.","og_url":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/","og_site_name":"Bits and Bytes","article_published_time":"2015-03-27T14:06:20+00:00","article_modified_time":"2020-03-30T09:43:44+00:00","author":"ticapix","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ticapix","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/","url":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/","name":"Create Bootable Windows USB flash drive under Windows - Bits and Bytes","isPartOf":{"@id":"https:\/\/gronlier.fr\/blog\/#website"},"datePublished":"2015-03-27T14:06:20+00:00","dateModified":"2020-03-30T09:43:44+00:00","author":{"@id":"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/9abd8d0260a4d942d7069de75446e2bc"},"breadcrumb":{"@id":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gronlier.fr\/blog\/2015\/03\/create-bootable-win8win10-usb-flash-drive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gronlier.fr\/blog\/"},{"@type":"ListItem","position":2,"name":"Create Bootable Windows USB flash drive under Windows"}]},{"@type":"WebSite","@id":"https:\/\/gronlier.fr\/blog\/#website","url":"https:\/\/gronlier.fr\/blog\/","name":"Bits and Bytes","description":"As the default template said: &quot;Just another WordPress site&quot;","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gronlier.fr\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/9abd8d0260a4d942d7069de75446e2bc","name":"ticapix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gronlier.fr\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/94bba7228ec3665afea02078abebfa94?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/94bba7228ec3665afea02078abebfa94?s=96&d=monsterid&r=g","caption":"ticapix"},"url":"https:\/\/gronlier.fr\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/posts\/163"}],"collection":[{"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/comments?post=163"}],"version-history":[{"count":9,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/posts\/163\/revisions"}],"predecessor-version":[{"id":172,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/posts\/163\/revisions\/172"}],"wp:attachment":[{"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/media?parent=163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/categories?post=163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gronlier.fr\/blog\/wp-json\/wp\/v2\/tags?post=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}