summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorWindowsAddict2025-03-15 22:36:31 +0000
committerWindowsAddict2025-03-15 22:36:31 +0000
commitd995bd263a980b2e00f10c58a9d83863f6577d6e (patch)
tree0dd924e0387a9103fff8d91586597e9f2e93dea4 /index.html
parentf34d7c38216354a9f310c1dee41bd2bbf95fa101 (diff)
downloadmassgravel.github.io-d995bd263a980b2e00f10c58a9d83863f6577d6e.zip
Add powershell fix URL
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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
}