Difference between revisions of "OpenVPN Startup"

From BTGuard Wiki
Jump to: navigation, search
Line 8: Line 8:
 
   <p>
 
   <p>
 
== How To Run and AutoConnect OpenVPN GUI when Windows Starts ==
 
== How To Run and AutoConnect OpenVPN GUI when Windows Starts ==
 +
<br/><br/>
 +
Prerequisite: <br/>
 +
- Your password must already be saved using [[Save_Password_in_OpenVPN|this method]].<br/>
 
<br/>
 
<br/>
Prerequisite:
+
1. Hit the Windows key and type in '''schedule''' to open the '''Task Scheduler'''. <br/>
- Your password must already be saved using [[Save_Password_in_OpenVPN|this method]]
+
- Sometimes UAC (User Account Control) must be disabled
+
 
   </p>
 
   </p>
 
  </div>
 
  </div>
Line 26: Line 27:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
2. Click on '''Action''' then '''Create Task...'''.
 
<br/>
 
<br/>
 
   </p>
 
   </p>
Line 42: Line 43:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
3. Give a name to the task and make sure to check '''Run with highest privileges'''.
 
<br/>
 
<br/>
 
   </p>
 
   </p>
Line 58: Line 59:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
4. Go to the '''Triggers''' tab and hit '''New...'''<br/>
 +
5. Select Begin the task: '''At Log on''' then hit '''OK'''.<br/>
 
<br/>
 
<br/>
 
   </p>
 
   </p>
Line 74: Line 76:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
6. Go to the '''Actions''' tab and hit '''New...'''.<br/>
 +
7. Hit '''Browse...''' and Locate the '''openvpn-gui.exe''' file which should be in ''C:\Program Files\OpenVPN\bin\openvpn-gui.exe''.<br/>
 +
8. Copy '''--connect "BTGuard (Fastest).ovpn"''' into the ''''Add arguments (optional):''' Field then hit '''OK'''.<br/>
 
<br/>
 
<br/>
 +
''Note that you need to replace "BTGuard (Fastest).ovpn" with one of the file names found in "C:\Program Files\OpenVPN\config" if you have made some changes in the config files or are using the CA or EU config files.''
 
   </p>
 
   </p>
 
  </div>
 
  </div>
Line 90: Line 95:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
9. Go to the '''Conditions''' tab and make sure all settings are as shown on the left.
 
<br/>
 
<br/>
 
   </p>
 
   </p>
Line 106: Line 111:
 
  <div class="right">
 
  <div class="right">
 
   <p>
 
   <p>
 
+
10. Go to the '''Settings''' tab and make sure all settings are as shown on the left.<br/>
 +
11. Hit '''OK'' and you're done. <br/>
 +
<br/>
 +
Restart your computer and OpenVPN GUI should open and automatically connect to the server you selected. <br/>
 
<br/>
 
<br/>
 
   </p>
 
   </p>

Revision as of 11:56, 29 October 2013

openvpn_start_1.png

How To Run and AutoConnect OpenVPN GUI when Windows Starts



Prerequisite:
- Your password must already be saved using this method.

1. Hit the Windows key and type in schedule to open the Task Scheduler.


openvpn_start_2.png

2. Click on Action then Create Task....


openvpn_start_3.png

3. Give a name to the task and make sure to check Run with highest privileges.


openvpn_start_4.png

4. Go to the Triggers tab and hit New...
5. Select Begin the task: At Log on then hit OK.


openvpn_start_5.png

6. Go to the Actions tab and hit New....
7. Hit Browse... and Locate the openvpn-gui.exe file which should be in C:\Program Files\OpenVPN\bin\openvpn-gui.exe.
8. Copy --connect "BTGuard (Fastest).ovpn" into the 'Add arguments (optional): Field then hit OK.

Note that you need to replace "BTGuard (Fastest).ovpn" with one of the file names found in "C:\Program Files\OpenVPN\config" if you have made some changes in the config files or are using the CA or EU config files.


openvpn_start_6.png

9. Go to the Conditions tab and make sure all settings are as shown on the left.


openvpn_start_7.png

10. Go to the Settings tab and make sure all settings are as shown on the left.
11. Hit 'OK and you're done.

Restart your computer and OpenVPN GUI should open and automatically connect to the server you selected.







"C:\Program Files\OpenVPN\bin\openvpn-gui.exe" --connect "BTGuard (Fastest).ovpn"



Please follow these instructions to have OpenVPN automatically start and connect when you start your computer.

- Locate the OpenVPN GUI shortcut, then right click and hit Properties.

- Add this line in Target: --connect "vpn.btguard.ovpn"

So it looks like this:

Target: "C:\Program Files\OpenVPN\bin\openvpn-gui.exe" --connect "vpn.btguard.ovpn"

Note that you need to replace "vpn.btguard.ovpn" with one of the filenames found in "C:\Program Files\OpenVPN\config" if you have made some changes in the config files or are using the CA or EU config files.

If you don't have administrator privileges yourself, you'll also need to click "Advanced" and enable the shortcut to run with administrator privileges. (REQUIRED FOR WINDOWS VISTA / 7 / 8).

Close the VPN if it's running and double-click your new shortcut to see if it works properly.

The VPN should connect automatically now.


- Move the shortcut to the Startup folder:

Right-click the Start button and choose "Explore".

Navigate to "Start Menu" -> "Programs" -> "Startup".