<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: TechUnRestricted</title>
    <description>The latest articles on DEV Community by TechUnRestricted (@techunrestricted).</description>
    <link>https://dev.to/techunrestricted</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1161327%2F1f7f291b-5c20-493b-9516-456d3cca69ba.jpg</url>
      <title>DEV Community: TechUnRestricted</title>
      <link>https://dev.to/techunrestricted</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/techunrestricted"/>
    <language>en</language>
    <item>
      <title>WinDiskWriter — creating a bootable USB with Windows on macOS</title>
      <dc:creator>TechUnRestricted</dc:creator>
      <pubDate>Sat, 16 Sep 2023 16:41:16 +0000</pubDate>
      <link>https://dev.to/techunrestricted/windiskwriter-creating-a-bootable-usb-with-windows-on-macos-4c30</link>
      <guid>https://dev.to/techunrestricted/windiskwriter-creating-a-bootable-usb-with-windows-on-macos-4c30</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2FL83hSvLy%2FWin-Disk-Writer-Long-Blank-Background.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2FL83hSvLy%2FWin-Disk-Writer-Long-Blank-Background.png" alt="WinDiskWriter Application Icon"&gt;&lt;/a&gt;&lt;/p&gt;



&lt;center&gt;&lt;h1&gt;WinDiskWriter&lt;/h1&gt;&lt;/center&gt;

&lt;p&gt;         For macOS users, making a flash drive with Windows has been a challenging task.&lt;br&gt;
         However, there is a simple solution that enables them to easily create a flash drive with Windows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqy309qf0dfg6xylm2mc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqqy309qf0dfg6xylm2mc.jpg" alt="WinDiskWriter Main Window"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;         Introducing the &lt;strong&gt;&lt;a href="https://github.com/TechUnRestricted/windiskwriter" rel="noopener noreferrer"&gt;WinDiskWriter&lt;/a&gt;&lt;/strong&gt; — an application for macOS that will allow you to &lt;strong&gt;write a bootable .iso file on your USB flash drive&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Supported Microsoft Windows Images 💿
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Windows 11&lt;/li&gt;
&lt;li&gt;Windows 10&lt;/li&gt;
&lt;li&gt;Windows 8.1&lt;/li&gt;
&lt;li&gt;Windows 8&lt;/li&gt;
&lt;li&gt;Windows 7&lt;/li&gt;
&lt;li&gt;Windows Vista&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Features ⭐️
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Writing a bootable .iso file on USB drive&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Patching Windows 11 image&lt;/strong&gt; in order to ignore the hardware requirements set by Microsoft

&lt;ul&gt;
&lt;li&gt;TPM 2.0&lt;/li&gt;
&lt;li&gt;Secure Boot&lt;/li&gt;
&lt;li&gt;Minimum Storage Capacity&lt;/li&gt;
&lt;li&gt;Minimum RAM Capacity&lt;/li&gt;
&lt;li&gt;&lt;em&gt;and others...&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Installing an &lt;strong&gt;EFI-capable boot&lt;/strong&gt; file for &lt;em&gt;Windows 7&lt;/em&gt; and &lt;em&gt;Vista&lt;/em&gt;
&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Splitting large install.wim&lt;/strong&gt; file in order to fit onto &lt;em&gt;FAT32 filesystem&lt;/em&gt;
&lt;/li&gt;

&lt;li&gt;Advanced progress tracking&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Wide compatibility&lt;/strong&gt; starting from &lt;em&gt;Mac OS X 10.6&lt;/em&gt; and ending with the latest version of macOS at the time of writing — &lt;em&gt;14.0 Sonoma&lt;/em&gt;
&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  What was the problem initially? 🤔
&lt;/h2&gt;

&lt;p&gt;         Starting with Windows 8, Microsoft has simplified the process of preparing USB devices for booting in UEFI mode with the installer of their operating system.&lt;br&gt;
         For a long time, everything was good and convenient — macOS users only had to format their USB flash drive in FAT32 and transfer data from the .iso image to it.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxp27taqb48ap36be93tp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxp27taqb48ap36be93tp.png" alt="Can't copy an install.wim file due to the FAT32 limitations"&gt;&lt;/a&gt;&lt;br&gt;
         However, starting with a certain version of Windows 10, one of the &lt;em&gt;installation files has become larger than 4GB&lt;/em&gt;, which is simply incompatible with the FAT32 file system, which is used to boot in UEFI mode.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fekahs2z61cexvok8249y.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fekahs2z61cexvok8249y.jpg" alt="Windows 11 hardware requirements"&gt;&lt;/a&gt;&lt;br&gt;
         A challenge that arose with Windows 11 was the hardware requirement imposed by Microsoft, which included a &lt;strong&gt;TPM 2.0 chip&lt;/strong&gt;, &lt;strong&gt;enabled Secure Boot&lt;/strong&gt; and some other things such as installed RAM.&lt;/p&gt;

&lt;h2&gt;
  
  
  And here is the solution! 😉
&lt;/h2&gt;

&lt;p&gt;         I have developed software that solves the problem of writing installation flash drives on macOS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1x6vud2064wqpl9d03jw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1x6vud2064wqpl9d03jw.png" alt="WinDiskWrite GitHub Page"&gt;&lt;/a&gt;&lt;br&gt;
        &lt;a href="https://github.com/TechUnRestricted/windiskwriter" rel="noopener noreferrer"&gt;&lt;strong&gt;WinDiskWriter&lt;/strong&gt;&lt;/a&gt; works with 64-bit Windows images, which are compatible with the EFI standard.&lt;/p&gt;

&lt;h3&gt;
  
  
  All you need is:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;macOS 10.6+&lt;/li&gt;
&lt;li&gt;USB drive&lt;/li&gt;
&lt;li&gt;Windows.iso (or directory with extracted content)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  From this point on, everything should be fairly clear, right? 🤔
&lt;/h2&gt;

&lt;p&gt;Yeah, I think so. Anyways...&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Download the latest &lt;a href="https://github.com/TechUnRestricted/windiskwriter/releases" rel="noopener noreferrer"&gt;release&lt;/a&gt; of WinDiskWriter&lt;/strong&gt;
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm8e1njm2fq42z010v2t4.png" alt="WinDiskWriter GitHub Release Page"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run WinDiskWriter&lt;/strong&gt;
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbbpqf090eqsmiop9f0o0.png" alt="WinDiskWriter Main Window"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configure&lt;/strong&gt;

&lt;ol&gt;
&lt;li&gt;Choose your Windows.iso&lt;/li&gt;
&lt;li&gt;Select your target USB device&lt;/li&gt;
&lt;li&gt;Switch the "Patch installer requirements" toggle in order to bypass Windows 11 hardware requirements&lt;/li&gt;
&lt;li&gt;Click on "Start"&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Hooray? Yes, if everything went well and the program notified you about it&lt;/strong&gt;
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdezh9p96oc15y8yjb8y.png" alt="WinDiskWriter Write Success"&gt;
&lt;/li&gt;

&lt;/ol&gt;

&lt;h2&gt;
  
  
  So, what's next? 😳
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;That's it 👍.&lt;/strong&gt;&lt;br&gt;
        Safely remove the USB device and &lt;strong&gt;boot&lt;/strong&gt; &lt;strong&gt;in&lt;/strong&gt; &lt;strong&gt;UEFI mode&lt;/strong&gt; on your PC.&lt;br&gt;
        The booting and installation of Windows should be successful if there were no problems during the writing of the flash drive.&lt;br&gt;
        In any case, if something has gone wrong, be sure to let me know about it in &lt;a href="https://github.com/TechUnRestricted/windiskwriter/issues" rel="noopener noreferrer"&gt;Issues&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>software</category>
      <category>macos</category>
      <category>windows</category>
      <category>bootable</category>
    </item>
  </channel>
</rss>
