AnswerFileOptionsEnableCloud Property

Gets or sets a value which indicates whether cloud consumer features are enabled after installation.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
C#
public bool EnableCloud { get; set; }

Property Value

Boolean
to enable cloud consumer features; otherwise, . The default value is .

Remarks

If this value is , the value DisableWindowsConsumerFeatures under the registry key HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CloudContent will be set to 1. On certain versions of Windows, this may prevent auto-installation of additional recommended store apps for new user accounts.

See Also