Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How create a desktop shortcut? #71

Open
Uploadsgit opened this issue May 13, 2024 · 2 comments
Open

How create a desktop shortcut? #71

Uploadsgit opened this issue May 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@Uploadsgit
Copy link

Hi! this client is insane congrats!

but is possible make a shortcut with credentials to autologin? thanks mate and have nice day :)

@tksh164
Copy link
Owner

tksh164 commented May 26, 2024

Thank you @Uploadsgit for using Alter and feedback.

Difficult to create a shortcut because the current version of Alter does not support any command-line options. But the next release of Alter will support it then, can create a shortcut. Stay tuned👍

@tksh164
Copy link
Owner

tksh164 commented Jun 15, 2024

Hi @Uploadsgit, Alter v0.5.0 supports command-line options now. So, you can create shortcuts with auto-login.

Command-line options:

Alter.exe [-host:<RemoteHost>] [-port:<Port>] [-username:<UserName>] [-title:<Title>] [-autoconnect]
  • -host - Specify the remote host's DNS name or IP address to which you want to connect.

    • Example: -host:host1.example.com
    • Example: -host:198.51.100.123
  • -port - Specify the remote port to which you use to connect. Use the default port (3389) if not specified.

    • Example: -port:12345
  • -username - Specify the user name that you want to use to connect to the remote host. Enclose the user name in double quotes if it has whitespaces.

    • Example: -username:UserName
    • Example: -username:"User Name"
  • -title - Specify the title for the connection. Enclose the title in double quotes if it has whitespaces.

    • Example: -title:JumpboxServer
    • Example: -title:"Jumpbox Server"
  • -autoconnect - If specify this option, will automatically start the connection.

Also, Alter does not store any credentials because it is not easy to store safely. However, Windows can store your credentials safely. That is easy, just check the Remember me at the first time. Then you can skip enter credentials next time.

image

@tksh164 tksh164 self-assigned this Jun 15, 2024
@tksh164 tksh164 added enhancement New feature or request question Further information is requested and removed enhancement New feature or request labels Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants