Skip to content

Commit 319ee4e

Browse files
fix verbage
1 parent 2ef7f2d commit 319ee4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

functions/private/Invoke-WinUtilISOScript.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,11 @@ function Invoke-WinUtilISOScript {
188188

189189
# ── 2b. Optional: extended Storage & Network drivers from community repo ──
190190
$extDriverChoice = [System.Windows.MessageBox]::Show(
191-
"Would you like to inject extended Storage and Network drivers?`n`n" +
192-
"This clones github.com/ChrisTitusTech/storage-lan-drivers and injects all " +
193-
"drivers from that repository into the image.`n`n" +
194-
"Git will be installed via winget if it is not already present.",
191+
"Would you like to add extended Storage and Network drivers?`n`n" +
192+
"This installs EVERY Storage and Networking device driver" +
193+
"in EXISTANCE into the image. (~1000 drivers)`n`n" +
194+
"No Wireless drivers only Ethernet, use for stubborn systems " +
195+
"with unsupported NVMe or Ethernet controllers." +,
195196
"Extended Drivers", "YesNo", "Question")
196197

197198
if ($extDriverChoice -eq 'Yes') {

0 commit comments

Comments
 (0)