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:
.DIAGPKG - File Extension for Diagnostics Packages
What is DIAGPKG? DIAGPKG, short name for Diagnostics Package, is used as the file extension for Diagnostics Package files. .DIAGPKG files are XML files that are used to store Windows Diagnostics Packages. See the sample .DIAGPKG file included below.
✍: FYIcenter.com
File Extension: .DIAGPKG
MIME Type: text/xml
File Content: Diagnostics Package
.DIAGPKG files are Diagnostics Package files, that are used to store Windows Diagnostics Packages. Here is a sample .DIAGPKG Diagnostics Package file, DiagPackage.diagpkg:
<?xml version="1.0" encoding="utf-8"?>
<dcmPS:DiagnosticPackage SchemaVersion="1.0"
Localized="true"
xmlns:dcmPS="http://www.microsoft.com/schemas/dcm/package/2007"
xmlns:dcmRS="http://www.microsoft.com/schemas/dcm/resource/2007">
<DiagnosticIdentification>
<ID>DeviceCenterDiagnostic</ID>
<Version>1.1</Version>
</DiagnosticIdentification>
<DisplayInformation>
<Parameters/>
<Name>@diagpackage.dll,-1</Name>
<Description>@diagpackage.dll,-2</Description>
</DisplayInformation>
<PrivacyLink>http://privacy.microsoft.com</PrivacyLink>
<PowerShellVersion>1.0</PowerShellVersion>
<SupportedOSVersion clientSupported="true" serverSupported="true">
6.1
</SupportedOSVersion>
<Troubleshooter>
<Script>
<Parameters/>
<ProcessArchitecture>Any</ProcessArchitecture>
<RequiresElevation>false</RequiresElevation>
<RequiresInteractivity>true</RequiresInteractivity>
<FileName>TS_DeviceCenter.ps1</FileName>
<ExtensionPoint/>
</Script>
<ExtensionPoint/>
</Troubleshooter>
...
.DIAGPKG Diagnostics Package file sample: Click sample.diagpkg to download.
Since .DIAGPKG files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
2019-07-19, 7611👍, 0💬
Popular Posts:
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...