Menu

MMC keyboard shortcuts

MMC is a Windows-based multiple document interface (MDI) application that heavily uses Internet technologies. Both Microsoft and ISVs extend the console by writing MMC snap-ins, which perform management tasks.
The MMC programmatic interfaces permit the snap-ins to integrate with the console. These interfaces deal only with user interface extensions—how each snap-in actually performs tasks is entirely up to the snap-in. The relationship of the snap-in to the console consists of sharing a common hosting environment, and cross-application integration. The console itself offers no management behavior. Snap-ins always reside in a console; they do not run by themselves.
Both Microsoft and third-party software vendors can develop management tools to run in MMC, as well as write applications to be managed by MMC administrative tools. MMC is part of the Microsoft Platform Software Development Kit (SDK) and is available for general use. For more information, see the Microsoft Platform SDK on the Microsoft Developer Network Web site.

Microsoft Management Console (MMC) main window keyboard shortcuts

  •  CTRL+O (Open a saved console)
  •  CTRL+N (Open a new console)
  •  CTRL+S (Save the open console)
  •  CTRL+M (Add or remove a console item)
  •  CTRL+W (Open a new window)
  •  F5 key (Update the content of all console windows)
  •  ALT+SPACEBAR (Display the MMC window menu)
  •  ALT+F4 (Close the console)
  •  ALT+A (Display the Action menu)
  •  ALT+V (Display the View menu)
  •  ALT+F (Display the File menu)
  •  ALT+O (Display the Favorites menu)

MMC console window keyboard shortcuts

  •  CTRL+P (Print the current page or active pane)
  •  ALT+Minus sign (-) (Display the window menu for the active console window)
  •  SHIFT+F10 (Display the Action shortcut menu for the selected item)
  •  F1 key (Open the Help topic, if any, for the selected item)
  •  F5 key (Update the content of all console windows)
  •  CTRL+F10 (Maximize the active console window)
  •  CTRL+F5 (Restore the active console window)
  •  ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
  •  F2 key (Rename the selected item)
  •  CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)

No comments:

Post a Comment