diff --git a/.localization-config b/.localization-config
new file mode 100644
index 0000000000..c24369eb99
--- /dev/null
+++ b/.localization-config
@@ -0,0 +1,8 @@
+{
+ "locales": [ "zh-cn" ],
+ "files": ["!/*.md", "**/**/*.md", "**/*.md"],
+ "includeDependencies": true,
+ "autoPush": true,
+ "xliffVersion": "2.0",
+ "useJavascriptMarkdownTransformer": true
+}
diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json
index e58deb3585..469538cd59 100644
--- a/.openpublishing.publish.config.json
+++ b/.openpublishing.publish.config.json
@@ -61,6 +61,16 @@
"type_mapping": {
"Conceptual": "Content"
}
+ },
+ {
+ "docset_name": "education",
+ "build_output_subfolder": "education",
+ "locale": "en-us",
+ "version": 0,
+ "open_to_public_contributors": "false",
+ "type_mapping": {
+ "Conceptual": "Content"
+ }
}
],
"notification_subscribers": ["brianlic@microsoft.com"],
diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md
index 7df4d37ea3..d199472eaa 100644
--- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md
+++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md
@@ -84,9 +84,11 @@ IE opens the app’s website.
**Security Note:**
If you don’t fully trust a site, you shouldn’t allow it to launch an outdated app. However, although we don’t recommend it, you can let the webpage launch the app by tapping or clicking **Allow**. This option opens the app without updating or fixing the problem. The next time you visit a webpage running the same outdated app, you’ll get the notification again.
## How does IE decide which ActiveX controls to block?
-IE uses Microsoft’s versionlist.xml file to determine whether an ActiveX control should be stopped from loading. This file is updated with newly-discovered out-of-date ActiveX controls, which IE automatically downloads to your local copy of the file.
+IE uses Microsoft’s versionlist.xml or versionlistWin7.xml file to determine whether an ActiveX control should be stopped from loading. These files are updated with newly-discovered out-of-date ActiveX controls, which IE automatically downloads to your local copy of the file.
-You can see your copy of the versionlist.xml file here `%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml`, or you can view Microsoft’s version at [Internet Explorer version list](http://go.microsoft.com/fwlink/p/?LinkId=403864).
+You can see your copy of the file here `%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml` or you can view Microsoft’s version, based on your operating system and version of IE, here:
+- [Internet Explorer 11 on Windows 7 SP1 or Windows Server 2008 R2](http://go.microsoft.com/fwlink/p/?LinkId=798230)
+- [All other configurations](https://go.microsoft.com/fwlink/p/?LinkId=403864)
**Security Note:**
Although we strongly recommend against it, if you don’t want your computer to automatically download the updated version list from Microsoft, run the following command from a command prompt:
@@ -171,7 +173,7 @@ Here’s a detailed example and description of what’s included in the VersionA
### Inventory your ActiveX controls by using a local WMI class
For Windows 10 you also have the option to log your inventory info to a local WMI class. Info logged to this class includes all of info you get from the .csv file, plus the CLSID of the loaded ActiveX control or the name of any apps started from an ActiveX control.
-### Before you begin
+#### Before you begin
Before you can use WMI to inventory your ActiveX controls, you need to [download the configuration package (.zip file)](http://go.microsoft.com/fwlink/p/?LinkId=616971), which includes:
- **ConfigureWMILogging.ps1**. A Windows PowerShell script.
diff --git a/education/docfx.json b/education/docfx.json
new file mode 100644
index 0000000000..85ad44817c
--- /dev/null
+++ b/education/docfx.json
@@ -0,0 +1,24 @@
+{
+ "build": {
+ "content":
+ [
+ {
+ "files": ["**/**.md"],
+ "exclude": ["**/obj/**"]
+ }
+ ],
+ "resource": [
+ {
+ "files": ["**/images/**", "**/*.json"],
+ "exclude": ["**/obj/**"]
+ }
+ ],
+ "globalMetadata": {
+ "ROBOTS": "INDEX, FOLLOW"
+ },
+ "externalReference": [
+ ],
+ "template": "op.html",
+ "dest": "edu"
+ }
+}
\ No newline at end of file
diff --git a/windows/keep-secure/change-history-for-keep-windows-10-secure.md b/windows/keep-secure/change-history-for-keep-windows-10-secure.md
index 3077e0371c..6b506dbfd5 100644
--- a/windows/keep-secure/change-history-for-keep-windows-10-secure.md
+++ b/windows/keep-secure/change-history-for-keep-windows-10-secure.md
@@ -15,6 +15,7 @@ This topic lists new and updated topics in the [Keep Windows 10 secure](index.md
|New or changed topic | Description |
|----------------------|-------------|
+| [Microsoft Passport errors during PIN creation](microsoft-passport-errors-during-pin-creation.md) | Added errors 0x80090029 and 0x80070057, and merged entries for error 0x801c03ed. |
| [User Account Control Group Policy and registry key settings](user-account-control-group-policy-and-registry-key-settings.md) | Updated for Windows 10 and Windows Server 2016 Technical Preview |
## April 2016
diff --git a/windows/keep-secure/configure-the-application-identity-service.md b/windows/keep-secure/configure-the-application-identity-service.md
index d09240e41c..2642394fff 100644
--- a/windows/keep-secure/configure-the-application-identity-service.md
+++ b/windows/keep-secure/configure-the-application-identity-service.md
@@ -46,11 +46,4 @@ Membership in the local **Administrators** group, or equivalent, is the minimum
3. Verify that the status for the Application Identity service is **Running**.
-
-
-
-
-
-
-
-
+Starting with Windows 10, the Application Identity service is now a protected process. Because of this, you can no longer manually set the service **Startup type** to **Automatic**.
\ No newline at end of file
diff --git a/windows/keep-secure/microsoft-passport-errors-during-pin-creation.md b/windows/keep-secure/microsoft-passport-errors-during-pin-creation.md
index af9f471ce3..ec41aa5d9a 100644
--- a/windows/keep-secure/microsoft-passport-errors-during-pin-creation.md
+++ b/windows/keep-secure/microsoft-passport-errors-during-pin-creation.md
@@ -33,7 +33,7 @@ When a user encounters an error when creating the work PIN, advise the user to t
1. Try to create the PIN again. Some errors are transient and resolve themselves.
-2. Log out, log in, and try to create the PIN again.
+2. Sign out, sign in, and try to create the PIN again.
3. Reboot the device and then try to create the PIN again.
@@ -44,11 +44,7 @@ When a user encounters an error when creating the work PIN, advise the user to t
If the error occurs again, check the error code against the following table to see if there is another mitigation for that error. When no mitigation is listed in the table, contact Microsoft Support for assistance.
Hex | @@ -57,20 +53,13 @@ If the error occurs again, check the error code against the following table to s||||
---|---|---|---|---|
0x801C03ED | -Multi-factor authentication is required for a 'ProvisionKey' operation, but was not performed --or- -Token was not found in the Authorization header --or- -Failed to read one or more objects |
-Unjoin the device from Azure Active Directory (Azure AD) and rejoin | -||
0x801C044D | Authorization token does not contain device ID | Unjoin the device from Azure AD and rejoin | ||
0x80090036 | User cancelled an interactive dialog | @@ -95,6 +84,10 @@ If the error occurs again, check the error code against the following table to s0x80090005 | NTE_BAD_DATA | Unjoin the device from Azure AD and rejoin | +
0x80090029 | +TPM is not set up. | +Sign on with an administrator account. Click **Start**, type "tpm.msc", and select **tpm.msc Microsoft Common Console Document**. In the **Actions** pane, select **Prepare the TPM**. | ||
0x80090031 | @@ -124,17 +117,17 @@ If the error occurs again, check the error code against the following table to s||||
0x801C0010 | The AIK certificate is not valid or trusted | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C0011 | The attestation statement of the transport key is invalid | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C0012 | Discovery request is not in a valid format | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C0015 | @@ -159,7 +152,7 @@ If the error occurs again, check the error code against the following table to s||||
0x801C03E9 | Server response message is invalid | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C03EA | @@ -169,37 +162,42 @@ If the error occurs again, check the error code against the following table to s||||
0x801C03EB | Server response http status is not valid | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C03EC | Unhandled exception from server. | -Log out and then log in again. | +sign out and then sign in again. | |
0x801C03ED | -The request sent to the server was invalid. | -Log out and then log in again. | +Multi-factor authentication is required for a 'ProvisionKey' operation, but was not performed +-or- +Token was not found in the Authorization header +-or- +Failed to read one or more objects +-or- The request sent to the server was invalid. |
+Sign out and then sign in again. If that doesn't resolve the issue, unjoin the device from Azure Active Directory (Azure AD) and rejoin. |
0x801C03EE | Attestation failed | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C03EF | The AIK certificate is no longer valid | -Log out and then log in again. | +Sign out and then sign in again. | |
0x801C044D | Unable to obtain user token | -Log out and then log in again. Check network and credentials. | +Sign out and then sign in again. Check network and credentials. | |
0x801C044E | Failed to receive user creds input | -Log out and then log in again. | +Sign out and then sign in again. |