Disable the Server Manager popup in Unattended.xml for Windows 2008 R2 is not working

 I have made entry into Unattended file to stop the popup of Server Manager during first starup of windows 2008 R2.  However it is not working out, but Disable Initial OCnfiguration task window is working fine.  Below is my Unattended.xml
file:
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
versionScope="nonSxS">
            <ImageInstall>
                <OSImage>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                    <InstallFrom>
                        <Path>K:\win28x64\Sources\install.wim</Path>
                        <MetaData>
                            <Key>/image/name</Key>
                            <Value>Windows Server 2008 R2 SERVERENTERPRISE</Value>
                        </MetaData>
                    </InstallFrom>
                </OSImage>
            </ImageInstall>
            <UpgradeData>
                <Upgrade>false</Upgrade>
            </UpgradeData>
            <Display>
                <ColorDepth>16</ColorDepth>
                <HorizontalResolution>1024</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>768</VerticalResolution>
            </Display>
            <ComplianceCheck>
                <DisplayReport>OnError</DisplayReport>
            </ComplianceCheck>
            <UserData>
                <AcceptEula>true</AcceptEula>
            </UserData>
        </component>
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-International-Core-WinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
            <SetupUILanguage>
                <UILanguage>en-US</UILanguage>
            </SetupUILanguage>
            <InputLocale>0409:00000409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
        </component>
    </settings>
    <settings pass="specialize"><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-ServerManager-SvrMgrNc"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
  <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
</component><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-OutOfBoxExperience" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
    <DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
</component>
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
versionScope="nonSxS">
            <ComputerName>Siddu</ComputerName>
            <RegisteredOrganization/>
            <RegisteredOwner>BL-Target</RegisteredOwner>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <ShowWindowsLive>false</ShowWindowsLive>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            <CopyProfile>false</CopyProfile>
            <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
            <StartPanelOff>false</StartPanelOff>
        </component>
         <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-UnattendedJoin"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
        <Identification>
            <JoinWorkgroup>Siddu</JoinWorkgroup>
            <UnsecureJoin>false</UnsecureJoin>
            <DebugJoin>false</DebugJoin>
        </Identification>
    </component>
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Networking-MPSSVC-Svc" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
           <FirewallGroups/>
           <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
           <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
           <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
           <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
        </component>
     <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-TCPIP" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
     <Interfaces>
        <Interface wcm:action="add">
            <Ipv4Settings>
               <DhcpEnabled>false</DhcpEnabled>
            </Ipv4Settings>
            <Ipv6Settings>
               <DhcpEnabled>true</DhcpEnabled>
            </Ipv6Settings>
            <UnicastIpAddresses>
                <IpAddress wcm:action="add" wcm:keyValue="1">192.168.79.171/24</IpAddress>
            </UnicastIpAddresses>
            <Identifier>PROV_DEVICE_MAC_ADD</Identifier>
            <Routes>
                <Route wcm:action="add">
                    <Identifier>0</Identifier>
                    <Prefix>0.0.0.0/0</Prefix>
                    <NextHopAddress>192.168.79.0</NextHopAddress>
                    <Metric>20</Metric>
                </Route>
           </Routes>
        </Interface>
     </Interfaces>
   </component> 
  <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-DNS-Client" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
     <Interfaces>
         <Interface wcm:action="add">
             <DNSServerSearchOrder>
                 <IpAddress wcm:action="add" wcm:keyValue="1">192.168.79.168</IpAddress>
             </DNSServerSearchOrder>
             <EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
             <Identifier>PROV_DEVICE_MAC_ADD</Identifier>
         </Interface>
     </Interfaces>
 </component> 
    </settings>
    <settings pass="oobeSystem">
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
versionScope="nonSxS">
            <UserAccounts>
                <AdministratorPassword>
                    <Value>PROV_WIN_ADMIN_PASSWORD</Value>
                    <PlainText>true</PlainText>
                </AdministratorPassword>
            </UserAccounts>
            <AutoLogon>
                <Enabled>true</Enabled>
                <Username>Administrator</Username>
                <Password>
                    <Value>PROV_WIN_ADMIN_PASSWORD</Value>
                    <PlainText>true</PlainText>
                </Password>
                <LogonCount>3</LogonCount>
            </AutoLogon>
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1024</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>768</VerticalResolution>
            </Display>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>c:\BLProv\wrapper.bat</CommandLine>
                    <Description>Lite Touch new OS</Description>
                    <Order>1</Order>
                </SynchronousCommand>
            </FirstLogonCommands>            
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Other</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
                <SkipUserOOBE>true</SkipUserOOBE>
                <SkipMachineOOBE>true</SkipMachineOOBE>
            </OOBE>
            <RegisteredOrganization/>
            <RegisteredOwner>BL-Target</RegisteredOwner>
            <TimeZone>Dateline Standard Time</TimeZone>         
        </component>
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-International-Core"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
            <InputLocale>0409:00000409</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                    <Path>C:\Drivers</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="2">
                    <Path>X:\Drivers</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
  <cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:K:\win28x64\sources\install.wim#Windows Server 2008 R2 SERVERENTERPRISE"/>
</unattend>

Hi,
Since this issue is more related with Windows Server, I have helped you move this thread to that forum so that you could get help better.
Karen Hu
TechNet Community Support

Similar Messages

  • Creating unattend.xml for Windows 8

    I am trying to create a new unattend.xml file for Windows 8.1 
    Upgraded to MDT 2013 and ADK 8.1.
    MDT is failing to create an XML file. Tried using Windows System Image Manager and failing as well. The log states "1:43 PM : This application requires version 6.3.9600.16384 of the Windows ADK."
    When i am looking version of Windows System Image Manager, the version is 6.3.9600.16384.
    What am i missing?
    Thank you.

    The exe version is 6.3.9431.0. From WindowsBlue-ClientwithApps-64bit-English-X1899605 ISO. And MDT named is "Windows 8 Pro in Windows 8 Pro x64 install.wim" 
    And I upgraded the the deployment share.
    And a new Task sequence is created.
    I think task sequence is not the problem here as Windows
    System Image Manager is failing to create an xml file as well.
    Thank you,

  • Windows 2012 Domain Controller: Failed to open the runspace pool. The Server Manager WinRM plug-in might be corrupted or missing

    Hi all,
    We have been battling a problem for the last couple of days when we try to add the first windows server 2012 DC to an already existing Domain.
    The Server installation goes smoothly and we can add the computer to the domain and its all green.
    After we promote the server to a domain controller the WinRM service starts acting up (not responding anymore).
    The server manager console shows Remote Management as disabled, and when we try to enable it via the console or Powershell it freezes up.
    The AD DS part of the console is saying that there are post-promotion tasks that need to be completed but once we click on the task it takes us to the promotion wizard again, that basically complains that: Failed to open the runspace pool. The Server Manager
    WinRM plug-in might be corrupted or missing.
    In the Remote Management Event log we see the following entry: "The client got a timeout from the network layer (ERROR_WINHTTP_TIMEOUT)" Event ID 138
    We are unable to do anything with the server (demote, add roles, remotely manage...). We tryed the following already:
    1. Recreate from scratch
    2. Checking the GPOs to see if there is anything setup about RM -> came up with nothing
    We just ran out of ideas so HELP PLEASE !
    BR
    Tomaz Praprotnik

    Hi Cicely,
    Yes the error from the Windows Remote Management event log contains (I took out the User and FQDN of the Computer):
    Log Name:      Microsoft-Windows-WinRM/Operational
    Source:        Microsoft-Windows-WinRM
    Date:          3/29/2013 1:38:53 PM
    Event ID:      138
    Task Category: Response handling
    Level:         Error
    Keywords:      Client
    User:         
    Computer:     
    Description:
    The client got a timeout from the network layer (ERROR_WINHTTP_TIMEOUT)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WinRM" Guid="{A7975C8F-AC13-49F1-87DA-5A984A4AB417}" />
        <EventID>138</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>10</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000002</Keywords>
        <TimeCreated SystemTime="2013-03-29T12:38:53.786357100Z" />
        <EventRecordID>6876</EventRecordID>
        <Correlation ActivityID="{18FCFBD2-2B38-0003-D261-FD18382BCE01}" />
        <Execution ProcessID="1084" ThreadID="2924" />
        <Channel>Microsoft-Windows-WinRM/Operational</Channel>
        <Computer></Computer>
        <Security UserID="" />
      </System>
      <EventData>
      </EventData>
    </Event>
    There is also another entry that sometimes comes up:
    Log Name:      Microsoft-Windows-WinRM/Operational
    Source:        Microsoft-Windows-WinRM
    Date:          3/29/2013 1:36:34 PM
    Event ID:      142
    Task Category: Response handling
    Level:         Error
    Keywords:      Client
    User:         
    Computer:     
    Description:
    WSMan operation Invoke failed, error code 2150859046
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WinRM" Guid="{A7975C8F-AC13-49F1-87DA-5A984A4AB417}" />
        <EventID>142</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>10</Task>
        <Opcode>2</Opcode>
        <Keywords>0x4000000000000002</Keywords>
        <TimeCreated SystemTime="2013-03-29T12:36:34.076973400Z" />
        <EventRecordID>6869</EventRecordID>
        <Correlation ActivityID="{18FCFBD2-2B38-0001-F328-FD18382BCE01}" />
        <Execution ProcessID="4888" ThreadID="4392" />
        <Channel>Microsoft-Windows-WinRM/Operational</Channel>
        <Computer></Computer>
        <Security UserID="" />
      </System>
      <EventData>
        <Data Name="operationName">Invoke</Data>
        <Data Name="errorCode">2150859046</Data>
      </EventData>
    </Event>
    Best regards
    Tomaz Praprotnik

  • Windows 8.1 having same issue: Windows could not parse or process unattend answer file (C:\Windows\Panther\unattend.xml) for pass [specialize]. A component or setting specified in the answer file does not exist.

    I know there are similar other issues with IE 10 and Windows 7.  This is WINDOWS 8.1, and the IE Welcome message is totally absent from the default unattend.xml in the c:\windows\panther directory.  In fact, I did a sysprep without using any injected
    unattend.xml - this is the Microsoft Default!
    So I suspect this will start appearing all over again soon.  Anyone figure out what was causing it?
    Here is the new Specialize section from the xml:
    <settings pass="specialize">
            <component name="Microsoft-Windows-Security-SPP-UX" 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">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
            <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
            <component name="Microsoft-Windows-SQMApi" 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">
                <CEIPEnabled>0</CEIPEnabled>
            </component>
            <component name="Microsoft-Windows-SQMApi" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <CEIPEnabled>0</CEIPEnabled>
            </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">
                <!--<CopyProfile>true</CopyProfile>-->       
                <ComputerName>Win8</ComputerName>
                <TimeZone>Pacific Standard Time</TimeZone>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>-->         
                <ComputerName>Win8</ComputerName>
                <TimeZone>Pacific Standard Time</TimeZone>
            </component>
            <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>
                        <Description>Disable UAC for Users</Description>
                        <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA"  /t REG_DWORD /d
    0 /f</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <Description>Disable UAC for Admin</Description>
                        <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "FilterAdministratorToken" /t REG_DWORD
    /d 0 /f</Path>
                    </RunSynchronousCommand>-->
                    <RunSynchronousCommand wcm:action="add">
                        <Description>Enable Admin Account</Description>
                        <Order>3</Order>
                        <Path>net user administrator /active:yes</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Path>powercfg -h off</Path>
                        <Order>4</Order>
                    </RunSynchronousCommand>               
                    <RunSynchronousCommand wcm:action="add">
                        <Order>5</Order>
                        <Path>cmd /c %WINDIR%\Setup\Specialize_x64.cmd</Path>
                    </RunSynchronousCommand>                
                </RunSynchronous>
            </component>
            <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" 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>
                        <Description>Disable UAC for Users</Description>
                        <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA"  /t REG_DWORD /d
    0 /f</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <Description>Disable UAC for Admin</Description>
                        <Path>reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "FilterAdministratorToken" /t REG_DWORD
    /d 0 /f</Path>
                    </RunSynchronousCommand>-->
                    <RunSynchronousCommand wcm:action="add">
                        <Description>Enable Admin Account</Description>
                        <Order>3</Order>
                        <Path>net user administrator /active:yes</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Path>powercfg -h off</Path>
                        <Order>4</Order>
                    </RunSynchronousCommand>               
                    <RunSynchronousCommand wcm:action="add">
                        <Order>5</Order>
                        <Path>cmd /c %WINDIR%\Setup\Specialize_x86.cmd</Path>
                    </RunSynchronousCommand>                
                </RunSynchronous>
            </component>
             <component name="Microsoft-Windows-IE-InternetExplorer" 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">
                <BlockPopups>yes</BlockPopups>
                <CompanyName>FYM Inc</CompanyName>
                <DisableAccelerators>true</DisableAccelerators>
                <DisableDevTools>false</DisableDevTools>
                <DisableFirstRunWizard>true</DisableFirstRunWizard>
                <DisableOOBAccelerators>true</DisableOOBAccelerators>
                <DisableWelcomePage>true</DisableWelcomePage>
                <EnableLinksBar>false</EnableLinksBar>
                <FavoritesDelete>true</FavoritesDelete>
                <FilterLevel>High</FilterLevel>
                <Help_Page>www.google.com</Help_Page>
                <Home_Page>www.google.com</Home_Page>
                <LockToolbars>false</LockToolbars>
                <MSCompatibilityMode>false</MSCompatibilityMode>
                <NoDial>true</NoDial>
                <ShowCommandBar>true</ShowCommandBar>
                <ShowInformationBar>true</ShowInformationBar>
                <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
                <SearchScopes>
                    <Scope wcm:action="add">
                        <DisplayQuickPick>true</DisplayQuickPick>
                        <ScopeDefault>true</ScopeDefault>
                        <ScopeDisplayName>Google</ScopeDisplayName>
                        <ScopeKey>Search1</ScopeKey>
                        <ScopeUrl>http://www.google.com/advanced_search?hl=en</ScopeUrl>
                        <ShowSearchSuggestions>true</ShowSearchSuggestions>
                        <ShowTopResult>true</ShowTopResult>
                    </Scope>
                </SearchScopes>
            </component>
            <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <BlockPopups>yes</BlockPopups>
                <CompanyName>FYM Inc</CompanyName>
                <DisableAccelerators>true</DisableAccelerators>
                <DisableDevTools>false</DisableDevTools>
                <DisableFirstRunWizard>true</DisableFirstRunWizard>
                <DisableOOBAccelerators>true</DisableOOBAccelerators>
                <DisableWelcomePage>true</DisableWelcomePage>
                <EnableLinksBar>false</EnableLinksBar>
                <FavoritesDelete>true</FavoritesDelete>
                <FilterLevel>High</FilterLevel>
                <Help_Page>www.google.com</Help_Page>
                <Home_Page>www.google.com</Home_Page>
                <LockToolbars>false</LockToolbars>
                <MSCompatibilityMode>false</MSCompatibilityMode>
                <NoDial>true</NoDial>
                <ShowCommandBar>true</ShowCommandBar>
                <ShowInformationBar>true</ShowInformationBar>
                <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
                <SearchScopes>
                    <Scope wcm:action="add">
                        <DisplayQuickPick>true</DisplayQuickPick>
                        <ScopeDefault>true</ScopeDefault>
                        <ScopeDisplayName>Google</ScopeDisplayName>
                        <ScopeKey>Search1</ScopeKey>
                        <ScopeUrl>http://www.google.com/advanced_search?hl=en</ScopeUrl>
                        <ShowSearchSuggestions>true</ShowSearchSuggestions>
                        <ShowTopResult>true</ShowTopResult>
                    </Scope>
                </SearchScopes>
            </component>
             <component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
                    <fAllowFullControl>true</fAllowFullControl>
                    <fAllowToGetHelp>true</fAllowToGetHelp>
             </component>
             <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                    <fAllowFullControl>true</fAllowFullControl>
                    <fAllowToGetHelp>true</fAllowToGetHelp>
             </component>
             <component name="Microsoft-Windows-ErrorReportingCore" 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">
                <DisableWER>1</DisableWER>
             </component>
             <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DisableWER>1</DisableWER>
             </component>         
            <component name="Microsoft-Windows-powercpl" 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">
                 <!--  High Performance -->
                 <PreferredPlan>8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</PreferredPlan>
                 <!--  Power saver -->
                 <!--  <PreferredPlan>a1841308-3541-4fab-bc81-f71556f20b4a</PreferredPlan> -->
                 <!--  Balenced -->
                 <!--  <PreferredPlan>381b4222-f694-41f0-9685-ff5bb260df2e</PreferredPlan> -->
            </component>
            <component name="Microsoft-Windows-powercpl" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                 <PreferredPlan>8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</PreferredPlan>
            </component>      
            <component name="Microsoft-Windows-UnattendedJoin" 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">
                <Identification>
                    <JoinWorkgroup>Workgroup</JoinWorkgroup>
                </Identification>
            </component>
            <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Identification>
                    <JoinWorkgroup>Workgroup</JoinWorkgroup>
                </Identification>
            </component>                
            <component name="Microsoft-Windows-AllUserInstallAgent" 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">
                <LogonWaitForPackageRegistration>false</LogonWaitForPackageRegistration>
            </component>
            <component name="Microsoft-Windows-AllUserInstallAgent" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <LogonWaitForPackageRegistration>false</LogonWaitForPackageRegistration>
            </component>        
        </settings>
    I'm thinking of dumping the entire IE section and see what happens.

    I too received this error as I tried to run my first Windows 8.1 deployment. Per another post I commented out this line
    <IEWelcomeMsg>false</IEWelcomeMsg>
    from the IE section of the unattend.xml. I was then able to run my deployment. I do not see this line in your posting though.
    I referenced this link even though it was for Windows 7.
    http://social.technet.microsoft.com/Forums/en-US/c41a2b69-a591-4cd3-86ab-6a0f8a73b858/getting-windows-could-not-parse-or-process-the-unattend-answer-file-for-pass-specialize-with?forum=mdt
    Hope this helps someone.
    JayTheTech
    To clarify, I edited the unattend.xml file from from Deployment Share, not C:\Windows\Panther.
    DS\control\task sequence ID\unattend.xml
    JayTheTech

  • Disabling the Security Manager

    When the J2EE 1.4 refernce server is running with the Security Manager disabled the web based admin console stops working (some sort of JACC error),although asadmin seems to work fine. Which leads to a few questions :
    1. Is there a way to disable the Security Manager and use the web console ?
    2. Are there other downstream effects to running the server without the Security Manager enabled ? What other features can/will fail?
    Its nice to see Sun putting an emphasis on out of the box security, but using the Security Manager is a real pain during development and is overkill for alot of internal deployments.

    Hi,
    There is no mechanism to disable the SecurityManager in J2EE 1.4. JACC (JSR115) is a new spec that went into 1.4 that allowed for plugging authorization provider in the J2EE. This spec makes it mandatory for us to have the security manager on all the time.
    If you turn off the security manager, the web console should not work properly as it is a web app and has security permissions defined that are interpreted by our JACC provider.
    Downstream effects of running the server with security manager disabled, will mean that all checks that we have as part of the server policy will fail and ofcourse all applications that use authorization checks will fail too.
    We have spent considerable time from this release to improve the performance of the system with the security manager enabled. You should look out for the next release coming out that will have these optimizations.

  • How to disable the run-time popup menu in the sequence display on TestStand Operator Interface, that allow the use to skip the test?

    How to disable the run-time popup menu in the sequence display on TestStand Operator Interface, that allow the use to skip the test?

    Hello,
                  Regarding the skip/force pass/force fail options, when I set the ControlExecFlow to True in Teststand 3.1 and 3.5, in the Sequence Editor the menu options for skip/force pass/force fail are not active for Technician but, when I launch the Operator Interface logged with Technician the options are active. The problem is that if the technician sets one step to one of these options, and change the user to Operator, the test step remains skip/force pass.
                  Is there any possibility without modifying the Operator Interface (at programming level), to reload default values of the steps when changing the user to Operator?
    Thank you,
    Best regards,
    paio

  • [BPC 7.0 SP3] Issue to restore a backup using the server manager

    Hello,
    I'm faced with a contraignant issue. I'm trying to restore a previous back up done with the server manager but I get the following error message at the "fileDB" step :
    "Cannot find the Appset or cannot copy files" with a red cross "FileDB : Fail
    I checked the fileDB folder, no files in use by another process.
    I also tried to run a full optimize before running a new back-up, but the restore still failled.
    Has someone already been faced with this problem ?
    Kind regards,
    Lionel

    Thank you Petar for this reply.
    In the file DB I have just a temp file in each subfolder related to the applications, so yes it empty.
    So, I understand that you suggest to use the FileDB of the apshell in place of the second's, right ?
    On the other hand, I'm not sure to understand well when you talk about "blank copy". Do you mean I just have to create an empty folder and make a zip archive ?
    If so, do I have to create the subfolders and the temp files before making the archive ?
    Besides, what is the usefulness of these temp files located in each subfolders ?
    Thank you again for your very useful help.
    Lionel

  • What can be done in our code in order to disable the Link/Hand/Popup actio?

    Hi all,
    We are implementing a process that includes an Adobe Form. This form retrieves some information from our ERP and has some images that represent some executives’ signatures and company’s logo. At runtime, this application seems right, but when you place the mouse over the images a “Hand” appears and a click is possible. If you click over it, a FileSystem PopUp appears and you can choose a new image. What can be done in our code in order to disable the “Link/Hand/Popup” action??
    Regards and Thanks in advance!

    Hi Carlos,
    You can write a script to make it readonly .
    Click on the image element .check the object properties.
    find the bind
    nd u can use the formcalc script to disable action like;
    Event :Initialize
    Script :formcalc
    runat :client
    Subform.image1.access="readOnly"
    Swathi
    Do offer pts:-)

  • Disable the Remote Management Service?

    I know this is "Why would anyone want to do this" question but we are having conflicting issues in one of our labs between NetSupport and Zenworks when trying to run Adobe Flash. NetSupport is a tool that quite a few of our lab teachers use, it gives them the ability to see all of there students screens, take control of them, and a few other features, all from a console that runs on the teacher machine.
    The problem comes in when running Flash if the student tries to create a text box and scroll inside of it then the computer crashes. We contacted NetSupport for help with this and they had us run a reporting tool that looked at the hardware setup and driver information. Then they setup a test machine and tried to replicate the problem and they were not able to. However they tech did note that in the scan of the machine there could be a conflicting issue between NetSupports Mirror Driver and DemoForge TightVNC Mirror Driver. I assumed the latter was part of Zenworks remote management. So we stopped the remote management service on a machine and tried to replicate the problem. We did not encounter the problem so we turned the remote management service back on and sure enough as soon as we tried to replicate the problem again the machine crashed.
    Now when we tried to disable the remote management service in the services menu but it will not stay disable as soon as the machine restarts the remote management service is running and its set to automatic again.
    Is there anyway to disable (preferable) or remove just the remote management piece with out removing the rest of the client from the machines?
    Thanks,
    Mike

    You can configure this in the ZCC for which components you want
    installed. You can deselect Remote Management.
    Note: You can also disable or remove the Mirror Driver from the Devices
    Control Panel under Display Drivers and it will not come back.
    On 1/13/2012 2:36 PM, mshicks wrote:
    >
    > I know this is "Why would anyone want to do this" question but we are
    > having conflicting issues in one of our labs between NetSupport and
    > Zenworks when trying to run Adobe Flash. NetSupport is a tool that quite
    > a few of our lab teachers use, it gives them the ability to see all of
    > there students screens, take control of them, and a few other features,
    > all from a console that runs on the teacher machine.
    >
    > The problem comes in when running Flash if the student tries to create
    > a text box and scroll inside of it then the computer crashes. We
    > contacted NetSupport for help with this and they had us run a reporting
    > tool that looked at the hardware setup and driver information. Then they
    > setup a test machine and tried to replicate the problem and they were
    > not able to. However they tech did note that in the scan of the machine
    > there could be a conflicting issue between NetSupports Mirror Driver and
    > DemoForge TightVNC Mirror Driver. I assumed the latter was part of
    > Zenworks remote management. So we stopped the remote management service
    > on a machine and tried to replicate the problem. We did not encounter
    > the problem so we turned the remote management service back on and sure
    > enough as soon as we tried to replicate the problem again the machine
    > crashed.
    >
    > Now when we tried to disable the remote management service in the
    > services menu but it will not stay disable as soon as the machine
    > restarts the remote management service is running and its set to
    > automatic again.
    >
    > Is there anyway to disable (preferable) or remove just the remote
    > management piece with out removing the rest of the client from the
    > machines?
    >
    > Thanks,
    > Mike
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Can I have the Server Manager in English on a Swedish OS?

    I am using Windows 8.1 to manage all my servers. Of course all our servers are installed in the English language (what else?), but our client operating systems are in Swedish.
    This leads to a very annoying problem, the server manager on my client OS is translated to Swedish, which makes it very hard to manage since all the terminology is messed up beyond recognition.
    Is there a way to have my "Server Manager" in Swedish without changing the display language of my client OS?

    Hi,
    When you download the Remote Server Administration Tools for Windows 8.1, you could choose the language in Swedish.
    http://www.microsoft.com/en-us/download/details.aspx?id=39296
    And if you have already installed the Tools in English, i think you could not change the language without changing the dispaly language.
    Regards.
    Vivian Wang

  • The server responded with an error.  Access to "Don Weist/Winhall" in "Work" in account "iCloud" is not permitted.  The server responded: "403" to operation CalDAVWriteEntityQueueableOperation.

    "The server responded with an error.
    Access to “Don Weist/Winhall” in “Work” in account “iCloud” is not permitted.  The server responded: “403” to operation CalDAVWriteEntityQueueableOperation."
    Does anyone know how to repair this problem.  It just began happening today.
    Thanks,
    Ken

    We previously had a similar issue when migrating multiple accounts from MobileMe to iCloud.  The issue was resolved by disabling and then enabling iCal sync through iCloud on our iMacs in System Preferences.
    Always backup your calendar before troubleshooting (File > Export > iCal Archive).
    The following steps are roughly from a Apple Support Community discussion.
    Open iCloud in System Preferences.
    Switch off (uncheck) iCal sync in iCloud System Preferences pane.
    Backup iCal before doing this. You will need to remove calendar data.
    Open iCal and verify the iCloud account is removed in the iCal preferences under accounts.
    Close iCal, reopen System Preference and switch on (check) iCal sync in iCloud System Preferences pane.
    Reopen iCal and verify the iCloud account is enabled in the iCal preferences under accounts.
    At this point if the problem persists you might try completely signing out of iCloud and then signing back in. But remember to backup all related data (iCal, Contacts, Mail, Photostream, etc) before turning off iCloud sync!

  • How do I disable the hardware acceleration in Flash player on a Windows XP machine remotely?

    How do I disable the hardware acceleration in Flash player on a Windows XP machine remotely?
    I have a few hundred computers running Adobe Flash Player.
    The operation system is Windows XP.
    They are Compaq 6005 desktop PC’s, with an inbuilt ATI radeon HD 4200 video card.
    We have a persistent issue where viewing a flash video (e.g. something on youtube) causes the video card driver to crash.  You are left with no video signal to the monitor.  Audio continues and the computer still responds to commands. This only happens when watching flash video.
    We have tried:
    Updating flash plugin (numerous versions)
    Updating the video card drivers (we have tried the last three video card driver versions, including the HP drivers and ATI drivers)
    Updating the browsers (this problem happens with IE8/9 and Firefox10/11/12)
    There seems to be two ways to work round this issue.  One is to disable the video acceleration in the ‘troubleshoot’ section in the advanced part of the display settings area in windows.  The other way is to start a flash video, right click, go to ‘settings’ and untick the box marked ‘Enable Hardware Acceleration’.
    Doing either of these things allows the user to view flash videos with no apparent issues.
    Is there a way to disable the hardware acceleration in Flash without visiting the PC?  Perhaps an undocumented option in the mms.cfg file? I understand that you can use an option to skip the video card check, and so force hardware acceleration on, can you do the opposite?
    Thanks in advance
    Daniel.

    Hi.
    I have had over 200 views, and no suggestions as to how this could be fixed.
    I have also posted in the general flash forum, that thread has fewer views.
    If I should put this question in a different forum please let me know which one.
    If what I am asking is not possible is there a mechanism for escalating this issue or requesting a feature for the next version of flash?
    Thanks.

  • My Apple id was disabled and had to make a new one for iTunes but it's not letting me erase then re download the app with the new Apple ID

    My Apple id was disabled and had to make a new one for iTunes but it's not letting me erase then re download the app with the new Apple ID   Just got an iPad air 2 so my iCloud and family sharing is with the one that's disabled. Which I don't know how to switch to my new one, so I trying to erase my apps that won't load and just re download them with my new ID that is being used with the iTunes n app store but I can't even find most in purchased plus it's saying that I can't get it cuz that ID is not with family sharing but I donT know why it would not be. Please someone help.

    OOk so I have my new Apple id in my iTunes account but my old Apple ID is the one that is in the iCloud account which is the Apple ID have been using for years and the reason I cannot get it on this abled is because somebody was using my credit card or debit card that was on file for family sharing and it was a stolen iPhone from my account so they had to disable my Apple ID and I could not use my debit card anymore on any Apple ID ever again they said because of it so I can't get it not to be disabled and I can't sign into iTunes with it I already have signed out and signed in with my new Apple ID for iTunes it's just iCloud is not letting me load anything so pretty much what I've been doing is I have to erase every app and then re-dumb going to iTunes and re-download the apps again but the only issue is that I still have a disabled Apple ID as my iCloud settings and my iCloud family sharing in all of that so I'm wondering how or is it possible to change my Apple ID for iCloud specifically because when I go into Icloud and settings and go into my name where my Apple ID is the one that's disabled it doesn't say anything about log out or sign out or anything like that it just says to put the password for it so is there a way to change the Apple ID for my iCloud so that my iTunes in my iCloud is the same Apple ID?

  • The Server Core installation option is recommended for servers running Hyper-V

    Hi,
    I installed Hyper-V Server 2008 R2 on my machine and upon running BPA it says that 
    The Server Core installation option is recommended for servers running Hyper-V
    I don't understand what it meant by re-installing hyper-v core instead of the full installation. My Hyper-v is a stand-alone Hyper-V Server 2008 R2 that is the free one.
    Thanks!
    JAnus

    Hi JAnus,
    I am afraid you can not change that report .
    Please just ignore that .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is it appropriate to apply the hardening settings for Windows 2008 R2 server to Windows 2008 server?

    We would like to adopt the hardening recommendation for Windows 2008 R2 from CIS to all our DC servers. However, but then we found some of our DC in remote sites are Windows 2008 server only.
    Is the hardening settings from Windows 2008 R2 from CIS also applicable to Windows 2008 DC?
    Thanks for your attention.

    Yes, this should be fine. Hardening only specific security settings, registry keys etc and there's not much difference if you consider hardening.
    Just for reference, here's the difference between 2008 and R2 :
    http://technet.microsoft.com/en-us/library/dd391932(WS.10).aspx
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

Maybe you are looking for

  • I would like to send an e-mail to apple saying that i cannot remember my security questions's answers

    I would like to send an e-mail to apple saying that i cannot remember my security questions's answers. i just wanted to buy James Arthur's album to put on my sisters ipod and i could not remember the security questions's answers

  • SM 13

    i see errors in SM13 Tcode in function module "CRM_SCHEDLIN_UPSATE_DU". Can anybody help me out from this error ?

  • Documentation for Upgrading the Roles/Authorisatiosn

    Hi, I have upgraded my BW 3.5 system to BW 7.0(NW2004 to NW2004s Upgrade) Please let me know the link where i can get the documentation for the following activities 1. Generatin of Roles/Authorisation --The document which tell me teh step by step act

  • Can you please give some feedback for my new website

    Hey guys I recently launched a new website. Its of freelance niche. http://www.zumzzy.com/ Brief Intro of the site: Basically here the freelancers can list their services, upload their portfolio, contact details etc. And a person looking for such ser

  • WN 2000, Oracle 8.0 Forms 6i

    Can all these products be installed together? Any time I tried to install Forms 6i in a Wn 2000 OS running an Oracle 8.0 the Oracle Installer failed. What's wrong. Do i need to update to 8i?