Skip to content

Commit ae9eaf0

Browse files
committed
easyrsa-shell-init.sh: Remove untested instructions
Re. Windows 11; remove untested instructions related to non-admin mode. Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 39ef535 commit ae9eaf0

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

distro/windows/bin/easyrsa-shell-init.sh

+2-14
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,9 @@ access_denied() {
5151
cat << "ACCESS_DENIED_MSG"
5252
5353
To use Easy-RSA in a protected system directory, you must have
54-
elevated privileges via 'Windows User Access Control'.
55-
You can try 'run-as admin' but that may also fail.
54+
full administrator privileges via Windows User Access Control.
5655
57-
It is recommended to use Easy-RSA in your User/home directory.
58-
59-
Please try using one of the following solutions:
60-
* Use the Start Menu item: 'Start Easy-RSA Shell (Non-Admin)'
61-
* Or, in a Non-Admin command prompt window, run two commands:
62-
63-
cd '\Program Files\Openvpn\easy-rsa\'
64-
EasyRSA-Start.bat /no-admin
65-
66-
These will start EasyRSA in your user's 'home directory/easy-rsa'
67-
68-
Press enter to exit.
56+
Press Enter or CTRL-C to exit.
6957
ACCESS_DENIED_MSG
7058

7159
#shellcheck disable=SC2162

0 commit comments

Comments
 (0)