User Tools

Site Tools


computing:windows

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
computing:windows [2019/01/14 02:19] oemb1905computing:windows [2024/02/17 16:40] (current) – removed oemb1905
Line 1: Line 1:
-------------------------------------------- 
-  * **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 [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]]. 
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2016/11/05 06:46// 
computing/windows.1547432348.txt.gz · Last modified: 2019/01/14 02:19 by oemb1905