Azure VPN client “Operation Canceled by user”

Try the following in the order.

Method1:

Open CMD as Admin in the affected client. Run,Copy

sc config wanarp start= auto
sc start wanarp

In case the above does not help, Method2,

Open elevated command prompt on the client

Run, netsh int ip reset

Reboot the client.

https://learn.microsoft.com/en-us/answers/questions/1298950/azure-vpn-client-operation-canceled-by-user

Leave a Comment