Answer File OptionsEnable Cloud 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.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
to enable cloud consumer features; otherwise, . The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public bool EnableCloud { get; set; }VB
Public Property EnableCloud As Boolean
Get
SetC++
public:
property bool EnableCloud {
bool get ();
void set (bool value);
}F#
member EnableCloud : bool with get, setProperty Value
Booleanto 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.