home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / ServerStandard.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-01-05  |  66.7 KB  |  1,353 lines

  1. <?xml version="1.0"?>
  2. <unattend>
  3.     <settings pass="offlineServicing">
  4.         <component name="Microsoft-Windows-BaseCrashDumpSettings"
  5.                    processorArchitecture="x86"
  6.                    publicKeyToken="31bf3856ad364e35"
  7.                    language="neutral"
  8.                    versionScope="nonSxS">
  9.  
  10.         <!--
  11.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
  12.             -->
  13.           <AutoReboot>1</AutoReboot>
  14.           <CrashDumpEnabled>2</CrashDumpEnabled>
  15.         </component>
  16.  
  17.         <component name="Microsoft-Windows-BaseCrashDumpSettings"
  18.                    processorArchitecture="amd64"
  19.                    publicKeyToken="31bf3856ad364e35"
  20.                    language="neutral"
  21.                    versionScope="nonSxS">
  22.  
  23.         <!--
  24.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
  25.             -->
  26.           <AutoReboot>1</AutoReboot>
  27.           <CrashDumpEnabled>2</CrashDumpEnabled>
  28.         </component>
  29.  
  30.         <component name="Microsoft-Windows-BaseCrashDumpSettings"
  31.                    processorArchitecture="ia64"
  32.                    publicKeyToken="31bf3856ad364e35"
  33.                    language="neutral"
  34.                    versionScope="nonSxS">
  35.  
  36.         <!--
  37.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
  38.             -->
  39.           <AutoReboot>1</AutoReboot>
  40.           <CrashDumpEnabled>2</CrashDumpEnabled>
  41.         </component>
  42.  
  43.         <component name="Microsoft-Windows-Web-Services-for-Management-Core"
  44.             processorArchitecture= "x86"
  45.             publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  46.             <ServiceStartType>2</ServiceStartType>
  47.         </component>
  48.         <component name="Microsoft-Windows-Web-Services-for-Management-Core"
  49.             processorArchitecture= "amd64"
  50.             publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  51.             <ServiceStartType>2</ServiceStartType>
  52.         </component>
  53.         <component name="Microsoft-Windows-Web-Services-for-Management-Core"
  54.             processorArchitecture= "ia64"
  55.             publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  56.             <ServiceStartType>2</ServiceStartType>
  57.         </component>
  58.  
  59.         <component name="Microsoft-Windows-DiagnosticInfrastructure-Settings"
  60.                    processorArchitecture="x86"
  61.                    publicKeyToken="31bf3856ad364e35"
  62.                    language="neutral"
  63.                    versionScope="nonSxS">
  64.  
  65.             <!--
  66.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\Circular Kernel Context Logger!EnableKernelFlags]
  67.                 (REG_BINARY): 0723000000000000000000000000000000000000000000000000000000000000
  68.  
  69.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\Circular Kernel Context Logger!Start]
  70.                 (REG_DWORD): 0
  71.             -->
  72.  
  73.             <EnableKernelFlags>0723000000000000000000000000000000000000000000000000000000000000</EnableKernelFlags>
  74.             <Start>0</Start>
  75.         </component>
  76.         <component name="Microsoft-Windows-DiagnosticInfrastructure-Settings"
  77.                    processorArchitecture="amd64"
  78.                    publicKeyToken="31bf3856ad364e35"
  79.                    language="neutral"
  80.                    versionScope="nonSxS">
  81.             <EnableKernelFlags>0723000000000000000000000000000000000000000000000000000000000000</EnableKernelFlags>
  82.             <Start>0</Start>
  83.         </component>
  84.         <component name="Microsoft-Windows-DiagnosticInfrastructure-Settings"
  85.                    processorArchitecture="ia64"
  86.                    publicKeyToken="31bf3856ad364e35"
  87.                    language="neutral"
  88.                    versionScope="nonSxS">
  89.             <EnableKernelFlags>0723000000000000000000000000000000000000000000000000000000000000</EnableKernelFlags>
  90.             <Start>0</Start>
  91.         </component>
  92.  
  93.  
  94.         <component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
  95.                    processorArchitecture="x86"
  96.                    publicKeyToken="31bf3856ad364e35"
  97.                    language="neutral"
  98.                    versionScope="nonSxS">
  99.  
  100.             <!--
  101.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server!AllowRemoteRPC]
  102.                 (REG_DWORD): 1
  103.             -->
  104.  
  105.             <AllowRemoteRPC>true</AllowRemoteRPC>
  106.         </component>
  107.         <component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
  108.                    processorArchitecture="amd64"
  109.                    publicKeyToken="31bf3856ad364e35"
  110.                    language="neutral"
  111.                    versionScope="nonSxS">
  112.             <AllowRemoteRPC>true</AllowRemoteRPC>
  113.         </component>
  114.         <component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
  115.                    processorArchitecture="ia64"
  116.                    publicKeyToken="31bf3856ad364e35"
  117.                    language="neutral"
  118.                    versionScope="nonSxS">
  119.             <AllowRemoteRPC>true</AllowRemoteRPC>
  120.         </component>
  121.  
  122.         <component name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
  123.                    processorArchitecture="x86"
  124.                    publicKeyToken="31bf3856ad364e35"
  125.                    language="neutral"
  126.                    versionScope="nonSxS">
  127.  
  128.             <!--
  129.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server!PerSessionTempDir]
  130.                 (REG_DWORD): 1
  131.             -->
  132.  
  133.             <PerSessionTempDir>true</PerSessionTempDir>
  134.         </component>
  135.         <component name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
  136.                    processorArchitecture="amd64"
  137.                    publicKeyToken="31bf3856ad364e35"
  138.                    language="neutral"
  139.                    versionScope="nonSxS">
  140.             <PerSessionTempDir>true</PerSessionTempDir>
  141.         </component>
  142.         <component name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
  143.                    processorArchitecture="ia64"
  144.                    publicKeyToken="31bf3856ad364e35"
  145.                    language="neutral"
  146.                    versionScope="nonSxS">
  147.             <PerSessionTempDir>true</PerSessionTempDir>
  148.         </component>
  149.  
  150.         <component name="Microsoft-Windows-FileInfoMinifilter"
  151.                    processorArchitecture="x86"
  152.                    publicKeyToken="31bf3856ad364e35"
  153.                    language="neutral"
  154.                    versionScope="nonSxS">
  155.  
  156.             <!--
  157.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\fileinfo!Start]
  158.                 (REG_DWORD): 3
  159.             -->
  160.  
  161.             <Start>3</Start>
  162.         </component>
  163.  
  164.         <component name="Microsoft-Windows-FileInfoMinifilter"
  165.                    processorArchitecture="amd64"
  166.                    publicKeyToken="31bf3856ad364e35"
  167.                    language="neutral"
  168.                    versionScope="nonSxS">
  169.  
  170.             <!--
  171.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\fileinfo!Start]
  172.                 (REG_DWORD): 3
  173.             -->
  174.  
  175.             <Start>3</Start>
  176.         </component>
  177.  
  178.         <component name="Microsoft-Windows-FileInfoMinifilter"
  179.                    processorArchitecture="ia64"
  180.                    publicKeyToken="31bf3856ad364e35"
  181.                    language="neutral"
  182.                    versionScope="nonSxS">
  183.  
  184.             <!--
  185.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\fileinfo!Start]
  186.                 (REG_DWORD): 3
  187.             -->
  188.  
  189.             <Start>3</Start>
  190.         </component>
  191.  
  192.         <component name="Microsoft-Windows-PartitionManager"
  193.                    processorArchitecture="x86"
  194.                    publicKeyToken="31bf3856ad364e35"
  195.                    language="neutral"
  196.                    versionScope="nonSxS">
  197.  
  198.             <!--
  199.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\partmgr\Parameters!SanPolicy]
  200.                 (REG_DWORD): 1
  201.             -->
  202.  
  203.             <SanPolicy>1</SanPolicy>
  204.         </component>
  205.  
  206.         <component name="Microsoft-Windows-PartitionManager"
  207.                    processorArchitecture="amd64"
  208.                    publicKeyToken="31bf3856ad364e35"
  209.                    language="neutral"
  210.                    versionScope="nonSxS">
  211.  
  212.             <!--
  213.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\partmgr\Parameters!SanPolicy]
  214.                 (REG_DWORD): 1
  215.             -->
  216.  
  217.             <SanPolicy>1</SanPolicy>
  218.         </component>
  219.  
  220.         <component name="Microsoft-Windows-PartitionManager"
  221.                    processorArchitecture="ia64"
  222.                    publicKeyToken="31bf3856ad364e35"
  223.                    language="neutral"
  224.                    versionScope="nonSxS">
  225.  
  226.             <!--
  227.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\partmgr\Parameters!SanPolicy]
  228.                 (REG_DWORD): 1
  229.             -->
  230.  
  231.             <SanPolicy>1</SanPolicy>
  232.         </component>
  233.  
  234.         <component name="Microsoft-Windows-SystemMaintenanceService"
  235.                    processorArchitecture="x86"
  236.                    publicKeyToken="31bf3856ad364e35"
  237.                    language="neutral"
  238.                    versionScope="nonSxS">
  239.  
  240.             <!--
  241.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sysmain!Start]
  242.                 (REG_DWORD): 4
  243.             -->
  244.  
  245.             <Start>4</Start>
  246.         </component>
  247.  
  248.         <component name="Microsoft-Windows-SystemMaintenanceService"
  249.                    processorArchitecture="amd64"
  250.                    publicKeyToken="31bf3856ad364e35"
  251.                    language="neutral"
  252.                    versionScope="nonSxS">
  253.  
  254.             <!--
  255.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sysmain!Start]
  256.                 (REG_DWORD): 4
  257.             -->
  258.  
  259.             <Start>4</Start>
  260.         </component>
  261.  
  262.         <component name="Microsoft-Windows-SystemMaintenanceService"
  263.                    processorArchitecture="ia64"
  264.                    publicKeyToken="31bf3856ad364e35"
  265.                    language="neutral"
  266.                    versionScope="nonSxS">
  267.  
  268.             <!--
  269.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sysmain!Start]
  270.                 (REG_DWORD): 4
  271.             -->
  272.  
  273.             <Start>4</Start>
  274.         </component>
  275.  
  276.         <component name="Microsoft-Windows-Win32k-Settings"
  277.                    processorArchitecture="x86"
  278.                    publicKeyToken="31bf3856ad364e35"
  279.                    language="neutral"
  280.                    versionScope="nonSxS">
  281.             <!--
  282.             [HKEY_USERS\.DEFAULT\Control Panel\Colors!Background]
  283.                 (REG_SZ): 102 111 116
  284.             -->
  285.             <!--
  286.                  [HKEY_CURRENT_USER\Control Panel\Colors!Background]
  287.                  (REG_SZ): 29 95 122
  288.             -->
  289.  
  290.             <Background>102 111 116</Background>
  291.             <Background1>29 95 122</Background1>
  292.         </component>
  293.         <component name="Microsoft-Windows-Win32k-Settings"
  294.                    processorArchitecture="amd64"
  295.                    publicKeyToken="31bf3856ad364e35"
  296.                    language="neutral"
  297.                    versionScope="nonSxS">
  298.             <Background>102 111 116</Background>
  299.             <Background1>29 95 122</Background1>
  300.         </component>
  301.         <component name="Microsoft-Windows-Win32k-Settings"
  302.                    processorArchitecture="ia64"
  303.                    publicKeyToken="31bf3856ad364e35"
  304.                    language="neutral"
  305.                    versionScope="nonSxS">
  306.             <Background>102 111 116</Background>
  307.             <Background1>29 95 122</Background1>
  308.         </component>
  309.  
  310.         <component name="Microsoft-Windows-MMCSS"
  311.                    processorArchitecture="x86"
  312.                    language="neutral"
  313.                    publicKeyToken="31bf3856ad364e35"
  314.                    versionScope="nonSxS">
  315.  
  316.             <!--
  317.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile!SystemResponsiveness]
  318.                 (REG_DWORD): 100
  319.  
  320.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MMCSS!Start]
  321.                 (REG_DWORD): 3
  322.  
  323.             -->
  324.  
  325.             <SystemResponsiveness>100</SystemResponsiveness>
  326.             <Start>3</Start>
  327.         </component>
  328.  
  329.         <component name="Microsoft-Windows-MMCSS"
  330.                    processorArchitecture="amd64"
  331.                    language="neutral"
  332.                    publicKeyToken="31bf3856ad364e35"
  333.                    versionScope="nonSxS">
  334.  
  335.             <!--
  336.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile!SystemResponsiveness]
  337.                 (REG_DWORD): 100
  338.  
  339.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MMCSS!Start]
  340.                 (REG_DWORD): 3
  341.  
  342.             -->
  343.  
  344.             <SystemResponsiveness>100</SystemResponsiveness>
  345.             <Start>3</Start>
  346.         </component>
  347.  
  348.         <component name="Microsoft-Windows-MMCSS"
  349.                    processorArchitecture="ia64"
  350.                    language="neutral"
  351.                    publicKeyToken="31bf3856ad364e35"
  352.                    versionScope="nonSxS">
  353.  
  354.             <!--
  355.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile!SystemResponsiveness]
  356.                 (REG_DWORD): 100
  357.  
  358.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MMCSS!Start]
  359.                 (REG_DWORD): 3
  360.  
  361.             -->
  362.  
  363.             <SystemResponsiveness>100</SystemResponsiveness>
  364.             <Start>3</Start>
  365.         </component>
  366.  
  367.         <component name="Microsoft-Windows-OfflineFiles-Service"
  368.            processorArchitecture="x86"
  369.            publicKeyToken="31bf3856ad364e35"
  370.            language="neutral"
  371.            versionScope="nonSxS">
  372.            <!--
  373.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CscService!Start]
  374.                     (REG_DWORD): 4
  375.            -->
  376.  
  377.             <ServiceStart>4</ServiceStart>
  378.         </component>
  379.  
  380.         <component name="Microsoft-Windows-OfflineFiles-Core"
  381.            processorArchitecture="x86"
  382.            publicKeyToken="31bf3856ad364e35"
  383.            language="neutral"
  384.            versionScope="nonSxS">
  385.            <!--
  386.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc!Start]
  387.                     (REG_DWORD): 4
  388.            -->
  389.  
  390.             <DriverStartType>4</DriverStartType>
  391.         </component>
  392.  
  393.  
  394.         <component name="Microsoft-Windows-OfflineFiles-Service"
  395.            processorArchitecture="amd64"
  396.            publicKeyToken="31bf3856ad364e35"
  397.            language="neutral"
  398.            versionScope="nonSxS">
  399.            <!--
  400.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CscService!Start]
  401.                     (REG_DWORD): 4
  402.            -->
  403.  
  404.             <ServiceStart>4</ServiceStart>
  405.         </component>
  406.  
  407.         <component name="Microsoft-Windows-OfflineFiles-Core"
  408.            processorArchitecture="amd64"
  409.            publicKeyToken="31bf3856ad364e35"
  410.            language="neutral"
  411.            versionScope="nonSxS">
  412.            <!--
  413.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc!Start]
  414.                     (REG_DWORD): 4
  415.            -->
  416.  
  417.             <DriverStartType>4</DriverStartType>
  418.         </component>
  419.  
  420.  
  421.         <component name="Microsoft-Windows-OfflineFiles-Service"
  422.            processorArchitecture="ia64"
  423.            publicKeyToken="31bf3856ad364e35"
  424.            language="neutral"
  425.            versionScope="nonSxS">
  426.            <!--
  427.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CscService!Start]
  428.                     (REG_DWORD): 4
  429.            -->
  430.  
  431.             <ServiceStart>4</ServiceStart>
  432.         </component>
  433.  
  434.         <component name="Microsoft-Windows-OfflineFiles-Core"
  435.            processorArchitecture="ia64"
  436.            publicKeyToken="31bf3856ad364e35"
  437.            language="neutral"
  438.            versionScope="nonSxS">
  439.            <!--
  440.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc!Start]
  441.                     (REG_DWORD): 4
  442.            -->
  443.  
  444.             <DriverStartType>4</DriverStartType>
  445.         </component>
  446.  
  447.         <component name="Microsoft-Windows-BrowserService"
  448.            processorArchitecture="x86"
  449.            publicKeyToken="31bf3856ad364e35"
  450.            language="neutral"
  451.            versionScope="nonSxS">
  452.            <!--
  453.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser!Start]
  454.                     (REG_DWORD): 4
  455.            -->
  456.  
  457.            <ServiceStart>4</ServiceStart>
  458.         </component>
  459.  
  460.         <component name="Microsoft-Windows-BrowserService"
  461.            processorArchitecture="amd64"
  462.            publicKeyToken="31bf3856ad364e35"
  463.            language="neutral"
  464.            versionScope="nonSxS">
  465.            <!--
  466.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser!Start]
  467.                     (REG_DWORD): 4
  468.            -->
  469.  
  470.            <ServiceStart>4</ServiceStart>
  471.         </component>
  472.  
  473.         <component name="Microsoft-Windows-BrowserService"
  474.            processorArchitecture="ia64"
  475.            publicKeyToken="31bf3856ad364e35"
  476.            language="neutral"
  477.            versionScope="nonSxS">
  478.            <!--
  479.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser!Start]
  480.                     (REG_DWORD): 4
  481.            -->
  482.  
  483.            <ServiceStart>4</ServiceStart>
  484.         </component>
  485.  
  486.         <component name="Microsoft-Windows-Printing-Spooler-Networkclient"
  487.                    processorArchitecture="x86"
  488.                    publicKeyToken="31bf3856ad364e35"
  489.                    language="neutral"
  490.                    versionScope="nonSxS">
  491.  
  492.             <!--
  493.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Providers\LanMan Print Services\Servers!AddPrinterDrivers]
  494.                 (REG_DWORD): 1
  495.             -->
  496.  
  497.             <AddPrinterDrivers>1</AddPrinterDrivers>
  498.         </component>
  499.         <component name="Microsoft-Windows-Printing-Spooler-Networkclient"
  500.                    processorArchitecture="amd64"
  501.                    publicKeyToken="31bf3856ad364e35"
  502.                    language="neutral"
  503.                    versionScope="nonSxS">
  504.             <AddPrinterDrivers>1</AddPrinterDrivers>
  505.         </component>
  506.         <component name="Microsoft-Windows-Printing-Spooler-Networkclient"
  507.                    processorArchitecture="ia64"
  508.                    publicKeyToken="31bf3856ad364e35"
  509.                    language="neutral"
  510.                    versionScope="nonSxS">
  511.             <AddPrinterDrivers>1</AddPrinterDrivers>
  512.         </component>
  513.  
  514.         <component name="Networking-MPSSVC-Svc"
  515.                    processorArchitecture="x86"
  516.                    publicKeyToken="31bf3856ad364e35"
  517.                    language="neutral"
  518.                    versionScope="nonSxS">
  519.  
  520.             <!--
  521.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile!DisableNotifications]
  522.                 (REG_DWORD): 1
  523.  
  524.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile!DisableNotifications]
  525.                 (REG_DWORD): 1
  526.  
  527.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy\DomainProfile!DisableNotifications]
  528.                 (REG_DWORD): 1
  529.  
  530.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy\StandardProfile!DisableNotifications]
  531.                 (REG_DWORD): 1
  532.  
  533.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile!EnableFirewall]
  534.                 (REG_DWORD): 0
  535.  
  536.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile!EnableFirewall]
  537.                 (REG_DWORD): 0
  538.  
  539.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy\DomainProfile!EnableFirewall]
  540.                 (REG_DWORD): 0
  541.  
  542.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy\StandardProfile!EnableFirewall]
  543.                 (REG_DWORD): 0
  544.  
  545.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy!DisableStatefulFTP]
  546.                 (REG_DWORD): 1
  547.  
  548.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy!DisableStatefulPPTP]
  549.                 (REG_DWORD): 1
  550.  
  551.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy!DisableStatefulFTP]
  552.                 (REG_DWORD): 1
  553.  
  554.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy!DisableStatefulPPTP]
  555.                 (REG_DWORD): 1
  556.             -->
  557.  
  558.             <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
  559.             <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
  560.             <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
  561.             <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
  562.             <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
  563.             <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
  564.  
  565.             <DisableStatefulFTP>true</DisableStatefulFTP>
  566.             <DisableStatefulPPTP>true</DisableStatefulPPTP>
  567.             <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
  568.             <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
  569.  
  570.         </component>
  571.         <component name="Networking-MPSSVC-Svc"
  572.                    processorArchitecture="amd64"
  573.                    publicKeyToken="31bf3856ad364e35"
  574.                    language="neutral"
  575.                    versionScope="nonSxS">
  576.             <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
  577.             <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
  578.             <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
  579.             <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
  580.             <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
  581.             <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
  582.  
  583.             <DisableStatefulFTP>true</DisableStatefulFTP>
  584.             <DisableStatefulPPTP>true</DisableStatefulPPTP>
  585.             <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
  586.             <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
  587.         </component>
  588.         <component name="Networking-MPSSVC-Svc"
  589.                    processorArchitecture="ia64"
  590.                    publicKeyToken="31bf3856ad364e35"
  591.                    language="neutral"
  592.                    versionScope="nonSxS">
  593.             <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
  594.             <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
  595.             <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
  596.             <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
  597.             <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
  598.             <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
  599.  
  600.             <DisableStatefulFTP>true</DisableStatefulFTP>
  601.             <DisableStatefulPPTP>true</DisableStatefulPPTP>
  602.             <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
  603.             <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
  604.         </component>
  605.  
  606.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  607.                    processorArchitecture="x86"
  608.                    publicKeyToken="31bf3856ad364e35"
  609.                    language="neutral"
  610.                    versionScope="nonSxS">
  611.            <!--
  612.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp!ColorDepth]
  613.                     (REG_DWORD): 1
  614.            -->
  615.  
  616.             <ColorDepth>3</ColorDepth>
  617.  
  618.            <!--
  619.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd!fDisableCam]
  620.                     (REG_DWORD): 1
  621.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp!fDisableCam]
  622.                     (REG_DWORD): 1
  623.            -->
  624.  
  625.             <fDisableCam_Wds>true</fDisableCam_Wds>
  626.             <fDisableCam>1</fDisableCam>
  627.         </component>
  628.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  629.                    processorArchitecture="amd64"
  630.                    publicKeyToken="31bf3856ad364e35"
  631.                    language="neutral"
  632.                    versionScope="nonSxS">
  633.             <ColorDepth>3</ColorDepth>
  634.             <fDisableCam_Wds>true</fDisableCam_Wds>
  635.             <fDisableCam>1</fDisableCam>
  636.         </component>
  637.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  638.                    processorArchitecture="ia64"
  639.                    publicKeyToken="31bf3856ad364e35"
  640.                    language="neutral"
  641.                    versionScope="nonSxS">
  642.             <ColorDepth>3</ColorDepth>
  643.             <fDisableCam_Wds>true</fDisableCam_Wds>
  644.             <fDisableCam>1</fDisableCam>
  645.         </component>
  646.  
  647.         <component name="Microsoft-Windows-Services-ServiceController"
  648.                    processorArchitecture="x86"
  649.                    publicKeyToken="31bf3856ad364e35"
  650.                    language="neutral"
  651.                    versionScope="nonSxS">
  652.             <!--
  653.                   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder!List]
  654.                      (REG_MULTI_SZ):
  655.                             System Reserved
  656.                             EMS
  657.                             WdfLoadGroup
  658.                             Boot Bus Extender
  659.                             System Bus Extender
  660.                             SCSI miniport
  661.                             Port
  662.                             Primary Disk
  663.                             SCSI Class
  664.                             SCSI CDROM Class
  665.                             FSFilter Infrastructure
  666.                             FSFilter System
  667.                             FSFilter Bottom
  668.                             FSFilter Copy Protection
  669.                             FSFilter Security Enhancer
  670.                             FSFilter Open File
  671.                             FSFilter Physical Quota Management
  672.                             FSFilter Virtualization
  673.                             FSFilter Encryption
  674.                             FSFilter Compression
  675.                             FSFilter Imaging
  676.                             FSFilter HSM
  677.                             FSFilter Cluster File System
  678.                             FSFilter System Recovery
  679.                             FSFilter Quota Management
  680.                             FSFilter Content Screener
  681.                             FSFilter Continuous Backup
  682.                             FSFilter Replication
  683.                             FSFilter Anti-Virus
  684.                             FSFilter Undelete
  685.                             FSFilter Activity Monitor
  686.                             FSFilter Top
  687.                             Filter
  688.                             Boot File System
  689.                             Base
  690.                             Pointer Port
  691.                             Keyboard Port
  692.                             Pointer Class
  693.                             Keyboard Class
  694.                             Video Init
  695.                             Video
  696.                             Video Save
  697.                             File System
  698.                             Streams Drivers
  699.                             NDIS Wrapper
  700.                             COM Infrastructure
  701.                             Event Log
  702.                             ProfSvc_Group
  703.                             UIGroup
  704.                             PlugPlay
  705.                             PNP_TDI
  706.                             NDIS
  707.                             TDI
  708.                             iSCSI
  709.                             NetBIOSGroup
  710.                             ShellSvcGroup
  711.                             SchedulerGroup
  712.                             AudioGroup
  713.                             SmartCardGroup
  714.                             NetworkProvider
  715.                             MS_WindowsRemoteValidation
  716.                             MS_WindowsLocalValidation
  717.                             SpoolerGroup
  718.                             NetDDEGroup
  719.                             Parallel arbitrator
  720.                             Extended Base
  721.                             PCI Configuration
  722.                             MS Transactions
  723.              -->
  724.  
  725.             <List>System&#x20;Reserved EMS WdfLoadGroup Boot&#x20;Bus&#x20;Extender System&#x20;Bus&#x20;Extender SCSI&#x20;miniport Port Primary&#x20;Disk SCSI&#x20;Class SCSI&#x20;CDROM&#x20;Class FSFilter&#x20;Infrastructure FSFilter&#x20;System FSFilter&#x20;Bottom FSFilter&#x20;Copy&#x20;Protection FSFilter&#x20;Security&#x20;Enhancer FSFilter&#x20;Open&#x20;File FSFilter&#x20;Physical&#x20;Quota&#x20;Management FSFilter&#x20;Virtualization FSFilter&#x20;Encryption FSFilter&#x20;Compression FSFilter&#x20;Imaging FSFilter&#x20;HSM FSFilter&#x20;Cluster&#x20;File&#x20;System FSFilter&#x20;System&#x20;Recovery FSFilter&#x20;Quota&#x20;Management FSFilter&#x20;Content&#x20;Screener FSFilter&#x20;Continuous&#x20;Backup FSFilter&#x20;Replication FSFilter&#x20;Anti-Virus FSFilter&#x20;Undelete FSFilter&#x20;Activity&#x20;Monitor FSFilter&#x20;Top Filter Boot&#x20;File&#x20;System Base Pointer&#x20;Port Keyboard&#x20;Port Pointer&#x20;Class Keyboard&#x20;Class Video&#x20;Init Video Video&#x20;Save File&#x20;System Streams&#x20;Drivers NDIS&#x20;Wrapper COM&#x20;Infrastructure Event&#x20;Log ProfSvc_Group UIGroup PlugPlay PNP_TDI NDIS TDI iSCSI NetBIOSGroup ShellSvcGroup SchedulerGroup AudioGroup SmartCardGroup NetworkProvider MS_WindowsRemoteValidation MS_WindowsLocalValidation SpoolerGroup NetDDEGroup Parallel&#x20;arbitrator Extended&#x20;Base PCI&#x20;Configuration MS&#x20;Transactions</List>
  726.         </component>
  727.         <component name="Microsoft-Windows-Services-ServiceController"
  728.                    processorArchitecture="amd64"
  729.                    publicKeyToken="31bf3856ad364e35"
  730.                    language="neutral"
  731.                    versionScope="nonSxS">
  732.             <List>System&#x20;Reserved EMS WdfLoadGroup Boot&#x20;Bus&#x20;Extender System&#x20;Bus&#x20;Extender SCSI&#x20;miniport Port Primary&#x20;Disk SCSI&#x20;Class SCSI&#x20;CDROM&#x20;Class FSFilter&#x20;Infrastructure FSFilter&#x20;System FSFilter&#x20;Bottom FSFilter&#x20;Copy&#x20;Protection FSFilter&#x20;Security&#x20;Enhancer FSFilter&#x20;Open&#x20;File FSFilter&#x20;Physical&#x20;Quota&#x20;Management FSFilter&#x20;Virtualization FSFilter&#x20;Encryption FSFilter&#x20;Compression FSFilter&#x20;Imaging FSFilter&#x20;HSM FSFilter&#x20;Cluster&#x20;File&#x20;System FSFilter&#x20;System&#x20;Recovery FSFilter&#x20;Quota&#x20;Management FSFilter&#x20;Content&#x20;Screener FSFilter&#x20;Continuous&#x20;Backup FSFilter&#x20;Replication FSFilter&#x20;Anti-Virus FSFilter&#x20;Undelete FSFilter&#x20;Activity&#x20;Monitor FSFilter&#x20;Top Filter Boot&#x20;File&#x20;System Base Pointer&#x20;Port Keyboard&#x20;Port Pointer&#x20;Class Keyboard&#x20;Class Video&#x20;Init Video Video&#x20;Save File&#x20;System Streams&#x20;Drivers NDIS&#x20;Wrapper COM&#x20;Infrastructure Event&#x20;Log ProfSvc_Group UIGroup PlugPlay PNP_TDI NDIS TDI iSCSI NetBIOSGroup ShellSvcGroup SchedulerGroup AudioGroup SmartCardGroup NetworkProvider MS_WindowsRemoteValidation MS_WindowsLocalValidation SpoolerGroup NetDDEGroup Parallel&#x20;arbitrator Extended&#x20;Base PCI&#x20;Configuration MS&#x20;Transactions</List>
  733.         </component>
  734.         <component name="Microsoft-Windows-Services-ServiceController"
  735.                    processorArchitecture="ia64"
  736.                    publicKeyToken="31bf3856ad364e35"
  737.                    language="neutral"
  738.                    versionScope="nonSxS">
  739.             <List>System&#x20;Reserved EMS WdfLoadGroup Boot&#x20;Bus&#x20;Extender System&#x20;Bus&#x20;Extender SCSI&#x20;miniport Port Primary&#x20;Disk SCSI&#x20;Class SCSI&#x20;CDROM&#x20;Class FSFilter&#x20;Infrastructure FSFilter&#x20;System FSFilter&#x20;Bottom FSFilter&#x20;Copy&#x20;Protection FSFilter&#x20;Security&#x20;Enhancer FSFilter&#x20;Open&#x20;File FSFilter&#x20;Physical&#x20;Quota&#x20;Management FSFilter&#x20;Virtualization FSFilter&#x20;Encryption FSFilter&#x20;Compression FSFilter&#x20;Imaging FSFilter&#x20;HSM FSFilter&#x20;Cluster&#x20;File&#x20;System FSFilter&#x20;System&#x20;Recovery FSFilter&#x20;Quota&#x20;Management FSFilter&#x20;Content&#x20;Screener FSFilter&#x20;Continuous&#x20;Backup FSFilter&#x20;Replication FSFilter&#x20;Anti-Virus FSFilter&#x20;Undelete FSFilter&#x20;Activity&#x20;Monitor FSFilter&#x20;Top Filter Boot&#x20;File&#x20;System Base Pointer&#x20;Port Keyboard&#x20;Port Pointer&#x20;Class Keyboard&#x20;Class Video&#x20;Init Video Video&#x20;Save File&#x20;System Streams&#x20;Drivers NDIS&#x20;Wrapper COM&#x20;Infrastructure Event&#x20;Log ProfSvc_Group UIGroup PlugPlay PNP_TDI NDIS TDI iSCSI NetBIOSGroup ShellSvcGroup SchedulerGroup AudioGroup SmartCardGroup NetworkProvider MS_WindowsRemoteValidation MS_WindowsLocalValidation SpoolerGroup NetDDEGroup Parallel&#x20;arbitrator Extended&#x20;Base PCI&#x20;Configuration MS&#x20;Transactions</List>
  740.         </component>
  741.  
  742.  
  743.         <component name="Microsoft-Windows-COM-Base"
  744.                    processorArchitecture="x86"
  745.                    publicKeyToken="31bf3856ad364e35"
  746.                    language="neutral"
  747.                    versionScope="nonSxS">
  748.  
  749.             <!--
  750.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole!MachineAccessRestriction]
  751.                 (REG_BINARY): 010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000
  752.             -->
  753.  
  754.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  755.         </component>
  756.         <component name="Microsoft-Windows-COM-Base"
  757.                    processorArchitecture="amd64"
  758.                    publicKeyToken="31bf3856ad364e35"
  759.                    language="neutral"
  760.                    versionScope="nonSxS">
  761.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  762.         </component>
  763.         <component name="Microsoft-Windows-COM-Base"
  764.                    processorArchitecture="ia64"
  765.                    publicKeyToken="31bf3856ad364e35"
  766.                    language="neutral"
  767.                    versionScope="nonSxS">
  768.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  769.         </component>
  770.  
  771.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  772.                    processorArchitecture="x86"
  773.                    publicKeyToken="31bf3856ad364e35"
  774.                    language="neutral"
  775.                    versionScope="nonSxS">
  776.  
  777.             <!--
  778.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3!RemoteAccessEnabled]
  779.                 (REG_DWORD): 0
  780.             -->
  781.  
  782.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  783.         </component>
  784.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  785.                    processorArchitecture="amd64"
  786.                    publicKeyToken="31bf3856ad364e35"
  787.                    language="neutral"
  788.                    versionScope="nonSxS">
  789.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  790.         </component>
  791.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  792.                    processorArchitecture="ia64"
  793.                    publicKeyToken="31bf3856ad364e35"
  794.                    language="neutral"
  795.                    versionScope="nonSxS">
  796.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  797.         </component>
  798.  
  799.  
  800.         <component name="Microsoft-Windows-UPnPDeviceHost"
  801.                    processorArchitecture="x86"
  802.                    publicKeyToken="31bf3856ad364e35"
  803.                    language="neutral"
  804.                    versionScope="nonSxS">
  805.             <ServiceStartType>4</ServiceStartType>
  806.         </component>
  807.         <component name="Microsoft-Windows-UPnPDeviceHost"
  808.                    processorArchitecture="amd64"
  809.                    publicKeyToken="31bf3856ad364e35"
  810.                    language="neutral"
  811.                    versionScope="nonSxS">
  812.             <ServiceStartType>4</ServiceStartType>
  813.         </component>
  814.         <component name="Microsoft-Windows-UPnPDeviceHost"
  815.                    processorArchitecture="ia64"
  816.                    publicKeyToken="31bf3856ad364e35"
  817.                    language="neutral"
  818.                    versionScope="nonSxS">
  819.             <ServiceStartType>4</ServiceStartType>
  820.         </component>
  821.  
  822.         <component name="Microsoft-Windows-UPnPSSDP"
  823.                    processorArchitecture="x86"
  824.                    publicKeyToken="31bf3856ad364e35"
  825.                    language="neutral"
  826.                    versionScope="nonSxS">
  827.             <ServiceStartType>4</ServiceStartType>
  828.         </component>
  829.         <component name="Microsoft-Windows-UPnPSSDP"
  830.                    processorArchitecture="amd64"
  831.                    publicKeyToken="31bf3856ad364e35"
  832.                    language="neutral"
  833.                    versionScope="nonSxS">
  834.             <ServiceStartType>4</ServiceStartType>
  835.         </component>
  836.         <component name="Microsoft-Windows-UPnPSSDP"
  837.                    processorArchitecture="ia64"
  838.                    publicKeyToken="31bf3856ad364e35"
  839.                    language="neutral"
  840.                    versionScope="nonSxS">
  841.             <ServiceStartType>4</ServiceStartType>
  842.         </component>
  843.  
  844.         <component name="IPBusEnum"
  845.                    processorArchitecture="x86"
  846.                    publicKeyToken="31bf3856ad364e35"
  847.                    language="neutral"
  848.                    versionScope="nonSxS">
  849.             <ServiceStartType>4</ServiceStartType>
  850.         </component>
  851.         <component name="IPBusEnum"
  852.                    processorArchitecture="amd64"
  853.                    publicKeyToken="31bf3856ad364e35"
  854.                    language="neutral"
  855.                    versionScope="nonSxS">
  856.             <ServiceStartType>4</ServiceStartType>
  857.         </component>
  858.         <component name="IPBusEnum"
  859.                    processorArchitecture="ia64"
  860.                    publicKeyToken="31bf3856ad364e35"
  861.                    language="neutral"
  862.                    versionScope="nonSxS">
  863.             <ServiceStartType>4</ServiceStartType>
  864.         </component>
  865.  
  866.         <component name="Microsoft-Windows-WPD-BusEnumService"
  867.                    processorArchitecture="x86"
  868.                    publicKeyToken="31bf3856ad364e35"
  869.                    language="neutral"
  870.                    versionScope="nonSxS">
  871.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  872.         </component>
  873.         <component name="Microsoft-Windows-WPD-BusEnumService"
  874.                    processorArchitecture="amd64"
  875.                    publicKeyToken="31bf3856ad364e35"
  876.                    language="neutral"
  877.                    versionScope="nonSxS">
  878.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  879.         </component>
  880.         <component name="Microsoft-Windows-WPD-BusEnumService"
  881.                    processorArchitecture="ia64"
  882.                    publicKeyToken="31bf3856ad364e35"
  883.                    language="neutral"
  884.                    versionScope="nonSxS">
  885.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  886.         </component>
  887.  
  888.         <component name="Microsoft-Windows-Audio-AudioCore"
  889.                    processorArchitecture="x86"
  890.                    publicKeyToken="31bf3856ad364e35"
  891.                    language="neutral"
  892.                    versionScope="nonSxS">
  893.  
  894.             <!--
  895.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  896.                 (REG_DWORD): 3
  897.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  898.                 (REG_DWORD): 3
  899.             -->
  900.  
  901.             <Start_AudioSrv>3</Start_AudioSrv>
  902.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  903.         </component>
  904.         <component name="Microsoft-Windows-Audio-AudioCore"
  905.                    processorArchitecture="amd64"
  906.                    publicKeyToken="31bf3856ad364e35"
  907.                    language="neutral"
  908.                    versionScope="nonSxS">
  909.  
  910.             <!--
  911.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  912.                 (REG_DWORD): 3
  913.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  914.                 (REG_DWORD): 3
  915.             -->
  916.  
  917.             <Start_AudioSrv>3</Start_AudioSrv>
  918.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  919.         </component>
  920.         <component name="Microsoft-Windows-Audio-AudioCore"
  921.                    processorArchitecture="ia64"
  922.                    publicKeyToken="31bf3856ad364e35"
  923.                    language="neutral"
  924.                    versionScope="nonSxS">
  925.  
  926.             <!--
  927.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  928.                 (REG_DWORD): 3
  929.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  930.                 (REG_DWORD): 3
  931.             -->
  932.  
  933.             <Start_AudioSrv>3</Start_AudioSrv>
  934.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  935.         </component>
  936.  
  937.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  938.                  processorArchitecture="x86"
  939.                  publicKeyToken="31bf3856ad364e35"
  940.                  language="neutral"
  941.                  versionScope="nonSxS">
  942.  
  943.         <!--
  944.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  945.                 (REG_DWORD): 2
  946.             -->
  947.  
  948.         <Start>2</Start>
  949.       </component>
  950.  
  951.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  952.                  processorArchitecture="amd64"
  953.                  publicKeyToken="31bf3856ad364e35"
  954.                  language="neutral"
  955.                  versionScope="nonSxS">
  956.  
  957.         <!--
  958.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  959.                 (REG_DWORD): 2
  960.             -->
  961.  
  962.         <Start>2</Start>
  963.       </component>
  964.  
  965.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  966.                  processorArchitecture="ia64"
  967.                  publicKeyToken="31bf3856ad364e35"
  968.                  language="neutral"
  969.                  versionScope="nonSxS">
  970.  
  971.         <!--
  972.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  973.                 (REG_DWORD): 2
  974.             -->
  975.  
  976.         <Start>2</Start>
  977.       </component>
  978.  
  979.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  980.                  processorArchitecture="x86"
  981.                  publicKeyToken="31bf3856ad364e35"
  982.                  language="neutral"
  983.                  versionScope="nonSxS">
  984.         <!--
  985.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  986.                 (REG_DWORD): 2
  987.             -->
  988.  
  989.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  990.       </component>
  991.  
  992.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  993.                  processorArchitecture="amd64"
  994.                  publicKeyToken="31bf3856ad364e35"
  995.                  language="neutral"
  996.                  versionScope="nonSxS">
  997.         <!--
  998.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  999.                 (REG_DWORD): 2
  1000.             -->
  1001.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  1002.       </component>
  1003.  
  1004.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  1005.                  processorArchitecture="ia64"
  1006.                  publicKeyToken="31bf3856ad364e35"
  1007.                  language="neutral"
  1008.                  versionScope="nonSxS">
  1009.         <!--
  1010.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  1011.                 (REG_DWORD): 2
  1012.             -->
  1013.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  1014.       </component>
  1015.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1016.                  processorArchitecture="x86"
  1017.                  publicKeyToken="31bf3856ad364e35"
  1018.                  language="neutral"
  1019.                  versionScope="nonSxS">
  1020.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1021.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1022.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1023.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1024.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1025.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1026.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1027.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1028.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1029.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1030.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1031.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1032.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1033.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1034.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1035.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1036.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1037.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1038.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1039.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1040.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1041.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1042.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1043.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1044.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1045.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1046.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1047.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1048.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1049.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1050.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1051.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1052.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1053.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1054.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1055.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1056.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1057.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1058.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1059.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1060.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1061.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1062.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1063.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1064.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1065.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1066.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1067.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1068.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1069.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1070.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1071.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1072.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1073.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1074.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1075.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1076.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1077.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1078.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1079.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1080.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1081.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1082.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1083.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1084.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1085.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1086.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1087.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1088.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1089.       </component>
  1090.  
  1091.       <component name="Microsoft-Windows-IE-ESC"
  1092.              processorArchitecture="x86"
  1093.              publicKeyToken="31bf3856ad364e35"
  1094.              language="neutral"
  1095.              versionScope="nonSxS">
  1096.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1097.         <UseBHO_Default>no</UseBHO_Default>
  1098.         <Sounds_Default>no</Sounds_Default>
  1099.         <Animat_Default>no</Animat_Default>
  1100.         <Sslrev_Default>1</Sslrev_Default>
  1101.         <CachePages_Default>1</CachePages_Default>
  1102.         <CacheFlush_Default>0</CacheFlush_Default>
  1103.         <Secure_Default>1</Secure_Default>
  1104.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1105.       </component>
  1106.  
  1107.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1108.                  processorArchitecture="amd64"
  1109.                  publicKeyToken="31bf3856ad364e35"
  1110.                  language="neutral"
  1111.                  versionScope="nonSxS">
  1112.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1113.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1114.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1115.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1116.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1117.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1118.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1119.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1120.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1121.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1122.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1123.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1124.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1125.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1126.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1127.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1128.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1129.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1130.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1131.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1132.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1133.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1134.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1135.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1136.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1137.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1138.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1139.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1140.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1141.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1142.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1143.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1144.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1145.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1146.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1147.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1148.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1149.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1150.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1151.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1152.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1153.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1154.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1155.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1156.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1157.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1158.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1159.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1160.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1161.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1162.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1163.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1164.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1165.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1166.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1167.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1168.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1169.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1170.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1171.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1172.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1173.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1174.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1175.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1176.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1177.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1178.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1179.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1180.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1181.       </component>
  1182.  
  1183.       <component name="Microsoft-Windows-IE-ESC"
  1184.              processorArchitecture="amd64"
  1185.              publicKeyToken="31bf3856ad364e35"
  1186.              language="neutral"
  1187.              versionScope="nonSxS">
  1188.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1189.         <UseBHO_Default>no</UseBHO_Default>
  1190.         <Sounds_Default>no</Sounds_Default>
  1191.         <Animat_Default>no</Animat_Default>
  1192.         <Sslrev_Default>1</Sslrev_Default>
  1193.         <CachePages_Default>1</CachePages_Default>
  1194.         <CacheFlush_Default>0</CacheFlush_Default>
  1195.         <Secure_Default>1</Secure_Default>
  1196.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1197.       </component>
  1198.  
  1199.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1200.                  processorArchitecture="ia64"
  1201.                  publicKeyToken="31bf3856ad364e35"
  1202.                  language="neutral"
  1203.                  versionScope="nonSxS">
  1204.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1205.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1206.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1207.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1208.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1209.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1210.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1211.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1212.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1213.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1214.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1215.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1216.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1217.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1218.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1219.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1220.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1221.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1222.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1223.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1224.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1225.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1226.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1227.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1228.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1229.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1230.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1231.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1232.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1233.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1234.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1235.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1236.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1237.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1238.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1239.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1240.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1241.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1242.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1243.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1244.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1245.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1246.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1247.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1248.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1249.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1250.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1251.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1252.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1253.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1254.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1255.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1256.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1257.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1258.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1259.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1260.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1261.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1262.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1263.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1264.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1265.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1266.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1267.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1268.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1269.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1270.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1271.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1272.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1273.       </component>
  1274.  
  1275.       <component name="Microsoft-Windows-IE-ESC"
  1276.              processorArchitecture="ia64"
  1277.              publicKeyToken="31bf3856ad364e35"
  1278.              language="neutral"
  1279.              versionScope="nonSxS">
  1280.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1281.         <UseBHO_Default>no</UseBHO_Default>
  1282.         <Sounds_Default>no</Sounds_Default>
  1283.         <Animat_Default>no</Animat_Default>
  1284.         <Sslrev_Default>1</Sslrev_Default>
  1285.         <CachePages_Default>1</CachePages_Default>
  1286.         <CacheFlush_Default>0</CacheFlush_Default>
  1287.         <Secure_Default>1</Secure_Default>
  1288.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1289.       </component>
  1290.  
  1291.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1292.                  processorArchitecture="x86"
  1293.                  publicKeyToken="31bf3856ad364e35"
  1294.                  language="neutral"
  1295.                  versionScope="nonSxS">
  1296.  
  1297.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1298.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1299.       </component>
  1300.  
  1301.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1302.                  processorArchitecture="amd64"
  1303.                  publicKeyToken="31bf3856ad364e35"
  1304.                  language="neutral"
  1305.                  versionScope="nonSxS">
  1306.  
  1307.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1308.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1309.       </component>
  1310.  
  1311.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1312.                  processorArchitecture="ia64"
  1313.                  publicKeyToken="31bf3856ad364e35"
  1314.                  language="neutral"
  1315.                  versionScope="nonSxS">
  1316.  
  1317.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1318.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1319.       </component>
  1320.  
  1321.       <component name="Microsoft-Windows-Smss"
  1322.                  processorArchitecture="x86"
  1323.                  publicKeyToken="31bf3856ad364e35"
  1324.                  language="neutral"
  1325.                  versionScope="nonSxS">
  1326.  
  1327.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1328.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1329.       </component>
  1330.  
  1331.       <component name="Microsoft-Windows-Smss"
  1332.                  processorArchitecture="amd64"
  1333.                  publicKeyToken="31bf3856ad364e35"
  1334.                  language="neutral"
  1335.                  versionScope="nonSxS">
  1336.  
  1337.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1338.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1339.       </component>
  1340.  
  1341.       <component name="Microsoft-Windows-Smss"
  1342.                  processorArchitecture="ia64"
  1343.                  publicKeyToken="31bf3856ad364e35"
  1344.                  language="neutral"
  1345.                  versionScope="nonSxS">
  1346.  
  1347.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1348.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1349.       </component>
  1350.  
  1351.     </settings>
  1352. </unattend>
  1353.