From 319ee4e55519d9498f53bb26c03413d7f0f8b1c6 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 25 Feb 2026 16:02:16 -0600 Subject: [PATCH] fix verbage --- functions/private/Invoke-WinUtilISOScript.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/functions/private/Invoke-WinUtilISOScript.ps1 b/functions/private/Invoke-WinUtilISOScript.ps1 index fd838b63..f0010434 100644 --- a/functions/private/Invoke-WinUtilISOScript.ps1 +++ b/functions/private/Invoke-WinUtilISOScript.ps1 @@ -188,10 +188,11 @@ function Invoke-WinUtilISOScript { # ── 2b. Optional: extended Storage & Network drivers from community repo ── $extDriverChoice = [System.Windows.MessageBox]::Show( - "Would you like to inject extended Storage and Network drivers?`n`n" + - "This clones github.com/ChrisTitusTech/storage-lan-drivers and injects all " + - "drivers from that repository into the image.`n`n" + - "Git will be installed via winget if it is not already present.", + "Would you like to add extended Storage and Network drivers?`n`n" + + "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." +, "Extended Drivers", "YesNo", "Question") if ($extDriverChoice -eq 'Yes') {