This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:windows [2018/11/25 01:32] – external edit 127.0.0.1 | computing:windows [2024/02/17 16:40] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ------------------------------------------- | ||
| - | * **windozegarbage** | ||
| - | * **Jonathan Haack** | ||
| - | * **Haack' | ||
| - | * **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 " | ||
| - | [userconfig].ovpn | ||
| - | |||
| - | --- // | ||