home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / ServerEnterprise.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-01-05  |  68.6 KB  |  1,389 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): 2
  201.             -->
  202.  
  203.             <SanPolicy>2</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): 2
  215.             -->
  216.  
  217.             <SanPolicy>2</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): 2
  229.             -->
  230.  
  231.             <SanPolicy>2</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.  
  577.             <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
  578.             <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
  579.             <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
  580.             <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
  581.             <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
  582.             <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
  583.  
  584.             <DisableStatefulFTP>true</DisableStatefulFTP>
  585.             <DisableStatefulPPTP>true</DisableStatefulPPTP>
  586.             <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
  587.             <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
  588.  
  589.         </component>
  590.         <component name="Networking-MPSSVC-Svc"
  591.                    processorArchitecture="ia64"
  592.                    publicKeyToken="31bf3856ad364e35"
  593.                    language="neutral"
  594.                    versionScope="nonSxS">
  595.  
  596.             <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
  597.             <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
  598.             <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
  599.             <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
  600.             <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
  601.             <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
  602.  
  603.             <DisableStatefulFTP>true</DisableStatefulFTP>
  604.             <DisableStatefulPPTP>true</DisableStatefulPPTP>
  605.             <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
  606.             <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
  607.  
  608.         </component>
  609.  
  610.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  611.                    processorArchitecture="x86"
  612.                    publicKeyToken="31bf3856ad364e35"
  613.                    language="neutral"
  614.                    versionScope="nonSxS">
  615.            <!--
  616.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp!ColorDepth]
  617.                     (REG_DWORD): 1
  618.            -->
  619.  
  620.             <ColorDepth>3</ColorDepth>
  621.  
  622.            <!--
  623.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd!fDisableCam]
  624.                     (REG_DWORD): 1
  625.                 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp!fDisableCam]
  626.                     (REG_DWORD): 1
  627.            -->
  628.  
  629.             <fDisableCam_Wds>true</fDisableCam_Wds>
  630.             <fDisableCam>1</fDisableCam>
  631.         </component>
  632.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  633.                    processorArchitecture="amd64"
  634.                    publicKeyToken="31bf3856ad364e35"
  635.                    language="neutral"
  636.                    versionScope="nonSxS">
  637.             <ColorDepth>3</ColorDepth>
  638.             <fDisableCam_Wds>true</fDisableCam_Wds>
  639.             <fDisableCam>1</fDisableCam>
  640.         </component>
  641.         <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
  642.                    processorArchitecture="ia64"
  643.                    publicKeyToken="31bf3856ad364e35"
  644.                    language="neutral"
  645.                    versionScope="nonSxS">
  646.             <ColorDepth>3</ColorDepth>
  647.             <fDisableCam_Wds>true</fDisableCam_Wds>
  648.             <fDisableCam>1</fDisableCam>
  649.         </component>
  650.  
  651.  
  652.         <component name="Microsoft-Windows-Services-ServiceController"
  653.                    processorArchitecture="x86"
  654.                    publicKeyToken="31bf3856ad364e35"
  655.                    language="neutral"
  656.                    versionScope="nonSxS">
  657.             <!--
  658.                   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder!List]
  659.                      (REG_MULTI_SZ):
  660.                             System Reserved
  661.                             EMS
  662.                             WdfLoadGroup
  663.                             Boot Bus Extender
  664.                             System Bus Extender
  665.                             SCSI miniport
  666.                             Port
  667.                             Primary Disk
  668.                             SCSI Class
  669.                             SCSI CDROM Class
  670.                             FSFilter Infrastructure
  671.                             FSFilter System
  672.                             FSFilter Bottom
  673.                             FSFilter Copy Protection
  674.                             FSFilter Security Enhancer
  675.                             FSFilter Open File
  676.                             FSFilter Physical Quota Management
  677.                             FSFilter Virtualization
  678.                             FSFilter Encryption
  679.                             FSFilter Compression
  680.                             FSFilter Imaging
  681.                             FSFilter HSM
  682.                             FSFilter Cluster File System
  683.                             FSFilter System Recovery
  684.                             FSFilter Quota Management
  685.                             FSFilter Content Screener
  686.                             FSFilter Continuous Backup
  687.                             FSFilter Replication
  688.                             FSFilter Anti-Virus
  689.                             FSFilter Undelete
  690.                             FSFilter Activity Monitor
  691.                             FSFilter Top
  692.                             Filter
  693.                             Boot File System
  694.                             Base
  695.                             Pointer Port
  696.                             Keyboard Port
  697.                             Pointer Class
  698.                             Keyboard Class
  699.                             Video Init
  700.                             Video
  701.                             Video Save
  702.                             File System
  703.                             Streams Drivers
  704.                             NDIS Wrapper
  705.                             COM Infrastructure
  706.                             Event Log
  707.                             ProfSvc_Group
  708.                             UIGroup
  709.                             PlugPlay
  710.                             PNP_TDI
  711.                             NDIS
  712.                             TDI
  713.                             iSCSI
  714.                             NetBIOSGroup
  715.                             ShellSvcGroup
  716.                             SchedulerGroup
  717.                             AudioGroup
  718.                             SmartCardGroup
  719.                             NetworkProvider
  720.                             MS_WindowsRemoteValidation
  721.                             MS_WindowsLocalValidation
  722.                             SpoolerGroup
  723.                             NetDDEGroup
  724.                             Parallel arbitrator
  725.                             Extended Base
  726.                             PCI Configuration
  727.                             MS Transactions
  728.              -->
  729.  
  730.             <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>
  731.         </component>
  732.         <component name="Microsoft-Windows-Services-ServiceController"
  733.                    processorArchitecture="amd64"
  734.                    publicKeyToken="31bf3856ad364e35"
  735.                    language="neutral"
  736.                    versionScope="nonSxS">
  737.             <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>
  738.         </component>
  739.         <component name="Microsoft-Windows-Services-ServiceController"
  740.                    processorArchitecture="ia64"
  741.                    publicKeyToken="31bf3856ad364e35"
  742.                    language="neutral"
  743.                    versionScope="nonSxS">
  744.             <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>
  745.         </component>
  746.  
  747.         <component name="Microsoft-Windows-COM-Base"
  748.                    processorArchitecture="x86"
  749.                    publicKeyToken="31bf3856ad364e35"
  750.                    language="neutral"
  751.                    versionScope="nonSxS">
  752.  
  753.             <!--
  754.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole!MachineAccessRestriction]
  755.                 (REG_BINARY): 010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000
  756.             -->
  757.  
  758.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  759.         </component>
  760.         <component name="Microsoft-Windows-COM-Base"
  761.                    processorArchitecture="amd64"
  762.                    publicKeyToken="31bf3856ad364e35"
  763.                    language="neutral"
  764.                    versionScope="nonSxS">
  765.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  766.         </component>
  767.         <component name="Microsoft-Windows-COM-Base"
  768.                    processorArchitecture="ia64"
  769.                    publicKeyToken="31bf3856ad364e35"
  770.                    language="neutral"
  771.                    versionScope="nonSxS">
  772.             <MachineAccessRestriction>010004807400000084000000000000001400000002006000040000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
  773.         </component>
  774.  
  775.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  776.                    processorArchitecture="x86"
  777.                    publicKeyToken="31bf3856ad364e35"
  778.                    language="neutral"
  779.                    versionScope="nonSxS">
  780.  
  781.             <!--
  782.             [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3!RemoteAccessEnabled]
  783.                 (REG_DWORD): 0
  784.             -->
  785.  
  786.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  787.         </component>
  788.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  789.                    processorArchitecture="amd64"
  790.                    publicKeyToken="31bf3856ad364e35"
  791.                    language="neutral"
  792.                    versionScope="nonSxS">
  793.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  794.         </component>
  795.         <component name="Microsoft-Windows-COM-ComPlus-Runtime"
  796.                    processorArchitecture="ia64"
  797.                    publicKeyToken="31bf3856ad364e35"
  798.                    language="neutral"
  799.                    versionScope="nonSxS">
  800.             <RemoteAccessEnabled>0</RemoteAccessEnabled>
  801.         </component>
  802.  
  803.  
  804.         <component name="Microsoft-Windows-UPnPDeviceHost"
  805.                    processorArchitecture="x86"
  806.                    publicKeyToken="31bf3856ad364e35"
  807.                    language="neutral"
  808.                    versionScope="nonSxS">
  809.             <ServiceStartType>4</ServiceStartType>
  810.         </component>
  811.         <component name="Microsoft-Windows-UPnPDeviceHost"
  812.                    processorArchitecture="amd64"
  813.                    publicKeyToken="31bf3856ad364e35"
  814.                    language="neutral"
  815.                    versionScope="nonSxS">
  816.             <ServiceStartType>4</ServiceStartType>
  817.         </component>
  818.         <component name="Microsoft-Windows-UPnPDeviceHost"
  819.                    processorArchitecture="ia64"
  820.                    publicKeyToken="31bf3856ad364e35"
  821.                    language="neutral"
  822.                    versionScope="nonSxS">
  823.             <ServiceStartType>4</ServiceStartType>
  824.         </component>
  825.  
  826.         <component name="Microsoft-Windows-UPnPSSDP"
  827.                    processorArchitecture="x86"
  828.                    publicKeyToken="31bf3856ad364e35"
  829.                    language="neutral"
  830.                    versionScope="nonSxS">
  831.             <ServiceStartType>4</ServiceStartType>
  832.         </component>
  833.         <component name="Microsoft-Windows-UPnPSSDP"
  834.                    processorArchitecture="amd64"
  835.                    publicKeyToken="31bf3856ad364e35"
  836.                    language="neutral"
  837.                    versionScope="nonSxS">
  838.             <ServiceStartType>4</ServiceStartType>
  839.         </component>
  840.         <component name="Microsoft-Windows-UPnPSSDP"
  841.                    processorArchitecture="ia64"
  842.                    publicKeyToken="31bf3856ad364e35"
  843.                    language="neutral"
  844.                    versionScope="nonSxS">
  845.             <ServiceStartType>4</ServiceStartType>
  846.         </component>
  847.         <component name="IPBusEnum"
  848.                    processorArchitecture="x86"
  849.                    publicKeyToken="31bf3856ad364e35"
  850.                    language="neutral"
  851.                    versionScope="nonSxS">
  852.             <ServiceStartType>4</ServiceStartType>
  853.         </component>
  854.         <component name="IPBusEnum"
  855.                    processorArchitecture="amd64"
  856.                    publicKeyToken="31bf3856ad364e35"
  857.                    language="neutral"
  858.                    versionScope="nonSxS">
  859.             <ServiceStartType>4</ServiceStartType>
  860.         </component>
  861.         <component name="IPBusEnum"
  862.                    processorArchitecture="ia64"
  863.                    publicKeyToken="31bf3856ad364e35"
  864.                    language="neutral"
  865.                    versionScope="nonSxS">
  866.             <ServiceStartType>4</ServiceStartType>
  867.         </component>
  868.  
  869.         <component name="Microsoft-Windows-WPD-BusEnumService"
  870.                    processorArchitecture="x86"
  871.                    publicKeyToken="31bf3856ad364e35"
  872.                    language="neutral"
  873.                    versionScope="nonSxS">
  874.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  875.         </component>
  876.         <component name="Microsoft-Windows-WPD-BusEnumService"
  877.                    processorArchitecture="amd64"
  878.                    publicKeyToken="31bf3856ad364e35"
  879.                    language="neutral"
  880.                    versionScope="nonSxS">
  881.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  882.         </component>
  883.         <component name="Microsoft-Windows-WPD-BusEnumService"
  884.                    processorArchitecture="ia64"
  885.                    publicKeyToken="31bf3856ad364e35"
  886.                    language="neutral"
  887.                    versionScope="nonSxS">
  888.             <Start_WPDBusEnumService>3</Start_WPDBusEnumService>
  889.         </component>
  890.  
  891.         <component name="Microsoft-Windows-Audio-AudioCore"
  892.                    processorArchitecture="x86"
  893.                    publicKeyToken="31bf3856ad364e35"
  894.                    language="neutral"
  895.                    versionScope="nonSxS">
  896.  
  897.             <!--
  898.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  899.                 (REG_DWORD): 3
  900.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  901.                 (REG_DWORD): 3
  902.             -->
  903.  
  904.             <Start_AudioSrv>3</Start_AudioSrv>
  905.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  906.         </component>
  907.         <component name="Microsoft-Windows-Audio-AudioCore"
  908.                    processorArchitecture="amd64"
  909.                    publicKeyToken="31bf3856ad364e35"
  910.                    language="neutral"
  911.                    versionScope="nonSxS">
  912.  
  913.             <!--
  914.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  915.                 (REG_DWORD): 3
  916.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  917.                 (REG_DWORD): 3
  918.             -->
  919.  
  920.             <Start_AudioSrv>3</Start_AudioSrv>
  921.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  922.         </component>
  923.         <component name="Microsoft-Windows-Audio-AudioCore"
  924.                    processorArchitecture="ia64"
  925.                    publicKeyToken="31bf3856ad364e35"
  926.                    language="neutral"
  927.                    versionScope="nonSxS">
  928.  
  929.             <!--
  930.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!Audiosrv]
  931.                 (REG_DWORD): 3
  932.             [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services!AudioEndpointBuilder]
  933.                 (REG_DWORD): 3
  934.             -->
  935.  
  936.             <Start_AudioSrv>3</Start_AudioSrv>
  937.             <Start_EndpointBuilder>3</Start_EndpointBuilder>
  938.         </component>
  939.  
  940.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  941.                  processorArchitecture="x86"
  942.                  publicKeyToken="31bf3856ad364e35"
  943.                  language="neutral"
  944.                  versionScope="nonSxS">
  945.  
  946.         <!--
  947.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  948.                 (REG_DWORD): 2
  949.             -->
  950.  
  951.         <Start>2</Start>
  952.       </component>
  953.  
  954.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  955.                  processorArchitecture="amd64"
  956.                  publicKeyToken="31bf3856ad364e35"
  957.                  language="neutral"
  958.                  versionScope="nonSxS">
  959.  
  960.         <!--
  961.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  962.                 (REG_DWORD): 2
  963.             -->
  964.  
  965.         <Start>2</Start>
  966.       </component>
  967.  
  968.       <component name="Microsoft-Windows-COM-DTC-Runtime"
  969.                  processorArchitecture="ia64"
  970.                  publicKeyToken="31bf3856ad364e35"
  971.                  language="neutral"
  972.                  versionScope="nonSxS">
  973.  
  974.         <!--
  975.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC!Start]
  976.                 (REG_DWORD): 2
  977.             -->
  978.  
  979.         <Start>2</Start>
  980.       </component>
  981.  
  982.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  983.                  processorArchitecture="x86"
  984.                  publicKeyToken="31bf3856ad364e35"
  985.                  language="neutral"
  986.                  versionScope="nonSxS">
  987.         <!--
  988.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  989.                 (REG_DWORD): 2
  990.             -->
  991.  
  992.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  993.       </component>
  994.  
  995.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  996.                  processorArchitecture="amd64"
  997.                  publicKeyToken="31bf3856ad364e35"
  998.                  language="neutral"
  999.                  versionScope="nonSxS">
  1000.         <!--
  1001.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  1002.                 (REG_DWORD): 2
  1003.             -->
  1004.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  1005.       </component>
  1006.  
  1007.       <component name="Microsoft-Windows-RemoteRegistry-Service"
  1008.                  processorArchitecture="ia64"
  1009.                  publicKeyToken="31bf3856ad364e35"
  1010.                  language="neutral"
  1011.                  versionScope="nonSxS">
  1012.         <!--
  1013.             [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry!Start]
  1014.                 (REG_DWORD): 2
  1015.             -->
  1016.             <RemoteRegistryStartType>2</RemoteRegistryStartType>
  1017.       </component>
  1018.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1019.                  processorArchitecture="x86"
  1020.                  publicKeyToken="31bf3856ad364e35"
  1021.                  language="neutral"
  1022.                  versionScope="nonSxS">
  1023.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1024.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1025.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1026.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1027.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1028.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1029.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1030.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1031.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1032.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1033.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1034.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1035.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1036.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1037.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1038.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1039.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1040.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1041.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1042.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1043.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1044.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1045.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1046.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1047.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1048.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1049.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1050.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1051.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1052.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1053.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1054.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1055.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1056.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1057.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1058.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1059.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1060.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1061.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1062.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1063.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1064.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1065.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1066.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1067.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1068.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1069.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1070.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1071.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1072.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1073.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1074.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1075.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1076.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1077.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1078.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1079.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1080.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1081.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1082.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1083.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1084.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1085.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1086.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1087.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1088.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1089.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1090.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1091.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1092.       </component>
  1093.  
  1094.       <component name="Microsoft-Windows-IE-ESC"
  1095.              processorArchitecture="x86"
  1096.              publicKeyToken="31bf3856ad364e35"
  1097.              language="neutral"
  1098.              versionScope="nonSxS">
  1099.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1100.         <UseBHO_Default>no</UseBHO_Default>
  1101.         <Sounds_Default>no</Sounds_Default>
  1102.         <Animat_Default>no</Animat_Default>
  1103.         <Sslrev_Default>1</Sslrev_Default>
  1104.         <CachePages_Default>1</CachePages_Default>
  1105.         <CacheFlush_Default>0</CacheFlush_Default>
  1106.         <Secure_Default>1</Secure_Default>
  1107.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1108.       </component>
  1109.  
  1110.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1111.                  processorArchitecture="amd64"
  1112.                  publicKeyToken="31bf3856ad364e35"
  1113.                  language="neutral"
  1114.                  versionScope="nonSxS">
  1115.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1116.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1117.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1118.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1119.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1120.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1121.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1122.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1123.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1124.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1125.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1126.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1127.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1128.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1129.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1130.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1131.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1132.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1133.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1134.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1135.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1136.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1137.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1138.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1139.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1140.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1141.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1142.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1143.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1144.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1145.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1146.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1147.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1148.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1149.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1150.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1151.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1152.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1153.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1154.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1155.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1156.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1157.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1158.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1159.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1160.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1161.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1162.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1163.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1164.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1165.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1166.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1167.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1168.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1169.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1170.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1171.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1172.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1173.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1174.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1175.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1176.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1177.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1178.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1179.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1180.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1181.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1182.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1183.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1184.       </component>
  1185.  
  1186.       <component name="Microsoft-Windows-IE-ESC"
  1187.              processorArchitecture="amd64"
  1188.              publicKeyToken="31bf3856ad364e35"
  1189.              language="neutral"
  1190.              versionScope="nonSxS">
  1191.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1192.         <UseBHO_Default>no</UseBHO_Default>
  1193.         <Sounds_Default>no</Sounds_Default>
  1194.         <Animat_Default>no</Animat_Default>
  1195.         <Sslrev_Default>1</Sslrev_Default>
  1196.         <CachePages_Default>1</CachePages_Default>
  1197.         <CacheFlush_Default>0</CacheFlush_Default>
  1198.         <Secure_Default>1</Secure_Default>
  1199.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1200.       </component>
  1201.  
  1202.       <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones"
  1203.                  processorArchitecture="ia64"
  1204.                  publicKeyToken="31bf3856ad364e35"
  1205.                  language="neutral"
  1206.                  versionScope="nonSxS">
  1207.         <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
  1208.         <HKLM_SMW_CV_IS_zones_3_1004>3</HKLM_SMW_CV_IS_zones_3_1004>
  1209.         <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
  1210.         <HKLM_SMW_CV_IS_zones_3_1201>3</HKLM_SMW_CV_IS_zones_3_1201>
  1211.         <HKLM_SMW_CV_IS_zones_3_1206>3</HKLM_SMW_CV_IS_zones_3_1206>
  1212.         <HKLM_SMW_CV_IS_zones_3_1207>3</HKLM_SMW_CV_IS_zones_3_1207>
  1213.         <HKLM_SMW_CV_IS_zones_3_1208>3</HKLM_SMW_CV_IS_zones_3_1208>
  1214.         <HKLM_SMW_CV_IS_zones_3_1209>3</HKLM_SMW_CV_IS_zones_3_1209>
  1215.         <HKLM_SMW_CV_IS_zones_3_120A>3</HKLM_SMW_CV_IS_zones_3_120A>
  1216.         <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
  1217.         <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
  1218.         <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
  1219.         <HKLM_SMW_CV_IS_zones_3_1406>3</HKLM_SMW_CV_IS_zones_3_1406>
  1220.         <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
  1221.         <HKLM_SMW_CV_IS_zones_3_1408>3</HKLM_SMW_CV_IS_zones_3_1408>
  1222.         <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
  1223.         <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
  1224.         <HKLM_SMW_CV_IS_zones_3_1605>0</HKLM_SMW_CV_IS_zones_3_1605>
  1225.         <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
  1226.         <HKLM_SMW_CV_IS_zones_3_1607>3</HKLM_SMW_CV_IS_zones_3_1607>
  1227.         <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
  1228.         <HKLM_SMW_CV_IS_zones_3_1609>1</HKLM_SMW_CV_IS_zones_3_1609>
  1229.         <HKLM_SMW_CV_IS_zones_3_160A>3</HKLM_SMW_CV_IS_zones_3_160A>
  1230.         <HKLM_SMW_CV_IS_zones_3_1800>3</HKLM_SMW_CV_IS_zones_3_1800>
  1231.         <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
  1232.         <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
  1233.         <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
  1234.         <HKLM_SMW_CV_IS_zones_3_1805>1</HKLM_SMW_CV_IS_zones_3_1805>
  1235.         <HKLM_SMW_CV_IS_zones_3_1807>1</HKLM_SMW_CV_IS_zones_3_1807>
  1236.         <HKLM_SMW_CV_IS_zones_3_1808>0</HKLM_SMW_CV_IS_zones_3_1808>
  1237.         <HKLM_SMW_CV_IS_zones_3_1809>0</HKLM_SMW_CV_IS_zones_3_1809>
  1238.         <HKLM_SMW_CV_IS_zones_3_180a>3</HKLM_SMW_CV_IS_zones_3_180a>
  1239.         <HKLM_SMW_CV_IS_zones_3_180c>3</HKLM_SMW_CV_IS_zones_3_180c>
  1240.         <HKLM_SMW_CV_IS_zones_3_180d>1</HKLM_SMW_CV_IS_zones_3_180d>
  1241.         <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
  1242.         <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
  1243.         <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
  1244.         <HKLM_SMW_CV_IS_zones_3_1a04>3</HKLM_SMW_CV_IS_zones_3_1a04>
  1245.         <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
  1246.         <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
  1247.         <HKLM_SMW_CV_IS_zones_3_1a10>3</HKLM_SMW_CV_IS_zones_3_1a10>
  1248.         <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
  1249.         <HKLM_SMW_CV_IS_zones_3_1e05>65536</HKLM_SMW_CV_IS_zones_3_1e05>
  1250.         <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
  1251.         <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
  1252.         <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
  1253.         <HKLM_SMW_CV_IS_zones_3_2102>3</HKLM_SMW_CV_IS_zones_3_2102>
  1254.         <HKLM_SMW_CV_IS_zones_3_2103>3</HKLM_SMW_CV_IS_zones_3_2103>
  1255.         <HKLM_SMW_CV_IS_zones_3_2104>3</HKLM_SMW_CV_IS_zones_3_2104>
  1256.         <HKLM_SMW_CV_IS_zones_3_2105>3</HKLM_SMW_CV_IS_zones_3_2105>
  1257.         <HKLM_SMW_CV_IS_zones_3_2200>3</HKLM_SMW_CV_IS_zones_3_2200>
  1258.         <HKLM_SMW_CV_IS_zones_3_2201>3</HKLM_SMW_CV_IS_zones_3_2201>
  1259.         <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
  1260.         <HKLM_SMW_CV_IS_zones_3_2301>0</HKLM_SMW_CV_IS_zones_3_2301>
  1261.         <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
  1262.         <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
  1263.         <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
  1264.         <HKLM_SMW_CV_IS_zones_3_2500>0</HKLM_SMW_CV_IS_zones_3_2500>
  1265.         <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
  1266.         <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
  1267.         <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
  1268.         <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
  1269.         <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
  1270.         <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
  1271.         <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
  1272.         <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
  1273.         <HKLM_SMW_CV_IS_zonemap_intranetname>0</HKLM_SMW_CV_IS_zonemap_intranetname>
  1274.         <HKLM_SMW_CV_IS_zonemap_proxybypass>0</HKLM_SMW_CV_IS_zonemap_proxybypass>
  1275.         <HKLM_SMW_CV_IS_zonemap_uncasintranet>0</HKLM_SMW_CV_IS_zonemap_uncasintranet>
  1276.       </component>
  1277.  
  1278.       <component name="Microsoft-Windows-IE-ESC"
  1279.              processorArchitecture="ia64"
  1280.              publicKeyToken="31bf3856ad364e35"
  1281.              language="neutral"
  1282.              versionScope="nonSxS">
  1283.         <HKLM_SMW_CV_IS_zonemap_IEHarden>1</HKLM_SMW_CV_IS_zonemap_IEHarden>
  1284.         <UseBHO_Default>no</UseBHO_Default>
  1285.         <Sounds_Default>no</Sounds_Default>
  1286.         <Animat_Default>no</Animat_Default>
  1287.         <Sslrev_Default>1</Sslrev_Default>
  1288.         <CachePages_Default>1</CachePages_Default>
  1289.         <CacheFlush_Default>0</CacheFlush_Default>
  1290.         <Secure_Default>1</Secure_Default>
  1291.         <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
  1292.       </component>
  1293.  
  1294.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1295.                  processorArchitecture="x86"
  1296.                  publicKeyToken="31bf3856ad364e35"
  1297.                  language="neutral"
  1298.                  versionScope="nonSxS">
  1299.  
  1300.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1301.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1302.       </component>
  1303.  
  1304.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1305.                  processorArchitecture="amd64"
  1306.                  publicKeyToken="31bf3856ad364e35"
  1307.                  language="neutral"
  1308.                  versionScope="nonSxS">
  1309.  
  1310.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1311.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1312.       </component>
  1313.  
  1314.       <component name="Microsoft-Windows-Power-Policy-Definitions"
  1315.                  processorArchitecture="ia64"
  1316.                  publicKeyToken="31bf3856ad364e35"
  1317.                  language="neutral"
  1318.                  versionScope="nonSxS">
  1319.  
  1320.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\SecurityDescriptors -->
  1321.         <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)</DefaultSecurityDescriptor>
  1322.       </component>
  1323.  
  1324.       <component name="Microsoft-Windows-shell32"
  1325.                  processorArchitecture="x86"
  1326.                  publicKeyToken="31bf3856ad364e35"
  1327.                  language="neutral"
  1328.                  versionScope="nonSxS">
  1329.             <!--
  1330.                 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\BackupPath]
  1331.             -->
  1332.                 <HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>%SystemRoot%\system32\wbadmin.msc</HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>
  1333.         </component>
  1334.  
  1335.       <component name="Microsoft-Windows-shell32"
  1336.                  processorArchitecture="amd64"
  1337.                  publicKeyToken="31bf3856ad364e35"
  1338.                  language="neutral"
  1339.                  versionScope="nonSxS">
  1340.             <!--
  1341.                 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\BackupPath]
  1342.             -->
  1343.                 <HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>%SystemRoot%\system32\wbadmin.msc</HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>
  1344.         </component>
  1345.  
  1346.       <component name="Microsoft-Windows-shell32"
  1347.                  processorArchitecture="ia64"
  1348.                  publicKeyToken="31bf3856ad364e35"
  1349.                  language="neutral"
  1350.                  versionScope="nonSxS">
  1351.             <!--
  1352.                 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\BackupPath]
  1353.             -->
  1354.                 <HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>%SystemRoot%\system32\wbadmin.msc</HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>
  1355.       </component>
  1356.  
  1357.       <component name="Microsoft-Windows-Smss"
  1358.                  processorArchitecture="x86"
  1359.                  publicKeyToken="31bf3856ad364e35"
  1360.                  language="neutral"
  1361.                  versionScope="nonSxS">
  1362.  
  1363.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1364.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1365.       </component>
  1366.  
  1367.       <component name="Microsoft-Windows-Smss"
  1368.                  processorArchitecture="amd64"
  1369.                  publicKeyToken="31bf3856ad364e35"
  1370.                  language="neutral"
  1371.                  versionScope="nonSxS">
  1372.  
  1373.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1374.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1375.       </component>
  1376.  
  1377.       <component name="Microsoft-Windows-Smss"
  1378.                  processorArchitecture="ia64"
  1379.                  publicKeyToken="31bf3856ad364e35"
  1380.                  language="neutral"
  1381.                  versionScope="nonSxS">
  1382.  
  1383.         <!-- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel!DisableExceptionChainValidation -->
  1384.         <DisableExceptionChainValidation>0</DisableExceptionChainValidation>
  1385.       </component>
  1386.  
  1387.     </settings>
  1388. </unattend>
  1389.