mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-07-13 22:01:27 -04:00
22 lines
459 B
Markdown
22 lines
459 B
Markdown
# 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).
|