|
From: debbie10t <deb...@gm...> - 2017-02-20 17:32:55
|
On 20/02/17 16:36, Samuli Seppänen wrote: > On 20/02/2017 17:09, Samuli Seppänen wrote: >> >> Debbie10t: can you launch Powershell and issue >> >> Get-WMIObject -Class win32_service -Filter "Name='OpenVPNService'" >> >> With default settings it should output this: >> >> ExitCode : 0 >> Name : OpenVpnService >> ProcessId : 0 >> StartMode : Manual >> State : Stopped >> Status : Ok >> >> If "StartMode" is truly set to Manual, yet after a reboot "State" says >> "Running", then we have a genuine problem. >> > > Could you run the above Get-WMIObject command just in case? That would > help rule out the possibility that the graphical UI is confused about > the StartupType of OpenVpnService. > (Knowing about Windows Faststart #804) Stop running openvpnserv2 + openvpn.exe REBOOT Result of powershell: ExitCode: 0 Name: OpenVPNService ProcessID: 2324 StartMode: Manual State: Running Status: OK Weird ? Thanks for your help :) Regards |