How to launch "Manage My Computer" snippet from command line in Windows 2000 Server

2
=
0
+
2
2 Bitcoin bounty has been announced by author.
0 has been already awarded by author.
2 remains available.
0

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!

Tags: ,
User rating:

some comment

some comment

some comment

1 Answer

1
=
0
=
$0
Internet users could send Bitcoin Tips to you if they like your answer!

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

SEND BITCOIN TIPS
User rating:

Thanks for answer

0

Too many commands? Learning new syntax?

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!

Post Answer