From 6b2af32d1fb75c77d0f850e3e6b0642659e5015e Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Fri, 23 Sep 2022 08:11:57 -0400
Subject: [PATCH 1/5] Removed EnableSharedPCMode dependencies
---
windows/client-management/mdm/sharedpc-csp.md | 41 +------------------
1 file changed, 1 insertion(+), 40 deletions(-)
diff --git a/windows/client-management/mdm/sharedpc-csp.md b/windows/client-management/mdm/sharedpc-csp.md
index 9dc7485482..84c80b01df 100644
--- a/windows/client-management/mdm/sharedpc-csp.md
+++ b/windows/client-management/mdm/sharedpc-csp.md
@@ -8,7 +8,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: vinaypamnani-msft
-ms.date: 01/16/2019
+ms.date: 09/23/2022
---
# SharedPC CSP
@@ -81,9 +81,6 @@ In Windows 10, version 1607, the value is set to True and the education environm
**SetPowerPolicies**
Optional. A boolean value that specifies that the power policies should be set when configuring SharedPC mode.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The default value is Not Configured and the effective power settings are determined by the OS's default power settings. Its value in the SharedPC provisioning package is True.
@@ -91,9 +88,6 @@ The default value is Not Configured and the effective power settings are determi
**MaintenanceStartTime**
Optional. An integer value that specifies the daily start time of maintenance hour. Given in minutes from midnight. The range is 0-1440.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The default value is Not Configured and its value in the SharedPC provisioning package is 0 (12 AM).
@@ -101,9 +95,6 @@ The default value is Not Configured and its value in the SharedPC provisioning p
**SignInOnResume**
Optional. A boolean value that, when set to True, requires sign in whenever the device wakes up from sleep mode.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The default value is Not Configured and its value in the SharedPC provisioning package is True.
@@ -111,9 +102,6 @@ The default value is Not Configured and its value in the SharedPC provisioning p
**SleepTimeout**
The amount of time in seconds before the PC sleeps. 0 means the PC never sleeps. Default is 5 minutes. This node is optional.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The default value is Not Configured, and effective behavior is determined by the OS's default settings. Its value in the SharedPC provisioning package for Windows 10, version 1703 is 300, and in Windows 10, version 1607 is 3600.
@@ -121,9 +109,6 @@ The default value is Not Configured, and effective behavior is determined by the
**EnableAccountManager**
A boolean that enables the account manager for shared PC mode.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The default value is Not Configured and its value in the SharedPC provisioning package is True.
@@ -131,9 +116,6 @@ The default value is Not Configured and its value in the SharedPC provisioning p
**AccountModel**
Configures which type of accounts are allowed to use the PC.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
The following list shows the supported values:
@@ -147,9 +129,6 @@ Its value in the SharedPC provisioning package is 1 or 2.
**DeletionPolicy**
Configures when accounts are deleted.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The supported operations are Add, Get, Replace, and Delete.
For Windows 10, version 1607, here's the list shows the supported values:
@@ -168,9 +147,6 @@ The default value is Not Configured. Its value in the SharedPC provisioning pack
**DiskLevelDeletion**
Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first.
-> [!NOTE]
-> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
-
The default value is Not Configured. Its default value in the SharedPC provisioning package is 25.
For example, if the **DiskLevelCaching** number is set to 50 and the **DiskLevelDeletion** number is set to 25 (both default values). Accounts will be cached while the free disk space is above 25%. When the free disk space is less than 25% (the deletion number) during a daily maintenance period, accounts will be deleted (oldest last used first) when the system is idle until the free disk space is above 50% (the caching number). Accounts will be deleted immediately on signing out from an account if free space is under half of the deletion threshold and disk space is low, regardless of whether the PC is actively in use or not.
@@ -180,9 +156,6 @@ The supported operations are Add, Get, Replace, and Delete.
**DiskLevelCaching**
Sets the percentage of available disk space a PC should have before it stops deleting cached accounts.
-> [!NOTE]
-> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
-
The default value is Not Configured. The default value in the SharedPC provisioning package is 25.
For example, if the **DiskLevelCaching** number is set to 50 and the **DiskLevelDeletion** number is set to 25 (both default values). Accounts will be cached while the free disk space is above 25%. When the free disk space is less than 25% (the deletion number) during a maintenance period, accounts will be deleted (oldest last used first) until the free disk space is above 50% (the caching number). Accounts will be deleted immediately on signing out from an account if free space is under the deletion threshold and disk space is low, regardless whether the PC is actively in use or not.
@@ -194,26 +167,17 @@ Added in Windows 10, version 1703. Restricts the user from using local storage.
The default value is Not Configured and behavior is no such restriction applied. Value type is bool. Supported operations are Add, Get, Replace, and Delete. Default in SharedPC provisioning package is False.
-> [!NOTE]
-> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
-
**KioskModeAUMID**
Added in Windows 10, version 1703. Specifies the AUMID of the app to use with assigned access. This node is optional.
- Value type is string.
- Supported operations are Add, Get, Replace, and Delete.
-> [!NOTE]
-> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
-
**KioskModeUserTileDisplayText**
Added in Windows 10, version 1703. Specifies the display text for the account shown on the sign-in screen that launches the app specified by KioskModeAUMID. This node is optional.
Value type is string. Supported operations are Add, Get, Replace, and Delete.
-> [!NOTE]
-> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
-
**InactiveThreshold**
Added in Windows 10, version 1703. Accounts will start being deleted when they haven't been logged on during the specified period, given as number of days.
@@ -226,9 +190,6 @@ The default in the SharedPC provisioning package is 30.
**MaxPageFileSizeMB**
Added in Windows 10, version 1703. Maximum size of the paging file in MB. Applies only to systems with less than 32-GB storage and at least 3 GB of RAM. This node is optional.
-> [!NOTE]
-> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
-
- Default value is Not Configured.
- Value type is integer.
- Supported operations are Add, Get, Replace, and Delete.
From 95bd12a675b3194be7f91df38fd40156da1bf3e0 Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Fri, 23 Sep 2022 13:17:42 -0400
Subject: [PATCH 2/5] sharedPC updates
---
.../set-up-school-pcs-azure-ad-join.md | 2 +-
.../set-up-school-pcs-provisioning-package.md | 2 +-
.../set-up-school-pcs-shared-pc-mode.md | 4 ++--
.../windows/set-up-school-pcs-technical.md | 2 +-
.../windows/set-up-school-pcs-whats-new.md | 2 +-
.../windows/use-set-up-school-pcs-app.md | 8 ++++----
.../mdm/personalization-csp.md | 2 +-
.../mdm/sharedpc-ddf-file.md | 20 +++++++++----------
...ndows-diagnostic-events-and-fields-1703.md | 2 +-
...ndows-diagnostic-events-and-fields-1709.md | 2 +-
...ndows-diagnostic-events-and-fields-1803.md | 2 +-
...ndows-diagnostic-events-and-fields-1809.md | 2 +-
...ndows-diagnostic-events-and-fields-1903.md | 2 +-
...iagnostic-events-fields-windows-11-22H2.md | 2 +-
...windows-11-diagnostic-events-and-fields.md | 2 +-
...-diagnostic-data-events-and-fields-2004.md | 2 +-
16 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/education/windows/set-up-school-pcs-azure-ad-join.md b/education/windows/set-up-school-pcs-azure-ad-join.md
index c399d41e3f..428ea7ffa1 100644
--- a/education/windows/set-up-school-pcs-azure-ad-join.md
+++ b/education/windows/set-up-school-pcs-azure-ad-join.md
@@ -1,7 +1,7 @@
---
title: Azure AD Join with Set up School PCs app
description: Describes how Azure AD Join is configured in the Set up School PCs app.
-keywords: shared cart, shared PC, school, set up school pcs
+keywords: shared PC, school, set up school pcs
ms.prod: windows
ms.mktglfcycl: plan
ms.sitesec: library
diff --git a/education/windows/set-up-school-pcs-provisioning-package.md b/education/windows/set-up-school-pcs-provisioning-package.md
index 3aeb7d738c..feb7da1b70 100644
--- a/education/windows/set-up-school-pcs-provisioning-package.md
+++ b/education/windows/set-up-school-pcs-provisioning-package.md
@@ -1,7 +1,7 @@
---
title: What's in Set up School PCs provisioning package
description: Lists the provisioning package settings that are configured in the Set up School PCs app.
-keywords: shared cart, shared PC, school, set up school pcs
+keywords: shared PC, school, set up school pcs
ms.prod: windows
ms.mktglfcycl: plan
ms.sitesec: library
diff --git a/education/windows/set-up-school-pcs-shared-pc-mode.md b/education/windows/set-up-school-pcs-shared-pc-mode.md
index e007d4957b..82989fa2a0 100644
--- a/education/windows/set-up-school-pcs-shared-pc-mode.md
+++ b/education/windows/set-up-school-pcs-shared-pc-mode.md
@@ -1,7 +1,7 @@
---
title: Shared PC mode for school devices
description: Describes how shared PC mode is set for devices set up with the Set up School PCs app.
-keywords: shared cart, shared PC, school, set up school pcs
+keywords: shared PC, school, set up school pcs
ms.prod: windows
ms.mktglfcycl: plan
ms.sitesec: library
@@ -63,7 +63,7 @@ To create a compatible image, first create your custom Windows image with all so
Teachers can then run the Set up School PCs package on the computer.
## Optimize device for use by a single student
-Shared PC mode is enabled by default. This mode optimizes device settings for schools where PCs are shared by students. The Set up School PCs app also offers the option to configure settings for devices that aren't shared.
+Shared PC mode is enabled by default. This mode optimizes device settings for schools where PCs are shared by students. The Set up School PCs app also offers the option to configure settings for devices that aren't shared.
If you select this setting, the app modifies shared PC mode so that it's appropriate for a single device. To see how the settings differ, refer to the Shared PC mode policy table in the article [What's in my provisioning package?](set-up-school-pcs-provisioning-package.md)
1. In the app, go to the **Create package** > **Settings** step.
diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md
index 6dbdf70186..21c1721e3a 100644
--- a/education/windows/set-up-school-pcs-technical.md
+++ b/education/windows/set-up-school-pcs-technical.md
@@ -1,7 +1,7 @@
---
title: Set up School PCs app technical reference overview
description: Describes the purpose of the Set up School PCs app for Windows 10 devices.
-keywords: shared cart, shared PC, school, set up school pcs
+keywords: shared PC, school, set up school pcs
ms.prod: windows
ms.mktglfcycl: plan
ms.sitesec: library
diff --git a/education/windows/set-up-school-pcs-whats-new.md b/education/windows/set-up-school-pcs-whats-new.md
index fce328a1c0..d83fe32329 100644
--- a/education/windows/set-up-school-pcs-whats-new.md
+++ b/education/windows/set-up-school-pcs-whats-new.md
@@ -1,7 +1,7 @@
---
title: What's new in the Windows Set up School PCs app
description: Find out about app updates and new features in Set up School PCs.
-keywords: shared cart, shared PC, school, set up school pcs
+keywords: shared PC, school, set up school pcs
ms.prod: windows
ms.mktglfcycl: plan
ms.sitesec: library
diff --git a/education/windows/use-set-up-school-pcs-app.md b/education/windows/use-set-up-school-pcs-app.md
index 4d83ffcc2b..44298d51a2 100644
--- a/education/windows/use-set-up-school-pcs-app.md
+++ b/education/windows/use-set-up-school-pcs-app.md
@@ -1,7 +1,7 @@
---
title: Use Set up School PCs app
description: Learn how to use the Set up School PCs app and apply the provisioning package.
-keywords: shared cart, shared PC, school, Set up School PCs, overview, how to use
+keywords: shared PC, school, Set up School PCs, overview, how to use
ms.prod: windows
ms.mktglfcycl: deploy
ms.sitesec: library
@@ -179,13 +179,13 @@ The following table describes each setting and lists the applicable Windows 10 v
|Setting |1703|1709|1803|1809|What happens if I select it? |Note|
|---------|---------|---------|---------|---------|---------|---------|
|Remove apps pre-installed by the device manufacturer |X|X|X|X| Uninstalls apps that came loaded on the computer by the device's manufacturer. |Adds about 30 minutes to the provisioning process.|
-|Allow local storage (not recommended for shared devices) |X|X|X|X| Lets students save files to the Desktop and Documents folder on the Student PC. |Not recommended if the device will be part of a shared cart or lab.|
-|Optimize device for a single student, instead of a shared cart or lab |X|X|X|X|Optimizes the device for use by a single student, rather than many students. |Recommended option only if the device is not shared with other students in the school. Single-optimized accounts are set to expire, and require a signin, 180 days after setup. This setting increases the maximum PC storage to 100% of the available disk space. In this case, student accounts aren't deleted unless the account has been inactive for 180 days. |
+|Allow local storage (not recommended for shared devices) |X|X|X|X| Lets students save files to the Desktop and Documents folder on the Student PC. |Not recommended if the device will be shared between different students.|
+|Optimize device for a single student, instead of a shared cart or lab |X|X|X|X|Optimizes the device for use by a single student, rather than many students. |Recommended if the device will be shared between different students. Single-optimized accounts are set to expire, and require a signin, 180 days after setup. This setting increases the maximum PC storage to 100% of the available disk space. In this case, student accounts aren't deleted unless the account has been inactive for 180 days. |
|Let guests sign in to these PCs |X|X|X|X|Allows guests to use student PCs without a school account. |Common to use within a public, shared space, such as a library. Also used when a student loses their password. Adds a **Guest** account to the PC sign-in screen that anyone can sign in to.|
|Enable Autopilot Reset |Not available|X|X|X|Lets you remotely reset a student’s PC from the lock screen, apply the device’s original settings, and enroll it in device management (Azure AD and MDM). |Requires Windows 10, version 1709 and WinRE must be enabled on the PC. Setup will fail if both requirements aren't met.|
|Lock screen background|X|X|X|X|Change the default screen lock background to a custom image.|Click **Browse** to search for an image file on your computer. Accepted image formats are jpg, jpeg, and png.|
-After you've made your selections, click **Next**.
+After you've made your selections, click **Next**.
### Time zone
diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md
index 465ac4ecd9..5524dfcf1a 100644
--- a/windows/client-management/mdm/personalization-csp.md
+++ b/windows/client-management/mdm/personalization-csp.md
@@ -29,7 +29,7 @@ The Personalization CSP can set the lock screen and desktop background images. S
This CSP was added in Windows 10, version 1703.
> [!Note]
-> Personalization CSP is supported in Windows 10 Enterprise and Education SKUs. It works in Windows 10 Pro and Windows 10 Pro in S mode if SetEduPolicies in [SharedPC CSP](sharedpc-csp.md) is set.
+> Personalization CSP is supported in Windows Enterprise and Education SKUs. It works in Windows Professional if SetEduPolicies in [SharedPC CSP](sharedpc-csp.md) is set.
The following example shows the Personalization configuration service provider in tree format.
```
diff --git a/windows/client-management/mdm/sharedpc-ddf-file.md b/windows/client-management/mdm/sharedpc-ddf-file.md
index 071887f881..75667401c6 100644
--- a/windows/client-management/mdm/sharedpc-ddf-file.md
+++ b/windows/client-management/mdm/sharedpc-ddf-file.md
@@ -80,7 +80,7 @@ The XML below is the DDF for Windows 10, version 1703.
false
- Setting this node to “1” triggers the action to configure a device to Shared PC mode with OneDrive sync turned on
+ Setting this node to "1" triggers the action to configure a device to Shared PC mode with OneDrive sync turned on
@@ -104,7 +104,7 @@ The XML below is the DDF for Windows 10, version 1703.
false
- Set a list of EDU policies. This node is independent of EnableSharedPCMode.
+ Set a list of EDU policies.
@@ -128,7 +128,7 @@ The XML below is the DDF for Windows 10, version 1703.
true
- Specify that the power policies should be set when configuring SharedPC mode. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Specify that the power policies should be set when configuring SharedPC mode. This node is optional.
@@ -152,7 +152,7 @@ The XML below is the DDF for Windows 10, version 1703.
0
- Daily start time of maintenance hour. Given in minutes from midnight. Default is 0 (12am). This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Daily start time of maintenance hour. Given in minutes from midnight. Default is 0 (12am). This node is optional.
@@ -176,7 +176,7 @@ The XML below is the DDF for Windows 10, version 1703.
true
- Require signing in on waking up from sleep. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Require signing in on waking up from sleep. This node is optional.
@@ -200,7 +200,7 @@ The XML below is the DDF for Windows 10, version 1703.
300
- The amount of time before the PC sleeps, given in seconds. 0 means the PC never sleeps. Default is 5 minutes. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ The amount of time before the PC sleeps, given in seconds. 0 means the PC never sleeps. Default is 5 minutes. This node is optional.
@@ -344,7 +344,7 @@ The XML below is the DDF for Windows 10, version 1703.
true
- Restricts the user from using local storage. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Restricts the user from using local storage. This node is optional.
@@ -367,7 +367,7 @@ The XML below is the DDF for Windows 10, version 1703.
- Specifies the AUMID of the app to use with assigned access. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Specifies the AUMID of the app to use with assigned access. This node is optional.
@@ -390,7 +390,7 @@ The XML below is the DDF for Windows 10, version 1703.
- Specifies the display text for the account shown on the sign-in screen which launches the app specified by KioskModeAUMID. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Specifies the display text for the account shown on the sign-in screen which launches the app specified by KioskModeAUMID. This node is optional.
@@ -438,7 +438,7 @@ The XML below is the DDF for Windows 10, version 1703.
1024
- Maximum size of the paging file in MB. Applies only to systems with less than 32 GB storage and at least 3 GB of RAM. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.
+ Maximum size of the paging file in MB. Applies only to systems with less than 32 GB storage and at least 3 GB of RAM. This node is optional.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
index 84a10ffdbb..0191debedb 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
@@ -1446,7 +1446,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
index 6c6c14d919..d37ee193cd 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
@@ -1519,7 +1519,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
index 8754ca2137..4ab775098d 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
@@ -1576,7 +1576,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
index f6599e024a..bf3bfda9da 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
@@ -2310,7 +2310,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
index a4b2b137a0..bff9795594 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
@@ -2500,7 +2500,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md b/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
index aa6f04328c..1ca39de5c9 100644
--- a/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
+++ b/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
@@ -1039,7 +1039,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-windows-11-diagnostic-events-and-fields.md b/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
index c5f8c39e62..2ad5492a55 100644
--- a/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
+++ b/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
@@ -2021,7 +2021,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md b/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
index 339c597a08..4180257498 100644
--- a/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
+++ b/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
@@ -2032,7 +2032,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for education devices used as shared cart
+- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
From f9272d3469abb298edd978e617a93368fea0dbd8 Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Fri, 23 Sep 2022 16:20:49 -0400
Subject: [PATCH 3/5] reverted privacy files
---
.../basic-level-windows-diagnostic-events-and-fields-1703.md | 2 +-
.../basic-level-windows-diagnostic-events-and-fields-1709.md | 2 +-
.../basic-level-windows-diagnostic-events-and-fields-1803.md | 2 +-
.../basic-level-windows-diagnostic-events-and-fields-1809.md | 2 +-
.../basic-level-windows-diagnostic-events-and-fields-1903.md | 2 +-
.../required-diagnostic-events-fields-windows-11-22H2.md | 2 +-
.../privacy/required-windows-11-diagnostic-events-and-fields.md | 2 +-
.../required-windows-diagnostic-data-events-and-fields-2004.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
index 0191debedb..84a10ffdbb 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md
@@ -1446,7 +1446,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
index d37ee193cd..6c6c14d919 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md
@@ -1519,7 +1519,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
index 4ab775098d..8754ca2137 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803.md
@@ -1576,7 +1576,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
index bf3bfda9da..f6599e024a 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809.md
@@ -2310,7 +2310,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
index bff9795594..a4b2b137a0 100644
--- a/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
+++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903.md
@@ -2500,7 +2500,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md b/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
index 1ca39de5c9..aa6f04328c 100644
--- a/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
+++ b/windows/privacy/required-diagnostic-events-fields-windows-11-22H2.md
@@ -1039,7 +1039,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-windows-11-diagnostic-events-and-fields.md b/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
index 2ad5492a55..c5f8c39e62 100644
--- a/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
+++ b/windows/privacy/required-windows-11-diagnostic-events-and-fields.md
@@ -2021,7 +2021,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
diff --git a/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md b/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
index 4180257498..339c597a08 100644
--- a/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
+++ b/windows/privacy/required-windows-diagnostic-data-events-and-fields-2004.md
@@ -2032,7 +2032,7 @@ The following fields are available:
- **ServiceMachineIP** Retrieves the IP address of the KMS host used for anti-piracy.
- **ServiceMachinePort** Retrieves the port of the KMS host used for anti-piracy.
- **ServiceProductKeyID** Retrieves the License key of the KMS
-- **SharedPCMode** Returns Boolean for devices that have enabled the configuration EnableSharedPCMode.
+- **SharedPCMode** Returns Boolean for education devices used as shared cart
- **Signature** Retrieves if it is a signature machine sold by Microsoft store.
- **SLICStatus** Whether a SLIC table exists on the device.
- **SLICVersion** Returns OS type/version from SLIC table.
From 3039b6cf65bb71ad317b09311b3f071b32b23c88 Mon Sep 17 00:00:00 2001
From: Angela Fleischmann
Date: Fri, 23 Sep 2022 15:08:42 -0600
Subject: [PATCH 4/5] Update TOC.yml
Line 162: the initialism for frequently asked questions was present, but the words weren't (unlike line 89).
---
windows/security/TOC.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/security/TOC.yml b/windows/security/TOC.yml
index 9acf3787ce..63ab9a4a86 100644
--- a/windows/security/TOC.yml
+++ b/windows/security/TOC.yml
@@ -159,7 +159,7 @@
items:
- name: Personal Data Encryption (PDE) overview
href: information-protection/personal-data-encryption/overview-pde.md
- - name: Personal Data Encryption (PDE) (FAQ)
+ - name: Personal Data Encryption (PDE) frequently asked questions (FAQ)
href: information-protection/personal-data-encryption/faq-pde.yml
- name: Configure Personal Data Encryption (PDE) in Intune
href: information-protection/personal-data-encryption/configure-pde-in-intune.md
From 17c1240666c42b8bd04868392b0d7cc527147c07 Mon Sep 17 00:00:00 2001
From: Angela Fleischmann
Date: Fri, 23 Sep 2022 15:13:36 -0600
Subject: [PATCH 5/5] Update
education/windows/set-up-school-pcs-shared-pc-mode.md
Line 66: Delete extra space after period.
---
education/windows/set-up-school-pcs-shared-pc-mode.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/education/windows/set-up-school-pcs-shared-pc-mode.md b/education/windows/set-up-school-pcs-shared-pc-mode.md
index 82989fa2a0..fa010834d5 100644
--- a/education/windows/set-up-school-pcs-shared-pc-mode.md
+++ b/education/windows/set-up-school-pcs-shared-pc-mode.md
@@ -63,7 +63,7 @@ To create a compatible image, first create your custom Windows image with all so
Teachers can then run the Set up School PCs package on the computer.
## Optimize device for use by a single student
-Shared PC mode is enabled by default. This mode optimizes device settings for schools where PCs are shared by students. The Set up School PCs app also offers the option to configure settings for devices that aren't shared.
+Shared PC mode is enabled by default. This mode optimizes device settings for schools where PCs are shared by students. The Set up School PCs app also offers the option to configure settings for devices that aren't shared.
If you select this setting, the app modifies shared PC mode so that it's appropriate for a single device. To see how the settings differ, refer to the Shared PC mode policy table in the article [What's in my provisioning package?](set-up-school-pcs-provisioning-package.md)
1. In the app, go to the **Create package** > **Settings** step.