A system administrator needs to create a custom Microsoft Management Console (MMC) interface that combines Performance Monitor and Services into a single view on a Windows 11 workstation. Arrange the steps in the correct order to successfully create and save this custom management console.
- 1Open the Run dialog (`Win + R`), type `mmc.exe`, and press Enter to launch an empty console window.
- 2Select the File menu from the top navigation bar and click Add/Remove Snap-in...
- 3Choose Performance Monitor and Services from the Available snap-ins list, click Add, and target the local computer.
- 4Click File, choose Save As, and save the custom console configuration file with an `.msc` extension.
Answer
The correct procedural order to create a custom Microsoft Management Console is: 1) Open the Run dialog and launch `mmc.exe`, 2) Access the File menu and choose Add/Remove Snap-in..., 3) Select Performance Monitor and Services, click Add, and set them to manage the local computer, and 4) Click File, select Save As, and save the console as an `.msc` file.
Building a custom Windows management interface requires starting the bare Microsoft Management Console (`mmc.exe`), opening the snap-in selection window via File > Add/Remove Snap-in..., adding the specific snap-ins (Performance Monitor and Services) to the local computer context, and saving the result as a custom `.msc` file for future access.
Step-by-Step Solution
Key Concept
Creating Custom Microsoft Management Consoles (MMC)
Estimated Time:1m 0s