Page 1 of 1

Unable to connect to the vpn client service on the local computer.

Posted: Thu Jan 19, 2023 9:01 am
by wanglifu200222
When I open the vpn client, there is a prompt

I reinstall the client, but it still fails

Re: Unable to connect to the vpn client service on the local computer.

Posted: Thu Jan 19, 2023 9:44 am
by solo
Post as code the output of these commands:

Code: Select all

REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\SoftEther Project\Setup Wizard Settings" /s
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\SoftEther Project\VPN Command Line Utility" /v InstalledPath
sc query SEVPNCLIENT
"C:\Program Files\SoftEther VPN Client\vpncmd.exe" localhost /client /cmd NicList

Re: Unable to connect to the vpn client service on the local computer.

Posted: Sat Jan 28, 2023 12:50 am
by wanglifu200222
solo wrote:
Thu Jan 19, 2023 9:44 am
Post as code the output of these commands:

Code: Select all

REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\SoftEther Project\Setup Wizard Settings" /s
REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\SoftEther Project\VPN Command Line Utility" /v InstalledPath
sc query SEVPNCLIENT
"C:\Program Files\SoftEther VPN Client\vpncmd.exe" localhost /client /cmd NicList
thanks!