Changes between Version 1 and Version 2 of Ticket #901, comment 1


Ignore:
Timestamp:
06/06/17 19:01:48 (7 years ago)
Author:
tct
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #901, comment 1

    v1 v2  
    10102) `powershell -Command "Start-Process cmd -Verb RunAs administrator"`
    1111
    12 This opens UAC and asks for local Administrator Password and runs an elevated privileges cmd prompt (although, it is not without it's own particular brand of ''Windows eccentricity'', try it yourself for example).
     12This opens UAC and asks for local Administrator Password and runs an elevated privileges cmd prompt (although, it is not without it's own particular brand of ''Windows eccentricity'', try it yourself for example). Running openvpn from command line in this elevated window works correctly (according to my tests on W10 .. just remember M$ like to screw with things .. )
    1313
    1414Integrating option 2. above ''appears'' to be a viable solution.