diff --git a/functions/private/Invoke-WinUtilISOUSB.ps1 b/functions/private/Invoke-WinUtilISOUSB.ps1 index 369a8558..61820f91 100644 --- a/functions/private/Invoke-WinUtilISOUSB.ps1 +++ b/functions/private/Invoke-WinUtilISOUSB.ps1 @@ -136,6 +136,7 @@ function Invoke-WinUtilISOWriteUSB { @( "select disk $diskNum" $createPartitionCommand + "select partition 1" "format quick fs=fat32 label=`"$volLabel`"" "exit" ) | Set-Content -Path $dpFile2 -Encoding ASCII