User Tools

Site Tools


computing:windows

This is an old revision of the document!



  • windozegarbage
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

openVPN script Jason developed to bypass gui unreliability

@echo off
net session >nul 2>&1
if %errorLevel% == 0 (
    echo Success: Administrative permissions confirmed.
) else (
    echo Failure: Please right click and "Run as administrator"
pause
exit 0
 )
cd "c:\Program Files\OpenVPN\config\" && "c:\Program Files\OpenVPN\bin\openvpn.exe 
[userconfig].ovpn

This tutorial is a designated “Invariant Section” of the “Technotronic” section of Haack's Wiki as described on the Start Page.

oemb1905 2016/11/05 06:46

computing/windows.1547432348.txt.gz · Last modified: 2019/01/14 02:19 by oemb1905