{"id":5163,"date":"2025-05-20T09:53:53","date_gmt":"2025-05-20T09:53:53","guid":{"rendered":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?page_id=5163"},"modified":"2025-07-11T08:42:04","modified_gmt":"2025-07-11T08:42:04","slug":"windows-7-installation-adding-usb-3-0-sata-drivers","status":"publish","type":"page","link":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/","title":{"rendered":"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers."},"content":{"rendered":"\n<p>5th February, 2017<\/p>\n\n\n\n<p>There is a wealth of information about how add USB3 and SATA drivers to a Windows 7 install drive. I&#8217;ve used the&nbsp;<a href=\"https:\/\/dismgui.codeplex.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">DISM GUI<\/a>&nbsp;successfully in the past. However this tip explains the trouble I had today and a solution that may work for you too.<\/p>\n\n\n\n<p>For the record, this was for a &#8220;Kaby Lake&#8221; system, with a Core i5-7500 with a Z270 motherboard. At the time of writing this tip, there were suggestions that Windows 7 may not install on Kaby Lake. It&#8217;s not true, Windows 7 installs and runs just fine. Gigabyte \/ Intel have published drivers, so no problem.<\/p>\n\n\n\n<p>In my case DISM kept saying:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Searching for driver packages to install...\nFound 1 driver package(s) to install.\nInstalling 1 of 1 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x86\\iusb3hub.inf: Error - An error occurred. The driver package could not be installed. \nFor more information, check for log files in the &lt;windir&gt;\\inf folder of the target image.\n\nError: 5\n\nAccess is denied.\n\nThe DISM log file can be found at C:\\Windows\\Logs\\DISM\\dism.log\n<\/pre>\n\n\n\n<p>The dism.log isn&#8217;t helpful, instead the &#8220;C:\\wim\\mount\\Windows\\inf\\setupapi.offline.log&#8221; log file is a little more forthcoming, including unpleasant messages like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">     flq:                CopyFile: 'C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x86\\iusb3hub.cat'\n     flq:                      to: 'C:\\wim\\mount\\Windows\\System32\\DriverStore\\FileRepository\\iusb3hub.inf_amd64_neutral_519959c4326f1976\\SET4BAC.tmp'\n!!!  flq:                CopyFile: FAILED!\n!!!  flq:                Error 5: Access is denied.\n<\/pre>\n\n\n\n<p>The reason and solution are both simple. The reason was mentioned on&nbsp;<a href=\"http:\/\/www.deployvista.com\/Blog\/tabid\/70\/EntryID\/134\/language\/sv-SE\/Default.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">this blog<\/a>, namely the driver files being&nbsp;<strong>BLOCKED<\/strong>, ie:<br><img loading=\"lazy\" decoding=\"async\" width=\"742\" height=\"676\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png\" alt=\"Blocked driver file\"><\/p>\n\n\n\n<p>Wow, I never realised an .inf file could be blocked. In my case&nbsp;<strong>ALL<\/strong>&nbsp;of the driver files were blocked. Boo!<\/p>\n\n\n\n<p>The fix is simple, go back to the zip file with the drivers you downloaded, right click the zip file and&nbsp;<strong>UNBLOCK<\/strong>&nbsp;it. Yeah, the .zip itself is blocked. After unblocking extract all the files and you&#8217;ll discover none of the files are now blocked. DISM will now be able to install, no problem, eg:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Searching for driver packages to install...\nFound 6 driver package(s) to install.\nInstalling 1 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\HCSwitch\\x64\\iusb3hcs.inf: The driver package was successfully installed.\nInstalling 2 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\HCSwitch\\x86\\iusb3hcs.inf: The driver package was successfully installed.\nInstalling 3 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x64\\iusb3hub.inf: The driver package was successfully installed.\nInstalling 4 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x64\\iusb3xhc.inf: The driver package was successfully installed.\nInstalling 5 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x86\\iusb3hub.inf: The driver package was successfully installed.\nInstalling 6 of 6 - C:\\downloads\\Intel_USB3_50032_Win7_32_64\\Win7\\Drivers\\Win7\\x86\\iusb3xhc.inf: The driver package was successfully installed.\nThe operation completed successfully.\n<\/pre>\n\n\n\n<p>Make sure you close all instances of Windows Explorer, otherwise DISM may complain saying &#8220;The directory could not be completely unmounted.&#8221;. This isn&#8217;t a problem but it is a pain as with this error you&#8217;ll have to choose a different mount directory each time.<\/p>\n\n\n\n<p>As a side note, during Windows 7 install boot, Windows was displeased by the Samsung NVMe driver version 1.4.7.17, saying the nvme.sys was &#8220;missing or corrupt&#8221;. Starting over with DISM and using version 1.4.7.6 of the Samsung NVMe driver made Windows 7 happy.<\/p>\n\n\n\n<p>Files used:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/mb_driver_intel_bootdisk_irst_64_200series.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Intel SATA Preinstall Driver v15.2.0.1020<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/mb_driver_intel_usb3_200series_w7.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Intel USB3 Driver v5.0.0.32<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/samsung_pcie_1.4.7.6.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Samsung NVMe Driver v1.4.7.6<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/dism_gui.zip\" target=\"_blank\" rel=\"noreferrer noopener\">DISM GUI<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/win7-usb3.0-creator-readme-v3.pdf.zip\" target=\"_blank\" rel=\"noreferrer noopener\">DISM GUI Instructions v3.0<\/a><\/li>\n<\/ul>\n\n\n\n<p>External Links:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/dismgui.codeplex.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">DISM GUI<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/www.gigabyte.us\/Motherboard\/GA-Z270M-D3H-rev-10#support-dl\" target=\"_blank\" rel=\"noreferrer noopener\">Gigabyte GA-Z270M-D3H Drivers<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/rufus.akeo.ie\/\" target=\"_blank\" rel=\"noreferrer noopener\">Rufus (for creating a bootable USB drive)<\/a><\/li>\n<\/ul>\n\n\n\n<p><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/hottips\/\">More hot tips&#8230;<\/a><\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>5th February, 2017 There is a wealth of information about how add USB3 and SATA drivers to a Windows 7 install drive. I&#8217;ve used the&nbsp;DISM&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5163","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls\" \/>\n<meta property=\"og:description\" content=\"5th February, 2017 There is a wealth of information about how add USB3 and SATA drivers to a Windows 7 install drive. I&#8217;ve used the&nbsp;DISM...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/\" \/>\n<meta property=\"og:site_name\" content=\"SPLat Controls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-11T08:42:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/\",\"name\":\"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls\",\"isPartOf\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png\",\"datePublished\":\"2025-05-20T09:53:53+00:00\",\"dateModified\":\"2025-07-11T08:42:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png\",\"width\":742,\"height\":676},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"name\":\"SPLat Controls\",\"description\":\"OEM Embedded Machine Controllers\",\"publisher\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\",\"name\":\"SPLat Controls\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"caption\":\"SPLat Controls\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls","og_description":"5th February, 2017 There is a wealth of information about how add USB3 and SATA drivers to a Windows 7 install drive. I&#8217;ve used the&nbsp;DISM...","og_url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/","og_site_name":"SPLat Controls","article_modified_time":"2025-07-11T08:42:04+00:00","og_image":[{"url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/","name":"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers. - SPLat Controls","isPartOf":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage"},"thumbnailUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png","datePublished":"2025-05-20T09:53:53+00:00","dateModified":"2025-07-11T08:42:04+00:00","breadcrumb":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#primaryimage","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/05\/image1.png","width":742,"height":676},{"@type":"BreadcrumbList","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/windows-7-installation-adding-usb-3-0-sata-drivers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/"},{"@type":"ListItem","position":2,"name":"Windows 7 installation: Adding USB 3.0 &amp; SATA drivers."}]},{"@type":"WebSite","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","name":"SPLat Controls","description":"OEM Embedded Machine Controllers","publisher":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization","name":"SPLat Controls","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","caption":"SPLat Controls"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/comments?post=5163"}],"version-history":[{"count":3,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5163\/revisions"}],"predecessor-version":[{"id":6198,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/pages\/5163\/revisions\/6198"}],"wp:attachment":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/media?parent=5163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}