What is a command-line option?
Summary
A command-line option is an argument to a command that changes how a command is executed.Question
What is a command-line option?Answer
A command-line option is an argument to a command that changes how a command is executed. For example, the "-a" command-line option installs ApplicationName.exe with administrative privileges:
"C:\WINDOWS\Desktop\ApplicationName.exe" -a
Commands can be entered at the command line by selecting Start > Run.
Was this helpful?
© 2026 Flexera. All rights reserved.