diff --git a/docs/content/KnownIssues.md b/docs/content/KnownIssues.md index bcf30dd6a3..228add9044 100644 --- a/docs/content/KnownIssues.md +++ b/docs/content/KnownIssues.md @@ -27,6 +27,14 @@ If you are still having issues, try using a **VPN**, or changing your **DNS prov | Cloudflare | `1.1.1.1` | `1.0.0.1` | | Google | `8.8.8.8` | `8.8.4.4` | +### Script Won't Run + +If your PowerShell session is running in **Constrained Language Mode**, some scripts and commands may fail to execute. To check the current language mode, run: +```powershell +$ExecutionContext.SessionState.LanguageMode +``` +If it returns `ConstrainedLanguage`, you may need to switch to `FullLanguage` mode or run the script in a session with administrative privileges. Be aware that some security policies may enforce Constrained Language Mode, especially in corporate or managed environments. + ### Script blocked by Execution Policy 1. Ensure you are running PowerShell as admin: Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.