Skip to content

Commit

Permalink
Readme: specify that --autostart-on-logon only needs to be passed onc…
Browse files Browse the repository at this point in the history
…e, not every time
  • Loading branch information
Aldaviva authored Oct 16, 2024
1 parent dc51fb1 commit d292102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Even if this program doesn't click the Next button (because an extra choice was
1. Run the program by double-clicking `AuthenticatorChooser.exe`.
- Nothing will appear because it's a background program with no UI, but you can tell it's running by searching for `AuthenticatorChooser` in Task Manager.
1. Register the program to run automatically on user logon with any **one** of the following techniques. Be sure to change the example path below if you chose a different installation directory in step 2.
- Run this program with the `--autostart-on-logon` argument
- Run this program once with the `--autostart-on-logon` argument
```ps1
.\AuthenticatorChooser --autostart-on-logon
```
Expand All @@ -80,4 +80,4 @@ Even if this program doesn't click the Next button (because an extra choice was
- Use `regedit.exe` interactively to go to the `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run` key, and then add a new String value with the Name `AuthenticatorChooser` and the Value `"C:\Program Files\AuthenticatorChooser\AuthenticatorChooser.exe"`.
## Demo
To test with a sample FIDO authentication prompt, visit [WebAuthn.io](https://webauthn.io) and click the **Authenticate** button.
To test with a sample FIDO authentication prompt, visit [WebAuthn.io](https://webauthn.io) and click the **Authenticate** button.

0 comments on commit d292102

Please sign in to comment.