mmc
This page is from Microsoft
Syntax
Parameters
Remarks
-
Using the Path\FileName.msc command-line option
You can use environment variables to create command lines or shortcuts that do not depend on the explicit location of console files. For instance, if the path to a console file is in the system folder (for example, mmc c:\windows\system32\console_name.msc), you can use the expandable data string %systemroot% to specify the location (mmc %systemroot%\system32\console_name.msc). This can be useful when you need to delegate tasks to people in your organization who are working on different computers.
-
Using the /a command-line option
When consoles are opened with this option, they are opened in author mode, regardless of their default mode. This does not permanently change the default mode setting for files. When you omit this option, MMC opens console files according to their default mode settings.
- After you open MMC or a console file in author mode, you can open any existing console by clicking Open on the Console menu.
- You can use the command line to create shortcuts for opening MMC and saved consoles. A command-line command works with the Run command on the Start menu, in any command-prompt window, in shortcuts, or in any batch file or program that calls the command.
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |