Create A Customized Microsoft Management Console
- 0
- Add a Comment
If you are constantly working with various snap-ins available through the Microsoft Management Console, you may find yourself getting tired of having to go through the many clicks required to add the snap-ins into the console. A more efficient way of doing this is to create your own custom management console with the snap-ins you frequently use and save it as an msc file. You will be able to quickly open the management console with all your snap-ins by simply double clicking the file you saved. So here is what you have to do.
- Click Start and click Run.
- Type mmc and Click OK.
- From the File menu, click Add/Remove Snap-in.
- Click Add.
- Select the snap-in you want to add and click the Add button. Repeat this step for each snap-in you want in your console.
- Click Close.
- Click OK.
- From the File menu, click Save As.
- Type in a name for the console and specify where you want to save it.
- Click Save.
Now when you want to access the snap-ins you just added, simply double click the msc file that you just created.
