目的:
學習使用module designer來客製化一個UWF Module。
了解如何使用Unified Write Filter來保護您的系統。
時間: 100分鐘
環境:
1、安裝好ws8開發工具,準備build image的開發機器(development device)
2、準備安裝ws8的機器(target device)
工具:
l Image Configuration Editor(ICE)
l Module Designer
實作:
Step1、擷取硬體描敘檔
You need to install drivers to run your OS image on your device. You use Target Analyzer Probe (TAP) to detect which drivers your device needs and create a driver description file. You then add the driver description file to your configuration file.1、先在要安裝wes8的機器(target device)上先安裝win8。
2、從安裝好ws8開發工具的機器上找到tap.exe,複製到上一步驟的機器(target device)上,並且執行。
Note:
l TAP.EXE有32bit(x86)和64bit(AMD64)
如果工具安裝在win7,可以從路徑C:\Program Files\Windows Embedded 8 Standard\Toolset\Embedded Tools\IBW\<x86或AMD64>\sources找到tap.exe。
l 如果工具安裝在Win8上,可以從路徑C:\Program Files (x86)\Windows Embedded 8 Standard\Toolset\ Embedded Tools\IBW\<x86或AMD64>\sources找到tap.exe。
l 或是您可以使用檔案總管的尋找功能找到該檔案的路徑。

