Forrest logo
back to context overview

cmstp

List of commands for cmstp:

  • cmstp:tldr:33b5f cmstp: Install silently without any prompts.
    $ cmstp /s "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:501e2 cmstp: Install a specific profile.
    $ cmstp "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:6e629 cmstp: Uninstall a specific profile.
    $ cmstp /u "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:b494d cmstp: Uninstall silently without a confirmation prompt.
    $ cmstp /u /s "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:c687e cmstp: Only install for the current user.
    $ cmstp /su "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:cf665 cmstp: Install without creating a desktop shortcut.
    $ cmstp /ns "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:db6e2 cmstp: Install without checking for dependencies.
    $ cmstp /nf "${path\to\profile_file}"
    try on your machine
    explain this command
  • cmstp:tldr:ecf84 cmstp: Install for all users (requires administrator privileges).
    $ cmstp /au "${path\to\profile_file}"
    try on your machine
    explain this command
back to context overview