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
Copy file name to clipboardExpand all lines: functions/microwin/Invoke-MicrowinGetIso.ps1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ function Invoke-MicrowinGetIso {
77
77
if (-not$?)
78
78
{
79
79
Write-Host"Could not download the ISO file. Look at the output of the console for more information."
80
+
Write-Host"If you get an error about scripts is disabled on this system please close WinUtil and run - 'Set-ExecutionPolicy -ExecutionPolicy Unrestricted' and select 'A' and retry using MicroWin again."
0 commit comments