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:07] – rplecko | networking:misc:wireguard_01 [2025/03/17 16:37] (current) – sysadmin | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| This allows you enable/ | This allows you enable/ | ||
| - | Here's the powershell code to do that: | + | Here's the powershell code to do that (run PowerShell as administrator): |
| < | < | ||
| Line 11: | Line 11: | ||
| </ | </ | ||
| + | |||
| + | Or you can do it from command prompt: | ||
| + | < | ||
| + | reg add HKLM\Software\WireGuard /v LimitedOperatorUI /t REG_DWORD /d 1 /f | ||
| + | </ | ||
| + | |||
| When this key is set to DWORD(1), the UI will be launched on desktops of users belonging to the Network Configuration Operators builtin group (S-1-5-32-556), | When this key is set to DWORD(1), the UI will be launched on desktops of users belonging to the Network Configuration Operators builtin group (S-1-5-32-556), | ||
| Line 18: | Line 24: | ||
| * Quitting the manager is forbidden. | * Quitting the manager is forbidden. | ||
| + | |||
| + | Add user to the group (replace " | ||
| + | Here's the powershell code to do that (run PowerShell as administrator): | ||
| < | < | ||
| Add-LocalGroupMember -Group " | Add-LocalGroupMember -Group " | ||
| </ | </ | ||
| + | |||
| + | **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.1640930868.txt.gz · Last modified: 2021/12/31 06:07 by rplecko
