From e57535e2c8d388644ad6056f71f2c6088fe3652a Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Jul 2016 11:48:26 -0700 Subject: [PATCH] shared PC API --- windows/manage/set-up-shared-or-guest-pc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/manage/set-up-shared-or-guest-pc.md b/windows/manage/set-up-shared-or-guest-pc.md index 1e19273c73..b29e1f8184 100644 --- a/windows/manage/set-up-shared-or-guest-pc.md +++ b/windows/manage/set-up-shared-or-guest-pc.md @@ -39,6 +39,10 @@ While shared PC mode does not configure Windows Update itself, it is strongly re [Learn more about the AllowAutoUpdate settings](https://msdn.microsoft.com/library/windows/hardware/dn904962.aspx#Update_AllowAutoUpdate) +###App behavior + +Apps can take advantage of shared PC mode by changing their app behavior to align with temporary use scenarios. For example, an app might only download content on demand on a device in shared PC mode, or might skip first run experiences. For information on how an app can query for shared PC mode, see [SharedModeSettings class](https://msdn.microsoft.com/en-us/library/windows/apps/windows.system.profile.sharedmodesettings.aspx). + ###Customization Shared PC mode exposes a set of customizations to tailor the behavior to your requirements. These customizations are the options that you'll set either using MDM or a provisioning package as explained in [Configuring shared PC mode on Windows](#configuring-shared-pc-mode-on-windows). The options are listed in the following table.