Up 10 Down 1

Disable password save for OpenVPN GUI

HKLM\Software\OpenVPN

disable_save_passwords

The installer sets it to 0. Change to 1 to disable the feature.
REG ADD "HKLM\Software\OpenVPN" /v "disable_save_passwords" /t REG_DWORD /d 1 /f