mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2026-07-16 01:51:08 +00:00
Add powershell fix URL
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user