# Disable Shared Experiences - Applicable since 1703. Not applicable to Server
# This setting can be set also via GPO, however doing so causes reset of Start Menu cache. See https://github.com/Disassembler0/Win10-Initial-Setup-Script/issues/145 for details
FunctionDisableSharedExperiences_CU{
FunctionTweakDisableSharedExperiences_CU{
Write-Output"Disabling Shared Experiences for CU..."
# Disable UWP apps background access - ie. if UWP apps can download data or update themselves when they aren't used
# Until 1809, Cortana and ShellExperienceHost need to be explicitly excluded as their inclusion breaks start menu search and toast notifications respectively.
FunctionDisableUWPBackgroundApps_CU{
FunctionTweakDisableUWPBackgroundApps_CU{
Write-Output"Disabling UWP apps background access for CU. See DisableUWPBackgroundApps..."