|
@@ -259,11 +259,31 @@
|
|
</RunSynchronousCommand>
|
|
</RunSynchronousCommand>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Order>18</Order>
|
|
<Order>18</Order>
|
|
- <Path>reg.exe unload "HKU\mount"</Path>
|
|
|
|
|
|
+ <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f</Path>
|
|
</RunSynchronousCommand>
|
|
</RunSynchronousCommand>
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<RunSynchronousCommand wcm:action="add">
|
|
<Order>19</Order>
|
|
<Order>19</Order>
|
|
- <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 0 /f</Path>
|
|
|
|
|
|
+ <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f</Path>
|
|
|
|
+ </RunSynchronousCommand>
|
|
|
|
+ <RunSynchronousCommand wcm:action="add">
|
|
|
|
+ <Order>20</Order>
|
|
|
|
+ <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f</Path>
|
|
|
|
+ </RunSynchronousCommand>
|
|
|
|
+ <RunSynchronousCommand wcm:action="add">
|
|
|
|
+ <Order>21</Order>
|
|
|
|
+ <Path>reg.exe unload "HKU\mount"</Path>
|
|
|
|
+ </RunSynchronousCommand>
|
|
|
|
+ <RunSynchronousCommand wcm:action="add">
|
|
|
|
+ <Order>22</Order>
|
|
|
|
+ <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f</Path>
|
|
|
|
+ </RunSynchronousCommand>
|
|
|
|
+ <RunSynchronousCommand wcm:action="add">
|
|
|
|
+ <Order>23</Order>
|
|
|
|
+ <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f</Path>
|
|
|
|
+ </RunSynchronousCommand>
|
|
|
|
+ <RunSynchronousCommand wcm:action="add">
|
|
|
|
+ <Order>24</Order>
|
|
|
|
+ <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f</Path>
|
|
</RunSynchronousCommand>
|
|
</RunSynchronousCommand>
|
|
</RunSynchronous>
|
|
</RunSynchronous>
|
|
</component>
|
|
</component>
|