From ed5ec52767f3db210cfeffae8adae3a53b03c125 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 25 Feb 2026 16:08:18 -0600 Subject: [PATCH] fix syntax error --- functions/private/Invoke-WinUtilISOScript.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/private/Invoke-WinUtilISOScript.ps1 b/functions/private/Invoke-WinUtilISOScript.ps1 index f0010434..ccf3549d 100644 --- a/functions/private/Invoke-WinUtilISOScript.ps1 +++ b/functions/private/Invoke-WinUtilISOScript.ps1 @@ -189,10 +189,10 @@ function Invoke-WinUtilISOScript { # ── 2b. Optional: extended Storage & Network drivers from community repo ── $extDriverChoice = [System.Windows.MessageBox]::Show( "Would you like to add extended Storage and Network drivers?`n`n" + - "This installs EVERY Storage and Networking device driver" + + "This installs EVERY Storage and Networking device driver " + "in EXISTANCE into the image. (~1000 drivers)`n`n" + "No Wireless drivers only Ethernet, use for stubborn systems " + - "with unsupported NVMe or Ethernet controllers." +, + "with unsupported NVMe or Ethernet controllers.", "Extended Drivers", "YesNo", "Question") if ($extDriverChoice -eq 'Yes') {