Windows 10 and Windows 8
- In Search, search for and then select: System (Control Panel)
- Click the Advanced system settings link.
- Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the
PATH
environment variable does not exist, clickNew
. - In the Edit System Variable (or New System Variable) window, specify the value of the bin folder in the OpenVPN installation location, by default, it is C:\Program Files\OpenVPN\bin. Click OK. Close all remaining windows by clicking OK.
- Reopen Command prompt window, and run this command to check if OpenVPN works:
openvpn --version.
Windows 7
- From the desktop, right click the Computer icon.
- Choose Properties from the context menu.
- Click the Advanced system settings link.
- Click Environment Variables. In the section System Variables, find the
PATH
environment variable and select it. Click Edit. If thePATH
environment variable does not exist, clickNew
. - In the Edit System Variable (or New System Variable) window, specify the value of the specify the value of the bin folder in the openvpn installation location, by default it is C:\Program Files\OpenVPN\bin. Click OK. Close all remaining windows by clicking OK.
- Reopen Command prompt window, and run this command to check if openvpn works:
openvpn --version