File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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' ) {
You can’t perform that action at this time.
0 commit comments