From a5dfe47abd6c8fcaaba62ff252dd42eabeb776b6 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Fri, 26 Dec 2025 13:02:13 +0400 Subject: Move gravesoft pages to massgrave --- docs/fix_powershell.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/fix_powershell.md (limited to 'docs/fix_powershell.md') diff --git a/docs/fix_powershell.md b/docs/fix_powershell.md new file mode 100644 index 0000000..91292b6 --- /dev/null +++ b/docs/fix_powershell.md @@ -0,0 +1,21 @@ +# Fix PowerShell + +Scripts may show an error related to Powershell not working. + +--- + +## ConstrainedLanguage + +- If the script is showing `ConstrainedLanguage` in error output then open the command prompt as admin and enter, + +``` +reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v "__PSLockdownPolicy" /f +``` + +- Retry the script, the error should be fixed. + +--- + +## Other Errors + +Please connect with us [here](troubleshoot.md). -- cgit v1.2.3