Skip to content

Instantly share code, notes, and snippets.

@vyach-vasiliev
Created December 23, 2024 07:19
Show Gist options
  • Save vyach-vasiliev/5b8c3da8a451cebf47f210a69a37a9e4 to your computer and use it in GitHub Desktop.
Save vyach-vasiliev/5b8c3da8a451cebf47f210a69a37a9e4 to your computer and use it in GitHub Desktop.
Error of WireGuard Client (Scripts: disabled, per policy/Скрипты: отключено, по политике)

Fix for running scripts (ex. PostUp, PostDown) in WireGuard Client for Windows OS 10 and above.

reg add HKLM\Software\WireGuard /v DangerousScriptExecution /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment