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.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
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