1. Windows 10 IoT Core 上で、WinDriver ファイル用のフォルダーを作成します。以下のファイルを作成したフォルダーへコピーします。
2. 以下の wdreg_iot.cmd スクリプトを使用し、WinDriver 仮想デバイスをインストールします。
wdreg_iot.cmd install_virtual windrvr1250.inf
3. 以下の wdreg_iot.cmd スクリプトを使用し、PCI / USb デバイス用の WinDriver をインストールします。
wdreg_iot.cmd install [デバイス INF]
1. WinDriver 仮想デバイスおよび PCI / USB デバイスの oemXXX.inf ファイル名を指定し、WinDriver をアンインストールします。
2. wdreg_iot.cmd uninstall [デバイス VID] [デバイス PID] [デバイス OEM INF] を実行し、PCI / USB デバイスをアンインストールします。
注意: VID / PID は、以下のような 4 桁の 16 進数である必要があります。
wdreg_iot.cmd uninstall 09D9 0010 oem1.inf
1. WinDriver\samples\wddebug\
2. wddebug dump [ログファイル名] を実行します。
3. アプリケーションを実行します。
4. [CTRL+C] コマンドを使用した wddebug ユーティリティを停止します。