In order to use express VPN I first need to 100% exit the program and then open task manager.
In task manager I have to make sure I end all tasks that start with expressvpn in the task name.
I can then start the program again and it works as intended.
I wanted to see if I could just disable startup on boot and that didn’t fix the issue ether in fact I learned that even though in task scheduler and task manager all things concerning ExpressVPN are disabled there are 3 processes in task manager that still load up on boot.
All processes are within the following folderC:\Program Files (x86)\ExpressVPN\services\
ExpressVPN.AppService.exe
ExpressVPN.SystemService.exe
ExpressVPN.VpnService.exe
in order to get express vpn to function I HAVE to exit out of those processes. Probs going to set up a AHK script to do it for me later if nobody can tell me how to resolve the issue.
oh also, no reinstalling did NOT fix the issue it comes back after reboot every time.
Edit: after using a tool called AutoRuns I found out that the processes are actually services. I changed it so that they start manually so that they only run when express vpn tells them to. I think I had them on auto and that caused them to run on startup, causing the issue.