how to copy Current Connection when copy is Disabled

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Magnetar
Posts: 4
Joined: Sat Aug 10, 2024 3:35 am

how to copy Current Connection when copy is Disabled

Post by Magnetar » Sat Oct 19, 2024 4:16 am

After connecting to VPN servers through Public VPN Relay Servers plugin, you can no longer make a copy of the connection due to Disabled Copy Menu(Disabled Copy btn.jpg attachment). This batch file helps you to create a copy of the connection in the program. Enter the following commands in a file with the .bat extension. Save and whenever you need to make a copy of the current connection (Connected), make a copy of the connection by right-clicking on the file and run as Administrator .This file helps to be able to always connect to a server, or to save connections that are active and powerful, or to some extent, to always use a fixed IP address.

Save these four lines in a batch file

rem Del "C:\Program Files\SoftEther VPN Client\Exported.vpn"
vpncmd /client localhost /cmd AccountExport "VPN Gate Connection" /SAVEPATH:"Exported.vpn"
vpncmd /client localhost /cmd AccountImport "Exported.vpn"
pause

simple and usefull to save Favorite Servers
You do not have the required permissions to view the files attached to this post.

solo
Posts: 1614
Joined: Sun Feb 14, 2021 10:31 am

Re: how to copy Current Connection when copy is Disabled

Post by solo » Sat Oct 19, 2024 5:17 am

It could help in this case - please reply there.

Post Reply