fixed second driver didn't get installed

on Windows Server 2016 and older the second driver wasn't installed with
option -Driver both. This was fixed
This commit is contained in:
frankbartkewitz
2026-06-30 21:02:45 +02:00
parent 945001ee39
commit d6f5467391
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -629,7 +629,7 @@ public class ConfigManager {
Write-Host "`nManual removal required:" -ForegroundColor Cyan
Write-Host "- Device Manager: devmgmt.msc -> Uninstall $($drv.DeviceDesc)" -ForegroundColor Gray
Write-Host "- devcon.exe: devcon remove ROOT\\$($drv.Name.ToUpper())\0000" -ForegroundColor Gray
return
continue
}
Write-Host "`nStep 1: Finding VirtIO phantom devices..." -ForegroundColor Yellow