Right clicking on Computer and selecting Manage (asks for the administrator password and then) brings up the Computer Management console. From the Task Manager I can see that the name of the executable which is used to open this graphical user interface program is mmc.exe. However, if I type mmc.exe from the DOS command prompt to open the application it does not ask me for the administrator password and what I see looks different (there are a few more entries in the menubar, but the left-hand column displays an empty root folder and nothing more. Since I am new to MMC, I'd like to ask these questions:
In order to run the program in the same way as right-clicking Computer and selecting Manage, what command line flags should I supply to mmc.exe on the command line?
Why do these two instances of MMC look different?
Thanks.