From 3bb188125491efd9e53b2859054d5134e01a6cd4 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 4 Sep 2024 23:33:40 +0200 Subject: [PATCH] update microwin wiki link (#2670) - update wiki link to docs link - change write error to write host for this message, bc write-host has "more support" for links, the color stays red --- functions/public/Invoke-WPFGetIso.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/public/Invoke-WPFGetIso.ps1 b/functions/public/Invoke-WPFGetIso.ps1 index 9a0b7455..31a37e4f 100644 --- a/functions/public/Invoke-WPFGetIso.ps1 +++ b/functions/public/Invoke-WPFGetIso.ps1 @@ -114,7 +114,7 @@ function Invoke-WPFGetIso { # @ChrisTitusTech please copy this wiki and change the link below to your copy of the wiki Write-Error "Failed to mount the image. Error: $($_.Exception.Message)" Write-Error "This is NOT winutil's problem, your ISO might be corrupt, or there is a problem on the system" - Write-Error "Please refer to this wiki for more details https://github.com/ChrisTitusTech/winutil/blob/main/wiki/Error-in-Winutil-MicroWin-during-ISO-mounting%2Cmd" + Write-Host "Please refer to this wiki for more details: https://christitustech.github.io/winutil/KnownIssues/#troubleshoot-errors-during-microwin-usage" -ForegroundColor Red Set-WinUtilTaskbaritem -state "Error" -value 1 -overlay "warning" return }