You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Warning"Unmount failed (Attempt $retryCount of 4). Retrying in 5 seconds..."
446
-
Start-Sleep-Seconds 5
447
-
}
448
-
}
449
-
450
-
if (-not$unmounted) {
451
-
$msg="Failed to unmount image after 4 attempts. Please retry making the ISO. If this persists, create a support issue in the CTT Discord under Windows Utils and Support with the log file found at: $logPath"
0 commit comments