mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Removed EnableSharedPCMode dependencies
This commit is contained in:
@ -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
|
||||
<a href="" id="setpowerpolicies"></a>**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
|
||||
<a href="" id="maintenancestarttime"></a>**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
|
||||
<a href="" id="signinonresume"></a>**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
|
||||
<a href="" id="sleeptimeout"></a>**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
|
||||
<a href="" id="enableaccountmanager"></a>**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
|
||||
<a href="" id="accountmodel"></a>**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.
|
||||
<a href="" id="deletionpolicy"></a>**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
|
||||
<a href="" id="diskleveldeletion"></a>**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.
|
||||
<a href="" id="disklevelcaching"></a>**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.
|
||||
|
||||
<a href="" id="kioskmodeaumid"></a>**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.
|
||||
|
||||
<a href="" id="kioskmodeusertiledisplaytext"></a>**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.
|
||||
|
||||
<a href="" id="inactivethreshold"></a>**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.
|
||||
<a href="" id="maxpagefilesizemb"></a>**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.
|
||||
|
Reference in New Issue
Block a user