Step-by-step tutorials to help you get started with AskLink and master advanced features efficiently.
Reach out to our team anytime for questions, support, or partnership inquiries.
Learn more about AskLink's mission, vision, and the team behind the product.
Join our affiliate program and earn commissions by referring new customers.
AskLink supports a rich command line, enabling bulk configuration, unified policies, and continuous operations. It suits automation, unattended, or standardized deployment scenarios.
Command:
D:\AskLink-Beta-Installer-v4.0.0.13-x64-20250412-2322.exe
Replace the path with the actual installer path to avoid installation failures.
Command:
\\192.168.1.100\AskLink-Beta-Installer-v4.0.0.13-x64-20250412-2322.exe
Ensure all devices have read permission to the shared path.
You can use the /VERYSILENT parameter for silent installation.
AskLink must be running beforehand.
Before executing the following, switch to the install directory: cd "C:\Program Files\AskLink".
AskLink adds environment variables by default, so you can also call the commands directly.
Command:
AskLinkLauncher.exe --get-id | more
Sample output:
123 456 789
Command:
AskLinkLauncher.exe --set-password MyNewPass123 | more
Success returns:
done
Failure returns: (Password length: 6–20 characters, must include letters)
failed,password must be between 6 and 20 characters long and must contain letters
Command:
AskLinkLauncher.exe --control--id 123456789 MyNewPass123 | more
Success returns: (Remote Assist window pops up)
done
Failure returns: (Main process will show related error)
failed...
Command:
AskLinkLauncher.exe --version | more
Return value:
4.0.7.7
Command:
AskLinkLauncher.exe --status | more
If connected to service, returns:
connect to server
If UI or port not started, returns:
failed, please check UI and TCP port 40749 are started
Tip: The
| moreparameter is for temporary viewing only; remove it for production deployments.