windows/*.md: make placeholders more compatible with CLIP ones (#9872)
* Make placeholders more compatible with CLIP ones * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:

committed by
GitHub

parent
dcb6919bbf
commit
c52cc074d9
@@ -5,32 +5,32 @@
|
||||
|
||||
- Install a specific profile:
|
||||
|
||||
`cmstp "{{path/to/profile}}"`
|
||||
`cmstp "{{path\to\profile_file}}"`
|
||||
|
||||
- Install without creating a desktop shortcut:
|
||||
|
||||
`cmstp /ns "{{path/to/profile}}"`
|
||||
`cmstp /ns "{{path\to\profile_file}}"`
|
||||
|
||||
- Install without checking for dependencies:
|
||||
|
||||
`cmstp /nf "{{path/to/profile}}"`
|
||||
`cmstp /nf "{{path\to\profile_file}}"`
|
||||
|
||||
- Only install for the current user:
|
||||
|
||||
`cmstp /su "{{path/to/profile}}"`
|
||||
`cmstp /su "{{path\to\profile_file}}"`
|
||||
|
||||
- Install for all users (requires administrator privileges):
|
||||
|
||||
`cmstp /au "{{path/to/profile}}"`
|
||||
`cmstp /au "{{path\to\profile_file}}"`
|
||||
|
||||
- Install silently without any prompts:
|
||||
|
||||
`cmstp /s "{{path/to/profile}}"`
|
||||
`cmstp /s "{{path\to\profile_file}}"`
|
||||
|
||||
- Uninstall a specific profile:
|
||||
|
||||
`cmstp /u "{{path/to/profile}}"`
|
||||
`cmstp /u "{{path\to\profile_file}}"`
|
||||
|
||||
- Uninstall silently without a confirmation prompt:
|
||||
|
||||
`cmstp /u /s "{{path/to/profile}}"`
|
||||
`cmstp /u /s "{{path\to\profile_file}}"`
|
||||
|
Reference in New Issue
Block a user