Toastie 1 week ago
parent
commit
05020300b8
1 changed files with 12 additions and 0 deletions
  1. 12 0
      microsoft/wireguard.md

+ 12 - 0
microsoft/wireguard.md

@@ -0,0 +1,12 @@
+- Login as admin user
+- Start cmd "as administrator"
+  - run `winget install --id=WireGuard.WireGuard -e`
+  - close cmd
+- Open Wireguard from tray and import config
+  - import config
+  - name it without spaces to avoid troubles and remember the name
+  - test Connection
+  - close connection and exit wireguard in the tray
+- Start cmd "as administrator"
+  - don't reuse cmd from above as $PATH isn't updated
+  - `wireguard /installtunnelservice "c:\Program Files\WireGuard\Data\Configurations\<enter config name from above>.dpapi"`