다음을 통해 공유


Windows 드라이버 키트 도구 인덱스

이 항목에서는 WDK(Windows 드라이버 키트)에 포함된 도구에 대한 기본 정보를 제공합니다. 이 항목에는 드라이버 개발에 유용한 다른 도구에 대한 참조도 포함되어 있습니다. 이러한 다른 도구는 운영 체제의 일부로 사용할 수 있거나 별도의 다운로드로 사용할 수 있습니다. 각 도구에 대한 자세한 내용은 이 항목의 설명서에서 도구를 설명합니다.

최신 WDK를 가져오는 방법에 대한 자세한 내용은 WDK(Windows 드라이버 키트) 다운로드를 참조하세요.

WDK 도구의 인덱스

다음 표의 정보는 Windows 드라이버 개발자에게 유용한 도구에 대해 설명합니다. The list of tools includes tools that ship with the WDK (as indicated by the WDK tool field) and also includes some tools that are available separately or that are installed with Windows. Tools that can generally be used with all drivers are listed under All Drivers. 기술과 관련된 도구는 WPD(Windows 이식 장치) 드라이버 또는 센서와 관련된 도구와 같이 함께 그룹 화됩니다.

Note

Visual Studio 환경 변수(%WindowsSdkDir%)는 이 버전의 WDK가 설치된 Windows 키트 디렉터리의 경로를 나타냅니다(예: C:\Program Files (x86)\Windows Kits\8.1).

오디오/비디오 드라이버

Tool Name Tool Location 설명 및 도움말 파일 위치
Display Color Calibration tool (Dccw.exe)
WDK tool: No
%Windir%\System32\Dccw.exe
사용자가 디스플레이 색을 Windows 및 World Wide Web International Standard sRGB(Red-green-blue) 색 공간에 더 가깝게 조정할 수 있는 보정 도구입니다.
WDK의 GraphEdt(Graphedt.exe)
도구:
%WindowsSdkDir%\tools\x86\graphedt.exe
%WindowsSdkDir%\tools\x64\graphedt.exe
스트리밍 오디오/비디오 캡처 드라이버를 테스트하기 위해 필터 그래프를 빌드합니다.
설명서:
GraphEdit 개요
KSStudio (KsStudio.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x86\KsStudio.exe
%WindowsSdkDir%\tools\x64\KsStudio.exe

Note This tool must be run by someone who has administrator privileges.
이 도구는 필터와 필터의 내부 노드 간의 핀 간 연결을 보여 주는 필터 그래프의 그래픽 표현을 생성할 수 있습니다.
%WindowsSdkDir%\tools\x86\KsStudio.chm
%WindowsSdkDir%\tools\x64\KsStudio.chm
자세한 내용은 AVStream 테스트 및 디버깅을 참조하세요.
USB Device Viewer (Usbview.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x86\Usbview.exe
%WindowsSdkDir%\tools\x64\Usbview.exe
USB 호스트 컨트롤러, USB 허브 및 연결된 USB 디바이스를 열거하고 레지스트리에서 디바이스에 대한 USB 요청을 통해 디바이스에 대한 정보를 쿼리할 수 있습니다.
USB 디바이스 뷰어의 소스 코드는 코드 갤러리에서 사용할 수 있습니다. USBVIEW 샘플 애플리케이션을 참조하세요.

Bluetooth Drivers

Tool name Tool location 설명 및 도움말 파일 위치
Bluetooth Inquiry Record Verifier (Sdpverify.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x86\Sdpverifiy.exe
%WindowsSdkDir%\tools\x64\Sdpverifiy.exe
Windows에서 해석할 때 Bluetooth 디바이스의 조회 레코드를 표시합니다.
WDK 설명서: Bluetooth 조회 레코드 검증 도구

WIA(Windows 이미지 취득) 드라이버

Tool name Tool location 설명 및 도움말 파일 위치
WIADbgCfg (Wiadbgcfg.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x86\wiadbgcfg.exe
%WindowsSdkDir%\tools\x64\wiadbgcfg.exe
Enables logging for WIA drivers (Windows Server 2008 and later versions of Windows).
Note For earlier versions of Windows, use WIALogCfg.
%WindowsSdkDir%\tools\x86\wiadbgcfg.htm
%WindowsSdkDir%\tools\x64\wiadbgcfg.htm
WIAInfo2 (Wiainfo2.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x86\wiainfo2.exe
%WindowsSdkDir%\tools\x64\wiainfo2.exe
WIA 디바이스 드라이버 속성을 보고 편집할 수 있도록 WIA 항목 트리를 표시합니다.

%WindowsSdkDir%\tools\x86\wiainfo2.htm%WindowsSdkDir%\tools\x64\wiainfo2.htm
WIAPreview (Wiapreview.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\wiapreview.exe
%WindowsSdkDir%\tools\x86\wiapreview.exe
WIA 미리 보기 구성 요소 및 드라이버의 구분 필터를 사용하는 방법을 보여줍니다.

%WindowsSdkDir%\tools\x64\wiapreview.htm%WindowsSdkDir%\tools\x86\wiapreview.htm
WIATest (Wiatest.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\wiatest.exe
%WindowsSdkDir%\tools\x86\wiatest.exe
드라이버에서 만든 항목 트리, 드라이버에서 노출하는 WIA(Windows Image Acquisition) 속성 및 각 속성의 현재 값을 표시합니다. 개발 및 단위 테스트 중에 이 도구를 사용하여 드라이버를 디버그할 수 있습니다.

%WindowsSdkDir%\tools\x64\wiatest.htm%WindowsSdkDir%\tools\x64\wiatest.htm
Windows Imaging Trace File Viewer (Wiatrcvw.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\Wiatrcvw.exe
%WindowsSdkDir%\tools\x86\Wiatrcvw.exe
WIA 추적 로그(%WINDIR%\Debug\WIA\wiatrace.log)를 표시하고 각 모듈에 대한 WIA 추적 매개 변수를 변경할 수 있습니다.
%WindowsSdkDir%\tools\x64\Wiatrcvw.mht
%WindowsSdkDir%\tools\x64\Wiatrcvw.mht

WPD(Windows 이식 가능 디바이스) 드라이버

Tool name Tool location 설명 및 도움말 파일 위치
WpdDeviceInspector (WpdDeviceInspector.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\WpdDeviceInspector.exe
%WindowsSdkDir%\tools\x86\WpdDeviceInspector.exe
WPD 드라이버를 쿼리하고 디바이스 및 해당 기능을 설명하는 포괄적인 HTML 보고서를 생성합니다. 예를 들어 이를 사용하여 지원되는 디바이스 명령 및 개체 목록을 검색할 수 있습니다. 또한 이 도구는 각 개체에서 지원하는 모든 속성 목록을 생성합니다.
WDK 설명서:
Windows 이식 가능한 디바이스
WPD 드라이버 개발 도구
WpdInfo (WpdInfo.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\WpdInfo.exe
%WindowsSdkDir%\tools\x86\WpdInfo.exe
디바이스 열기 및 닫기, 디바이스에서 개체 만들기 또는 삭제, 디바이스 명령 실행과 같은 일반적인 WPD 작업을 수행합니다.
WDK 설명서:
Windows 이식 가능한 디바이스
WPD 드라이버 개발 도구
Microsoft Network Monitor (NetMon.exe)
WDK tool: No
Download the Microsoft Network Monitor
NetMon.exe
WPD 구성 요소의 추적 정보를 표시합니다. 이 도구는 이전 버전의 WDK에서 제공된 WpdMon.exe 대체합니다.
WDK 설명서:
Windows 이식 가능한 디바이스
WPD 드라이버 개발 도구네트워크 모니터 도구 사용을 참조하세요.

Printer Drivers

Tool name Tool location 설명 및 도움말 파일 위치
GPDCheck (Gpdcheck.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\gpdcheck.exe
%WindowsSdkDir%\tools\x86\gpdcheck.exe
Validates the syntactical correctness of a Generic Printer Description File (GPD).
For information about command options, type
gpdcheck /?
INFGate (Infgate.exe)
WDK tool: Yes
WindowsSdkDir%\tools\x64\infgate.exe
%WindowsSdkDir%\tools\x86\infgate.exe.exe
Validates the conformance of a printer INF file.
For information about command options, type
infgate /?
isXPS (isXPS.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\isxps\isxps.exe
%WindowsSdkDir%\tools\x86\isxps\isxps.exe
Validates the conformance of an XPS file to the XPS and OPC specifications.
For information about command options, type
isxps /? in a Command prompt window.
For more information, see isXPS Conformance Tool
Looksgood (Looksgood.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\looksgood.exe
%WindowsSdkDir%\tools\x86\looksgood.exe
Validates the correctness of an XPS rendering engine.
For information about command options, type
looksgood /?
MakeNTF (Makentf.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\makentf.exe
%WindowsSdkDir%\tools\x86\makentf.exe
AFM(Adobe Font Metrics) 파일 및 동아시아 글꼴 AFM 파일을 Windows 글꼴 파일(.ntf)로 변환합니다.
WDK 설명서:
AFM 파일을 NTF 파일
변환하여 동아시아 AFM 파일을 NTF 파일로 변환
PPDCheck (Ppdcheck.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\ppdcheck.exe
%WindowsSdkDir%\tools\x86\ppdcheck.exe
Validates the syntactical correctness of a PostScript Printer Description File (PPD).
For information about command options, type
ppdcheck /?
PTConform (PTConform.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\PTConform.exe
%WindowsSdkDir%\tools\x86\PTConform.exe
Validates a Print Ticket or Print Capabilities document for conformance to the Print Schema.
For information about command options, type
ptconform /?
XpsAnalyzer (XpsAnalyzer.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\XpsAnalyzer.exe
%WindowsSdkDir%\tools\x86\XpsAnalyzer.exe
Analyzes XML Paper Specification (XPS) files for compatibility with the XPS 1.0 specification.
WDK Documentation:
XpsAnalyzer

Sensors

Tool name Tool location 설명 및 도움말 파일 위치
Sensor Diagnostic Tool (sensordiagnostictool.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64
%WindowsSdkDir%\tools\x86
드라이버, 펌웨어 및 하드웨어에서 센서 및 위치 기능을 테스트합니다. 이 도구는 센서 및 위치 API를 호출하여 데이터 검색, 이벤트 처리, 보고서 간격, 변경 민감도, 속성 검색을 테스트합니다.
WDK 설명서:
센서 진단 도구를 사용하여 센서 기능 테스트

All Drivers

Tool name Tool location 설명 및 도움말 파일 위치
BinPlace (Binplace.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x86\binplace.exe Manages large coding projects by moving files, extracting symbols from executable files, and removing private symbols from symbol files.
WDK Documentation:
BinPlace
Code Analysis for Drivers
WDK tool: Yes
코드 분석 도구는 Visual Studio에 포함되어 있습니다. WDK를 설치할 때 드라이버 관련 구성 요소가 추가됩니다. C 및 C++ 코딩 오류를 검색하는 정적 확인 도구입니다. 이 버전은 커널 모드 드라이버에서 오류를 감지하도록 특별히 설계되었습니다.
WDK 설명서:
드라이버에 대한 코드 분석
CertMgr (CertMgr.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\CertMgr.exe
%WindowsSdkDir%\bin\x86\CertMgr.exe
Manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs) that are used to sign drivers and driver packages.
WDK Documentation:
CertMgr
ChkINF
WDK tool: Deprecated
이전 경로:
%WindowsSdkDir%\tools\x86\Chkinf
ChkInf는 더 이상 사용되지 않습니다. Instead, use InfVerif.
WDK Documentation:
InfVerif
Computer Hardware Identification Tool (ComputerHardwareIds.exe)
WDK tool: Yes
WDK(Windows 드라이버 키트) 8:
%WindowsSdkDir%\tools\x64\ComputerHardwareIds.exewDKPath%WindowsSdkDir%\tools\x86\ComputerHardwareIds.exe\tools\Other\ia64\ComputerHardwareIds.exe

WDK(Windows 드라이버 키트) 8.1:
%WindowsSdkDir%\bin\x64\ComputerHardwareIds.exe%WindowsSdkDir%\bin\x86\ComputerHardwareIds.exe
%WindowsSdkDir%\bin\arm\ComputerHardwareIds.exe

Derives the computer hardware IDs from SMBIOS information.
WDK Documentation:
ComputerHardwareIds
DC2WMIParser (DC2WMIParser.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\DC2WMIParser.exe
%WindowsSdkDir%\tools\x86\DC2WMIParser.exe
DC2WMIParser is a tool that collects the WMI IRP records created by Driver Verifier and converts this log to a text file.
Documentation:
IRP Logging
DevCon (Devcon.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\devcon.exe
%WindowsSdkDir%\tools\x86\devcon.exe
디바이스 관리자의 명령줄 버전입니다. DevCon enables, disables, installs, configures, and removes devices on the local computer and displays detailed information about devices on local computers.
WDK Documentation:
DevCon
Drivers (Drivers.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\drivers.exe
%WindowsSdkDir%\tools\x86\drivers.exe
컴퓨터에 설치된 모든 드라이버의 목록을 표시합니다.
WDK 설명서:
없음
Driver Verifier (Verifier.exe)
WDK tool: No
%Windir%\system32\verifier.exe 커널 모드 드라이버 및 그래픽 드라이버를 모니터링하여 시스템을 손상할 수 있는 잘못된 함수 호출 또는 작업을 검색합니다. It can subject the drivers to a variety of stresses and tests to find improper behavior.
WDK Documentation:
Driver Verifier
Driver Verification Log (DVL)
WDK tool: Yes
Microsoft Visual Studio 및 WDK가 필요합니다. From the Driver menu, select Create Driver Verification Log.... 정적 도구 로고 테스트에는 적용 가능한 모든 드라이버 제출에 대한 DVL(드라이버 확인 로그)이 필요합니다. DVL에는 CodeQL, 코드 분석 및 정적 드라이버 검증 도구와 같은 분석 도구의 결과에 대한 요약이 포함되어 있습니다. CodeQL 및 정적 도구 로고 테스트드라이버 확인 로그 만들기를 참조하세요.
Inf2Cat (Inf2cat.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\inf2cat.exe
%WindowsSdkDir%\bin\x86\inf2cat.exe
Determines whether a driver package's INF file can be digitally-signed for a specified list of Windows versions, and, if so, generates the unsigned catalog files that apply to the specified Windows versions.
WDK Documentation:
Inf2Cat
InfVerif (InfVerif.exe)
WDK tool: Yes
c:\Program Files(x86)\Windows Kits\10\tools\arm\infverif.exe
c:\Program Files(x86)\Windows Kits\10\tools\arm64\infverif.exe
c:\Program Files(x86)\Windows Kits\10\tools\x86\infverif.exe
c:\Program Files(x86)\Windows Kits\10\tools\x64\infverif.exe
드라이버 INF 파일을 테스트합니다. In addition to reporting INF syntax problems, the tool reports if the INF file is universal.
WDK Documentation:
InfVerif
MakeCat (MakeCat.exe)
WDK tool: Yes
WDKPath\bin\amd64\MakeCat.exe
WDKPath\bin\ia64\MakeCat.exe
WDKPath\bin\x86\MakeCat.exe
Creates a catalog file for a driver package.
WDK Documentation:
MakeCat
MakeCert (MakeCert.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\MakeCert.exe
%WindowsSdkDir%\bin\x86\MakeCert.exe
Creates an X.509 certificate that is signed by a system test root key or by another specified key.
WDK Documentation:
MakeCert
MSBuild (MSBuild.exe)/br>WDK tool: No Visual Studio와 함께 설치됨 Builds the samples, drivers, and associated software components that are supplied in the Microsoft WDK.
MSBuild
PnpCpu (PnPCpu.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\PnPCpu.exe
%WindowsSdkDir%\tools\x86\PnPCpu.exe
Simulates a hot add of processors to a running instance of Windows Server 2008.
WDK Documentation:
PNPCPU
PnPUtil (PnPUtil.exe)
WDK tool: No
%Windir%\system32\pnputil.exe A command-line tool that installs or deletes driver packages from the Windows driver store.
WDK Documentation:
PnPUtil
PoolMon (Poolmon.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\poolmon.exe
%WindowsSdkDir%\tools\x86\poolmon.exe
운영 체제가 시스템의 페이징 및 비페이지 커널 풀에서 메모리 할당에 대해 수집하는 데이터와 터미널 서비스 세션에 사용되는 메모리 풀을 표시합니다. The data is grouped by pool allocation tag.
WDK Documentation:
PoolMon
PowerCfg (PowerCfg.exe)
WDK tool: No
%Windir%\system32\powercfg.exe 시스템 에너지 효율을 평가하는 데 사용되는 명령줄 도구입니다.
개발자 센터 설명서:
PowerCfg를 사용하여 시스템 에너지 효율
평가 명령 옵션
에 대한 자세한 내용은PowerCfg /?
Pvk2Pfx (Pvk2Pfx.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\Pvk2Pfx.exe
%WindowsSdkDir%\bin\x86\Pvk2Pfx.exe
Copies public key and private key information contained in .spc, .cer, and .pvk files to a personal information exchange (.pfx) file.
WDK Documentation:
Pvk2Pfx
PwrTest (Pwrtest.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\pwrtest.exe
%WindowsSdkDir%\tools\x86\pwrtest.exe
A power management tool that exercises and records power management information from the computer.
WDK Documentation:
PwrTest
SignTool (SignTool.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\SignTool.exe
%WindowsSdkDir%\bin\x86\SignTool.exe
Digitally-signs files, verifies signatures in files, and time-stamps files.
WDK Documentation:
SignTool
Stampinf (Stampinf.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\stampinf.exe
%WindowsSdkDir%\bin\x86\stampinf.exe
Updates common INF file directives, including the DriverVer directive.
WDK Documentation:
Stampinf
Static Driver Verifier
WDK tool: Yes
%WindowsSdkDir%\tools\SDV

Note Launch Static Driver Verifier from the Driver menu in Visual Studio.
Windows 드라이버의 소스 코드를 체계적으로 분석하고 드라이버가 Windows 운영 체제 커널과 제대로 상호 작용하는지 여부를 결정하는 드라이버에 대한 정적 확인 도구입니다.
WDK 설명서:
정적 드라이버 검증 도구
Tracefmt (Tracefmt.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\tracefmt.exe
%WindowsSdkDir%\bin\x86\tracefmt.exe
Formats and displays trace messages from an event trace log file (.etl) or a real-time trace session.
WDK Documentation:
Tracefmt
TraceLog (Tracelog.exe)
WDK tool: Yes
WDK 8:
%WindowsSdkDir%\tools\x64\tracelog.exe
%WindowsSdkDir%\tools\x86\tracelog.exe
WDK 8.1:
%WindowsSdkDir%\bin\x64\tracelog.exe
%WindowsSdkDir%\bin\x86\tracelog.exe
%WindowsSdkDir%\bin\arm\tracelog.exe
명령줄에서 추적 세션을 구성하고 제어합니다. Measures time spent in deferred procedure calls (DPCs) and interrupt service routines (ISRs).
WDK Documentation:
Tracelog
TracePDB (Tracepdb.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\tracepdb.exe
%WindowsSdkDir%\bin\x86\tracepdb.exe
Creates trace message format (.tmf) files from the full or private PDB symbol file for a WPP trace provider.
WDK Documentation:
Tracepdb
TraceView (Traceview.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\TraceView.exe
%WindowsSdkDir%\tools\x86\TraceView.exe
추적 세션을 구성하고 제어하며 실시간 추적 세션 및 추적 로그의 서식이 지정된 추적 메시지를 표시합니다. TraceView has a graphic user interface and a command-line interface for batch processing and scripting.
WDK Documentation:
TraceView
TraceWPP (Tracewpp.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\tracewpp.exe
%WindowsSdkDir%\bin\x86\tracewpp.exe
Runs the Windows Software Trace Preprocessor (WPP).
WDK Documentation:
WPP Preprocessor
Survey of Software Tracing Tools
WDF Tester
WDK tool: Yes
%WindowsSdkDir%\tools\x64
%WindowsSdkDir%\tools\x86
WDF 드라이버를 테스트, 확인 및 디버그하는 데 사용할 수 있는 도구 집합입니다. 도구 집합은 스크립트 또는 컴파일된 애플리케이션에서 사용할 수 있는 WMI 프로그래밍 인터페이스를 제공합니다.
WDK 설명서:
WdfTester: WDF 드라이버 테스트 도구 집합
WDF Verifier (Wdfverifier.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\wdfverifier.exe
%WindowsSdkDir%\tools\x86\wdfverifier.exe
KMDF 및 UMDF 드라이버용 프레임워크의 검증 도구에 사용하기 쉬운 인터페이스를 제공합니다.
WDK 설명서:
WDF 검증 도구 제어 애플리케이션
Web Services on devices (WSD) Basic Interoperability Tool (WSDBIT)
WDK tool: Yes
WSDBIT Client:
%WindowsSdkDir%\tools\x64\wsdbit_client.exe
%WindowsSdkDir%\tools\x86\wsdbit_client.exe
WSDBIT Server:
%WindowsSdkDir%\tools\x64\wsdbit_server.exe
%WindowsSdkDir%\tools\x86\wsdbit_server.exe
WSDAPI를 사용하여 DPWS(Device Profile for Web Services) 구현이 작동하는지 확인합니다.
WDK 설명서:
WSD 상호 운용성 도구
Winerror (Winerror.exe)
WDK tool: Yes
%WindowsSdkDir%\tools\x64\winerror.exe
%WindowsSdkDir%\tools\x86\winerror.exe
Returns the error message identifier and mapping information for the specified error (Winerror.h) or success codes (Ntstatus.h).
For information about command options, type
winerror /?
WMIMofCk (Wmimofck.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x86\wmimofck.exe WDK Documentation:
Using wmimofck.exe
For information about command options, type
wmimofck -?
WsdCodeGen (Wsdcodegen.exe)
WDK tool: Yes
%WindowsSdkDir%\bin\x64\wsdcodegen.exe
%WindowsSdkDir%\bin\x86\wsdcodegen.exe
Web Services 계약에 따라 프록시 및 스텁을 자동으로 생성합니다. 주로 이 도구를 사용하여 클라이언트 애플리케이션을 만들 수 있습니다. 그러나 테스트 또는 사용자 모드 드라이버를 만드는 데 사용할 수 있습니다.
이진 MOF 파일(.bmf)에 지정된 클래스, 속성, 메서드 및 이벤트가 WMI 사용에 유효한지 확인합니다. MOF 지원 파일을 생성합니다.
Windows SDK:
디바이스의 웹 서비스 섹션 참조
WSDDebug_client and WSDDebug_host
WDK tool: Yes
Debug Client:
%WindowsSdkDir%\bin\x64\WSDDebug_client.exe
%WindowsSdkDir%\bin\x86\WSDDebug_client.exe
Debug Host:
%WindowsSdkDir%\bin\x64\WSDDebug_host.exe
%WindowsSdkDir%\bin\x86\WSDDebug_host.exe 이러한 도구는 디바이스 또는 애플리케이션 문제를 해결하는 데 사용할 수 있는 소프트 디바이스 및 클라이언트입니다.
Windows SDK:
Web Services on Devices 섹션