diff options
| author | Lyssa | 2025-12-26 09:02:13 +0000 |
|---|---|---|
| committer | Lyssa | 2025-12-26 09:02:13 +0000 |
| commit | a5dfe47abd6c8fcaaba62ff252dd42eabeb776b6 (patch) | |
| tree | 4061ceee2f2aa227909a8465a9782eaab87ce184 /docs/fix_powershell.md | |
| parent | 8c5f4a9fdbd7866d2529afaa8fb139c76ec292fb (diff) | |
| download | massgrave.dev-a5dfe47abd6c8fcaaba62ff252dd42eabeb776b6.zip | |
Move gravesoft pages to massgrave
Diffstat (limited to 'docs/fix_powershell.md')
| -rw-r--r-- | docs/fix_powershell.md | 21 |
1 files changed, 21 insertions, 0 deletions
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). |
