Windows10Proでsysprepを実行したのですが、sysprep終了後初回起動時の「たくさんの優れた機能をお楽しみください」の部分で一回システムエラー音が一回、ユーザーでサインインするたびにシステムエラー音が1回鳴ってしまいます。
- インストールOSはVL版の以下の2つで確認しました。
1. Windows 10 Professional (2015 年 7 月リリース)
2. Windows 10 Professional バージョン 1511
- PC本体はSurface 3 と dell optiplex 980
- OSインストール後すぐにローカル グループ ポリシーで[Microsoft コンシューマー エクスペリエンスを無効にする]とタスクスケジューラーの [Pre-staged app cleanup]を無効にしました。
- sysprepの実行はAdministratorユーザーのみの状態で実行。
- Windows 10 展開ツールでsysprepの応答ファイルを作成(以下に応答ファイルの中を記述)
/*-----------------------------------------------------------------*/
<?xml version="1.0" encoding="utf-8" ?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="specialize">
- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>true</CopyProfile>
</component>
</settings>
- <settings pass="oobeSystem">
- <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0411:E0010411</InputLocale>
<SystemLocale>ja-JP</SystemLocale>
<UILanguage>ja-JP</UILanguage>
<UILanguageFallback>ja-JP</UILanguageFallback>
<UserLocale>ja-JP</UserLocale>
</component>
- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TimeZone>Tokyo Standard Time</TimeZone>
</component>
</settings>
- <settings pass="generalize">
- <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/vlsc/sysprep/install.wim#Windows 10 Pro Technical Preview" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
/*-----------------------------------------------------------------*/
Windows7や8とほぼ同じ手順で作成しています。
>> 追記
応答ファイルで「CopyProfile」を実行すると発生してしまうようです。この現象を回避するような方法等
情報等をお持ちの方がいらっしゃいましたら教えてください。
よろしくお願いいたします。