Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MSC - File Extension for Microsoft Management Console
What is MSC? MSC, short name for Microsoft Console, is used as the file extension for Microsoft Management Console files. .MSC files are XML files that can be opened by text editor. See the sample .MSC file included below.
✍: FYIcenter.com
File Extension: .MSC
MIME Type: text/xml
File Content: Microsoft Management Console
.MSC files are Microsoft Management Console files saved as binary files. Here is a sample .MSC file from Windows 7 system, diskmgmt.msc:
<?xml version="1.0"?>
<MMC_ConsoleFile ConsoleVersion="2.0" ProgramMode="UserSDI">
<ConsoleFileID>{A16FA831-080B-437D-AD11-960E96651AFE}
</ConsoleFileID>
<FrameState ShowStatusBar="true" LogicalReadOnly="true">
<WindowPlacement ShowCommand="SW_SHOWNORMAL">
<Point Name="MinPosition" X="-1" Y="-1"/>
<Point Name="MaxPosition" X="-1" Y="-1"/>
<Rectangle Name="NormalPosition" Top="0" Bottom="452" Left="0"
Right="640"/>
</WindowPlacement>
</FrameState>
<Views>
<View ID="2" ScopePaneWidth="145">
<BookMark Name="RootNode" NodeID="2"/>
<BookMark Name="SelectedNode" NodeID="2"/>
<WindowPlacement WPF_RESTORETOMAXIMIZED="true"
ShowCommand="SW_SHOWMAXIMIZED">
<Point Name="MinPosition" X="-1" Y="-1"/>
<Point Name="MaxPosition" X="-4" Y="-23"/>
<Rectangle Name="NormalPosition" Top="44" Bottom="337" Left="44"
Right="556"/>
</WindowPlacement>
<ViewOptions ViewMode="Report" LVS_SINGLESEL="true"
LVS_SHOWSELALWAYS="true" LVS_SHAREIMAGELISTS="true"
LVS_EDITLABELS="true" ListStyle="1" DescriptionBarVisible="false"
DefaultColumn0Width="200" DefaultColumn1Width="0"/>
</View>
</Views>
...
</MMC_ConsoleFile>
.MSC Microsoft Management Console file sample: Click sample.msc to download.
2012-08-18, 12300👍, 0💬
Popular Posts:
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
What is DOTX? DOTX, short name for Document Template XML, is used as the file extension for files in...
What is PPS? PPS, short name for PowerPoint Slide, is used as the file extension for Microsoft Power...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...