How to run "Manage My Computer" snippet from command line in Windows 2000 Server? Usually it could be done with a right-click on "My Computer" and picking "Manage" menu item, but I've got half-broken installation of Win2K and My Computer icon is not available on my desktop... Just want to know how could it be done through command line with MMC or whatever else..Thanks!
You would want to use Microsoft Management Console utility, or MMC.EXE. Here is the command line that works for me:
mmc.exe %windir%\system32\compmgmt.msc
if for some reason the line above is not working, you may try to specify a full path to MMC.EXE:
%windir%\system32\mmc.exe %windir%\system32\compmgmt.msc
Both commands have been tested in Windows 2000 Server Service Pack 4 environment
FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.
Boost your productivity with FavScripts.com!