...
Close Azure VPN.
Open a command prompt as Admin.
Right click the Start button and choose “Run.”
...
Type cmd into the box and then press Ctrl+Shift+Enter on your keyboard. Do NOT click the OK button.
...
You should see a command prompt window that says Administrator in the title bar. Type the following and press enter after each line:
sc config wanarp start= auto
sc start wanarp
...