|
@@ -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"`
|