PrivacyAdvisorMode (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the PrivacyAdvisorMode setting in Windows Embedded 8 Standard (Standard 8).
This setting specifies how to handle privacy concerns in Internet Explorer.
There are two options for protecting private information: InPrivate Browsing and InPrivate Blocking. InPrivate Browsing prevents Internet Explorer from storing data about a browsing session, such as cookies, temporary Internet files, and history. InPrivate Blocking helps prevent websites from automatically sharing details about visits with other websites; to help protect user privacy, some website content may be blocked.
The following table shows the possible values.
Value |
Description |
---|---|
0 |
Specifies that InPrivate Browsing and InPrivate Blocking are off. |
1 |
Specifies that the end user must add websites to a list of blocked sites manually. |
2 |
Specifies that InPrivate Browsing and InPrivate Blocking are automatic. This is the default value. |
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
---|---|
Features/User Applications/Internet Explorer 10/PrivacyAdvisorMode |
XML Example
This example shows how to configure Internet Explorer to turn off InPrivate Blocking and InPrivate Browsing.
<PrivacyAdvisorMode>0</PrivacyAdvisorMode>