From LedHed's Wiki
Revision as of 18:12, 23 February 2016 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

The Microsoft Management Console (MMC) is a tool that allows you to manage various parts of Windows Operating Systems and Features. Its useful for building your own custom Tool Boxs.

Create Custom Console

  • Open the MMC ([WIN+R], mmc.exe [ENTER]).
  • Click "File" -> "Add/Remove Snap..." (or [CTRL+M]).
  • Add the snap-ins you want.
  • Save the console as a .msc file"


Tips

MMC Consoles have two modes, Author Mode and User Mode. If you are happy with your Console, set it to User Mode and check the box "Do not save changes to this console" [File:MMC_Options.png]


Reference

https://technet.microsoft.com/en-us/library/cc786367(v=ws.10).aspx