logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CMSTP - Manage Connection Profiles | Online Free DevTools by Hexmos

Manage connection profiles with CMSTP. Install, uninstall, and configure connection service profiles on Windows easily. Free online tool, no registration required.

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}}"

See Also