msc extension

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hi!

When you have this msc extension what kind of extension is that.
Here an example the performance monitor which can be started by the command
perfmon.msc

//Tony
 
Hi Tony!

When you have this msc extension what kind of extension is that.
Here an example the performance monitor which can be started by the
command perfmon.msc

It is a Microsoft Management Console Snap-In Control file.

If you want to see an example how to create your own snap-in, this
project could give you some first information:
http://www.codeproject.com/KB/cs/mmcfileactcs.aspx

Information of the MMC on technet:
http://technet.microsoft.com/en-us/library/cc709659(WS.10).aspx

With kind regards,

Konrad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top