User Tools

Site Tools


computing:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
computing:windows [2016/11/05 06:25] – created oemb1905computing:windows [2019/01/14 02:19] oemb1905
Line 1: Line 1:
-#windows_garbage +------------------------------------------- 
-#netcmnd@jonathanhaack.com+  * **windozegarbage**  
 +  * **Jonathan Haack** 
 +  * **Haack's Networking** 
 +  * **netcmnd@jonathanhaack.com** 
 + 
 +------------------------------------------- 
 + 
 +openVPN script Jason developed to bypass gui unreliability 
 + 
 +  @echo off 
 +  net session >nul 2>&
 +  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 [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]]. 
 + 
 + --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46//