Microsoft-Windows-TPM-Tasks-ClearTpm

Microsoft-Windows-TPM-Tasks-ClearTpm 設定では、Windows のセットアップ中にトラステッド プラットフォーム モジュール (TPM) をクリアするかどうかを指定します。

TPM をクリアすると、TPM が正しく設定されていない場合に、一部の Windows 機能が動作しなくなった以前のバージョンの問題を回避できます。

Value

0

TPM をクリアしません。 既定値です。

1

Windows が TPM の所有権を取得する場合にのみ、TPM をクリアします。

2

TPM を常にクリアします。

[親階層]

Microsoft-Windows-TPM-Tasks | ClearTpm

有効な構成パス

Specialize

適用対象

このコンポーネントがサポートしている Windows のサポート対象のエディションとアーキテクチャの一覧については、「Microsoft-Windows-TPM-Tasks」を参照してください。

XML の例

次の XML は、無人セットアップ ファイルで <ClearTpm> 設定を使用する方法を示しています。

<?xml version="1.0" encoding="UTF-8"?>

-<unattend xmlns="urn:schemas-microsoft-com:unattend">


-<settings pass="specialize">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-TPM-Tasks">

<ClearTpm>2</ClearTpm>

</component>

</settings>

<cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:c:/wims/14993/install.wim#Windows 10 Pro Insider Preview"/>

</unattend>