diff options
| author | WindowsAddict | 2025-03-15 22:36:31 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-03-15 22:36:31 +0000 |
| commit | d995bd263a980b2e00f10c58a9d83863f6577d6e (patch) | |
| tree | 0dd924e0387a9103fff8d91586597e9f2e93dea4 /index.html | |
| parent | f34d7c38216354a9f310c1dee41bd2bbf95fa101 (diff) | |
| download | massgravel.github.io-d995bd263a980b2e00f10c58a9d83863f6577d6e.zip | |
Add powershell fix URL
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
