From 20047ea33d9354c7d89489361d82421fa0e1875f Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sun, 16 Mar 2025 04:05:55 +0530 Subject: [PATCH] Add powershell fix URL --- static/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/get.ps1 b/static/get.ps1 index 6ccd537..f0f2b64 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -9,7 +9,7 @@ $troubleshoot = 'https://massgrave.dev/troubleshoot' if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) { $ExecutionContext.SessionState.LanguageMode Write-Host "Windows PowerShell is not running in Full Language Mode." - Write-Host "Help - $troubleshoot" -ForegroundColor White -BackgroundColor Blue + Write-Host "Help - https://gravesoft.dev/fix_powershell" -ForegroundColor White -BackgroundColor Blue return }