<settings pass="specialize">         <component name="Microsoft-Windows-Deployment" 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">             <RunSynchronous>                 <RunSynchronousCommand wcm:action="add">                     <Order>1</Order>                     <Path>cmd /c SETX SERVER 10.174.0.1 -m</Path>                     <Description>SETX SERVER</Description>                 </RunSynchronousCommand>                 <RunSynchronousCommand wcm:action="add">                     <Order>1</Order>                     <Path>cmd /c FOR /f "tokens=2 delims=:" %i IN (`echo quit^|nslookup^ | find "Address:"`) SETX DNSIP %i -m</Path>                     <Description>SETX DNSIP</Description>                 </RunSynchronousCommand>                 <RunSynchronousCommand wcm:action="add">                     <Order>2</Order>                     <Path>cmd /c for /f "usebackq tokens=2* delims=:"  %%a in (`ipconfig /displaydns ^| findstr /I "intern"`) do SETX DNSSERVER %a -m</Path>                     <Description>SETX DNSSERVER</Description>                 </RunSynchronousCommand>             </RunSynchronous>         </component>     </settings> but is a error.   please help me