From d995bd263a980b2e00f10c58a9d83863f6577d6e Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sun, 16 Mar 2025 04:06:31 +0530 Subject: [PATCH] Add powershell fix URL --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 912b652..196dfd9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,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 }