networking:misc:wireguard_01
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| networking:misc:wireguard_01 [2021/12/31 06:34] – rplecko | networking:misc:wireguard_01 [2025/03/17 16:37] (current) – sysadmin | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Or you can do it from command prompt: | Or you can do it from command prompt: | ||
| < | < | ||
| - | > reg add HKLM\Software\WireGuard /v LimitedOperatorUI /t REG_DWORD /d 1 /f | + | reg add HKLM\Software\WireGuard /v LimitedOperatorUI /t REG_DWORD /d 1 /f |
| </ | </ | ||
| Line 25: | Line 25: | ||
| - | Add user to the group (replace " | + | Add user to the group (replace " |
| Here's the powershell code to do that (run PowerShell as administrator): | Here's the powershell code to do that (run PowerShell as administrator): | ||
| < | < | ||
| Line 31: | Line 31: | ||
| </ | </ | ||
| + | |||
| + | **HKLM\Software\WireGuard\DangerousScriptExecution** | ||
| + | |||
| + | When this key is set to DWORD(1), the tunnel service will execute the commands specified in the //PreUp, PostUp, PreDown//, and // | ||
| + | |||
| + | reg add HKLM\Software\WireGuard /v DangerousScriptExecution /t REG_DWORD /d 1 /f | ||
| + | |||
| + | |||
| + | * [[: | ||
| https:// | https:// | ||
| + | |||
networking/misc/wireguard_01.1640932475.txt.gz · Last modified: 2021/12/31 06:34 by rplecko
