From 08528ba6f1fafb0928e18baf91f64acb58946352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Thu, 22 Feb 2024 12:32:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dbd9fa2..a69b8a7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Installation ============ 1. Copy `wireguard-mfa.exe` to `C:\Program Files\Gibon\` 2. Create the `C:\Program Files\Gibon\wg-spool\` directory and make sure users activating Wireguard tunnels have read- and write permissions to it. +3. Apply the following registry file: +``` +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\WireGuard] +"DangerousScriptExecution"=dword:00000001 +"LimitedOperatorUI"=dword:00000001 +``` Log file ========