System Grab Bag

View all TLDR pages from Windows (or from all pages)

cmstp

Manage connection service profiles. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/cmstp.
  • Install a specific profile:
    cmstp "{{path\to\profile_file}}"
  • Install without creating a desktop shortcut:
    cmstp /ns "{{path\to\profile_file}}"
  • Install without checking for dependencies:
    cmstp /nf "{{path\to\profile_file}}"
  • Only install for the current user:
    cmstp /su "{{path\to\profile_file}}"
  • Install for all users (requires administrator privileges):
    cmstp /au "{{path\to\profile_file}}"
  • Install silently without any prompts:
    cmstp /s "{{path\to\profile_file}}"
  • Uninstall a specific profile:
    cmstp /u "{{path\to\profile_file}}"
  • Uninstall silently without a confirmation prompt:
    cmstp /u /s "{{path\to\profile_file}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.