--- title: SharedPC DDF file description: Learn how the OMA DM device description framework (DDF) for the SharedPC configuration service provider (CSP). ms.reviewer: manager: aaroncz ms.author: vinpa ms.topic: article ms.prod: w10 ms.technology: windows author: vinaypamnani-msft ms.date: 12/05/2017 --- # SharedPC DDF file This topic shows the OMA DM device description framework (DDF) for the **SharedPC** configuration service provider. DDF files are used only with OMA DM provisioning XML. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). The XML below is the DDF for Windows 10, version 1703. ```xml ]> 1.2 SharedPC ./Vendor/MSFT com.microsoft/1.1/MDM/SharedPC EnableSharedPCMode false Setting this node to "true" triggers the action to configure a device to Shared PC mode. Enable shared PC mode text/plain SetEduPolicies false Set a list of EDU policies. This node is independent of EnableSharedPCMode. Set EDU policies text/plain SetPowerPolicies 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. Set power policies text/plain MaintenanceStartTime 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. Maintenance start time text/plain SignInOnResume 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. Sign-in on resume text/plain SleepTimeout 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. Sleep timeout text/plain EnableAccountManager true Enable the account manager for shared PC mode. Enable account manager text/plain AccountModel 0 Configures which type of accounts are allowed to use the PC. Allowed values: 0 (only guest), 1 (domain-joined only), 2 (domain-joined and guest). Account model text/plain DeletionPolicy 1 Configures when accounts will be deleted. Allowed values: 0 (delete immediately), 1 (delete at disk space threshold). Account deletion policy text/plain DiskLevelDeletion 25 Accounts will start being deleted when available disk space falls below this threshold, given as percent of total disk capacity. Accounts that have been inactive the longest will be deleted first. Disk space threshold for account deletion text/plain DiskLevelCaching 50 Stop deleting accounts when available disk space reaches this threshold, given as percent of total disk capacity. Disk space threshold for account caching text/plain RestrictLocalStorage 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. Restrict local storage text/plain KioskModeAUMID 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. Kiosk mode AUMID text/plain KioskModeUserTileDisplayText 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. Kiosk mode user tile display text text/plain InactiveThreshold 30 Accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Account inactive threshold text/plain MaxPageFileSizeMB 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 PageFile size text/plain ``` ## Related topics [SharedPC configuration service provider](sharedpc-csp.md)