Page 1 of 1

how to copy Current Connection when copy is Disabled

Posted: Sat Oct 19, 2024 4:16 am
by Magnetar
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

Re: how to copy Current Connection when copy is Disabled

Posted: Sat Oct 19, 2024 5:17 am
by solo
It could help in this case - please reply there.