Merge pull request #8781 from aczechowski/cz-20230818-topic

refresh app articles
This commit is contained in:
Gary Moore 2023-08-18 15:20:57 -07:00 committed by GitHub
commit c0b0fc9546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 123 additions and 123 deletions

View File

@ -1,74 +1,98 @@
--- ---
title: Add or hide optional apps and features on Windows devices | Microsoft Docs title: Add or hide Windows features
description: Learn how to add Windows 10 and Windows 11 optional features using the Apps & features page in the Settings app. Also see the group policy objects (GPO) and MDM policies that show or hide Apps and Windows Features in the Settings app. Use Windows PowerShell to show or hide specific features in Windows Features. description: Learn how to add Windows optional features using the Apps & features page in the Settings app. Also see the group policy objects (GPO) and MDM policies that show or hide Apps and Windows Features in the Settings app. Use Windows PowerShell to show or hide specific features in Windows Features.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 08/30/2021 ms.date: 08/18/2023
ms.topic: article ms.topic: how-to
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: tier2 ms.collection: tier2
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
--- ---
# Add or hide features on the Windows client OS # Add or hide Windows features
**Applies to**: Windows includes optional features that aren't installed by default, but you can add later. These features are called [Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities), and can be installed at any time. Some of these features are language resources like language packs or handwriting support. On organization-owned devices, you can control access to these other features. You can use group policy or mobile device management (MDM) policies to hide the UI from users, or use Windows PowerShell to enable or disable specific features.
- Windows 10 ## Use the Windows Settings app to add or uninstall features
- Windows 11
The Windows client operating systems include more features that you and your users can install. These features are called [Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) (opens another Microsoft web site), and can be installed at any time. On your organization-owned devices, you may want to control access to these other features. ### Windows 11
This article: 1. Open the Start menu and search for **Settings**.
- Shows you how to add features using the user interface. 1. In the Settings app, search for "optional" and select **Optional features**.
- Lists the group policies and Mobile device management (MDM) policies to hide Windows Features.
- Includes information on using Windows PowerShell to disable specific Windows Features.
If you're working on your own device, use the **Settings** app to add features. > [!TIP]
> You can also use the following shortcut to open it directly: [`ms-settings:optionalfeatures`](ms-settings:optionalfeatures).
## Add or uninstall features 1. To add a feature:
1. In the Search bar, search for "apps", and select **Apps and features**. 1. Select **View features** next to "Add an optional feature."
2. Select **Optional features** > **Add a feature**.
3. Select the feature you want to add, like **XPS Viewer**, and then select **Install.** 1. Find the feature you want to add, like **XPS Viewer**. Select the box to add it. You can select multiple features.
1. Select **Next**. Review the list of features you selected, and then select **Install** to add the selected features.
1. To uninstall a feature:
1. Search for it in the list of **Installed features**.
1. Expand the section, and select **Uninstall**.
### Windows 10
1. In the Search bar, search for "apps" and select **Apps and features**.
1. Select **Optional features** > **Add a feature**.
1. Select the feature you want to add, like **XPS Viewer**, and then select **Install.**
When the installation completes, the feature is listed in **Apps & features**. In **Apps & features** > **Optional features** > **More Windows features**, there are more features that you and your users can install. When the installation completes, the feature is listed in **Apps & features**. In **Apps & features** > **Optional features** > **More Windows features**, there are more features that you and your users can install.
To uninstall a feature, open the **Settings** app. Select the feature, and then select **Uninstall**. To uninstall a feature, open the **Settings** app. Select the feature, and then select **Uninstall**.
## Use Group Policy or MDM to hide Windows Features ## Use group policy or MDM policies to hide Windows features
By default, the OS might show Windows Features, and allow users to install and uninstall these optional apps and features. By default, the OS might show Windows features and allow users to install and uninstall these optional apps and features. To hide Windows features on your user devices, you can use group policy or an MDM provider like Microsoft Intune.
To hide Windows Features on your user devices, you can use Group Policy (on-premises), or use an MDM provider, such as Microsoft Intune (cloud). ### Group policy
### Group Policy If you use group policy, use the `User Configuration\Administrative Template\Control Panel\Programs\Hide "Windows Features"` policy. By default, this policy may be set to **Not configured**, which means users can add or remove features. When this setting is **Enabled**, the settings page to add optional features is hidden on the device.
If you use Group Policy, use the `User Configuration\Administrative Template\Control Panel\Programs\Hide "Windows Features"` policy. By default, this policy may be set to **Not configured**, which means users can add or remove features. When this setting is **Enabled**, the Windows Features is hidden on the device. You can't use group policy to disable specific Windows features, such as XPS Viewer. If you want to disable specific features, use [Windows PowerShell](#use-windows-powershell-to-disable-specific-features).
You can't use Group Policy to disable specific Windows Features, such as XPS Viewer. If you want to disable specific features, use [Windows PowerShell](#use-windows-powershell-to-disable-specific-features) (in this article).
If you want to hide the entire **Apps** feature in the Settings app, use the `User Configuration\Administrative Template\Control Panel\Programs\Hide "Programs and Features" page` policy. If you want to hide the entire **Apps** feature in the Settings app, use the `User Configuration\Administrative Template\Control Panel\Programs\Hide "Programs and Features" page` policy.
### MDM ### MDM
Using Microsoft Intune, you can use [Administrative Templates](/mem/intune/configuration/administrative-templates-windows) (opens another Microsoft web site) or the [Settings Catalog](/mem/intune/configuration/settings-catalog) (opens another Microsoft web site) to hide Windows Features. Using Microsoft Intune, you can use [administrative templates](/mem/intune/configuration/administrative-templates-windows) or the [settings catalog](/mem/intune/configuration/settings-catalog) to hide Windows features.
If you want to hide the entire **Apps** feature in the Settings app, you can use a configuration policy on Intune enrolled devices. For more information on the Control Panel settings you can configure, see [Control Panel settings in Microsoft Intune](/mem/intune/configuration/device-restrictions-windows-10#control-panel-and-settings). If you want to hide the entire **Apps** feature in the Settings app, you can use a configuration policy on Intune enrolled devices. For more information on the settings you can configure, see [Control Panel and Settings device restrictions in Microsoft Intune](/mem/intune/configuration/device-restrictions-windows-10#control-panel-and-settings).
## Use Windows PowerShell to disable specific features ## Use Windows PowerShell to disable specific features
To disable specific features, you can use the Windows PowerShell [Disable-WindowsOptionalFeature](/powershell/module/dism/disable-windowsoptionalfeature) command. There isn't a Group Policy that disables specific Windows Features. To disable specific features, use the Windows PowerShell [Disable-WindowsOptionalFeature](/powershell/module/dism/disable-windowsoptionalfeature) cmdlet.
If you're looking to automate disabling specific features, you can create a scheduled task. Then, use the scheduled task to run your Windows PowerShell script. For more information about Task Scheduler, see [Task Scheduler for developers](/windows/win32/taskschd/task-scheduler-start-page). > [!NOTE]
> There isn't a group policy that disables specific Windows features.
Microsoft Intune can also execute Windows PowerShell scripts. For more information, see [Use PowerShell scripts on Windows client devices in Intune](/mem/intune/apps/intune-management-extension). To automate disabling specific features, create a scheduled task to run a PowerShell script. For more information about Windows task scheduler, see [Task Scheduler for developers](/windows/win32/taskschd/task-scheduler-start-page).
## Restore Windows features Microsoft Intune can also run PowerShell scripts. For more information, see [Use PowerShell scripts on Windows client devices in Intune](/mem/intune/apps/intune-management-extension).
- If you use Group Policy or MDM to hide Windows Features or the entire Apps feature, you can set the policy to **Not configured**. Then, deploy your policy. When the device receives the policy, the features are configurable. To enable specific features, use the [Enable-WindowsOptionalFeature](/powershell/module/dism/enable-windowsoptionalfeature) cmdlet.
- Using Windows PowerShell, you can also enable specific features using the [Enable-WindowsOptionalFeature](/powershell/module/dism/enable-windowsoptionalfeature) command.
Another useful PowerShell cmdlet is [Get-WindowsOptionalFeature](/powershell/module/dism/get-windowsoptionalfeature). Use this cmdlet to view information about optional features in the current OS or a mounted image. This cmdlet returns the current state of features, and whether a restart may be required when the state changes.
## Related articles
- [Features on Demand overview](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities)
- [Available Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-non-language-fod)
- [Language and region Features on Demand (FOD)](/windows-hardware/manufacture/desktop/features-on-demand-language-fod)

View File

@ -1,25 +1,22 @@
--- ---
title: Learn about the different app types in Windows 10/11 | Microsoft Docs title: Overview of apps on Windows client devices
description: Learn more and understand the different types of apps that run on Windows 10 and Windows 11. For example, learn more about UWP, WPF, Win32, and Windows Forms apps, including the best way to install these apps. description: Learn more and understand the different types of apps that run on Windows 10 and Windows 11. For example, learn more about UWP, WPF, Win32, and Windows Forms apps, including the best way to install these apps.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 02/09/2023 ms.date: 02/09/2023
ms.topic: article ms.topic: overview
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: tier2 ms.collection: tier2
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
--- ---
# Overview of apps on Windows client devices # Overview of apps on Windows client devices
**Applies to**:
- Windows 10
- Windows 11
## Before you begin ## Before you begin
As organizations become more global, and to support employees working from anywhere, it's recommended to use a Mobile Device Management (MDM) provider. MDM providers help manage your devices, and help manage apps on your devices. You can use the Microsoft Intune family of products. This family includes Microsoft Intune, which is a cloud service, and Configuration Manager, which is on-premises. As organizations become more global, and to support employees working from anywhere, it's recommended to use a Mobile Device Management (MDM) provider. MDM providers help manage your devices, and help manage apps on your devices. You can use the Microsoft Intune family of products. This family includes Microsoft Intune, which is a cloud service, and Configuration Manager, which is on-premises.

View File

@ -1,39 +1,46 @@
### YamlMime:Landing ### YamlMime:Landing
title: Windows application management title: Windows application management
summary: Learn about managing applications in Windows client, including how to remove background task resource restrictions. summary: Learn about managing applications in Windows client, including common app types.
metadata: metadata:
title: Windows application management title: Windows application management
description: Learn about managing applications in Windows 10 and Windows 11. description: Learn about managing applications in Windows client.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 08/24/2021 ms.date: 08/18/2023
ms.topic: landing-page ms.topic: landing-page
ms.prod: windows-client ms.prod: windows-client
ms.collection: ms.collection:
- tier1 - tier1
- highpri - highpri
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | tutorial | overview | quickstart | reference | sample | tutorial | video | whats-new
landingContent: landingContent:
# Cards and links should be based on top customer tasks or top subjects - title: Manage applications
# Start card title with a verb
# Card (optional)
- title: Manage Windows applications
linkLists: linkLists:
- linkListType: overview - linkListType: how-to-guide
links: links:
- text: Understand apps in Windows client OS - text: Overview of apps in Windows
url: apps-in-windows-10.md url: apps-in-windows-10.md
- text: How to add features - text: Add or hide Windows features
url: add-apps-and-features.md url: add-apps-and-features.md
- text: Sideload LOB apps - text: Sideload LOB apps
url: sideload-apps-in-windows-10.md url: sideload-apps-in-windows-10.md
- text: Keep removed apps from returning during an update - text: Keep removed apps from returning during an update
url: remove-provisioned-apps-during-update.md url: remove-provisioned-apps-during-update.md
# Card (optional) - title: Manage services
linkLists:
- linkListType: reference
links:
- text: Per-user services in Windows
url: per-user-services-in-windows.md
- text: Changes to Service Host grouping in Windows 10
url: svchost-service-refactoring.md
- title: Application Virtualization (App-V) - title: Application Virtualization (App-V)
linkLists: linkLists:
- linkListType: overview - linkListType: overview
@ -52,15 +59,3 @@ landingContent:
url: app-v/appv-troubleshooting.md url: app-v/appv-troubleshooting.md
- text: Technical Reference for App-V - text: Technical Reference for App-V
url: app-v/appv-technical-reference.md url: app-v/appv-technical-reference.md
# Card (optional)
- title: Windows System Services
linkLists:
- linkListType: overview
links:
- text: Changes to Service Host grouping in Windows 10
url: svchost-service-refactoring.md
- text: Per-user services in Windows
url: per-user-services-in-windows.md
- text: Per-user services in Windows
url: per-user-services-in-windows.md

View File

@ -1,24 +1,21 @@
--- ---
title: Per-user services in Windows 10 and Windows Server title: Per-user services
description: Learn about per-user services, how to change the template service Startup Type, and manage per-user services through Group Policy and security templates. description: Learn about per-user services, how to change the template service Startup Type, and manage per-user services through Group Policy and security templates.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 09/14/2017 ms.date: 09/14/2017
ms.topic: article ms.topic: how-to
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: tier2 ms.collection: tier2
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
- ✅ <a href="https://learn.microsoft.com/windows/release-health/windows-server-release-info" target="_blank">Windows Server</a>
--- ---
# Per-user services in Windows 10 and Windows Server # Per-user services in Windows
**Applies to**:
- Windows 10
- Windows Server
Per-user services are services that are created when a user signs into Windows or Windows Server and are stopped and deleted when that user signs out. These services run in the security context of the user account - this provides better resource management than the previous approach of running these kinds of services in Explorer, associated with a preconfigured account, or as tasks. Per-user services are services that are created when a user signs into Windows or Windows Server and are stopped and deleted when that user signs out. These services run in the security context of the user account - this provides better resource management than the previous approach of running these kinds of services in Explorer, associated with a preconfigured account, or as tasks.
@ -80,9 +77,9 @@ In light of these restrictions, you can use the following methods to manage per-
You can manage the CDPUserSvc and OneSyncSvc per-user services with a [security template](/windows/device-security/security-policy-settings/administer-security-policy-settings#bkmk-sectmpl). For more information, visit [Administer security policy settings](/windows/device-security/security-policy-settings/administer-security-policy-settings). You can manage the CDPUserSvc and OneSyncSvc per-user services with a [security template](/windows/device-security/security-policy-settings/administer-security-policy-settings#bkmk-sectmpl). For more information, visit [Administer security policy settings](/windows/device-security/security-policy-settings/administer-security-policy-settings).
For example: For example:
``` ```ini
[Unicode] [Unicode]
Unicode=yes Unicode=yes
[Version] [Version]
@ -128,7 +125,7 @@ If you can't use Group Policy Preferences to manage the per-user services, you c
To disable the Template Services, change the Startup Type for each service to 4 (disabled). To disable the Template Services, change the Startup Type for each service to 4 (disabled).
For example: For example:
```code ```cmd
REG.EXE ADD HKLM\System\CurrentControlSet\Services\CDPUserSvc /v Start /t REG_DWORD /d 4 /f REG.EXE ADD HKLM\System\CurrentControlSet\Services\CDPUserSvc /v Start /t REG_DWORD /d 4 /f
REG.EXE ADD HKLM\System\CurrentControlSet\Services\OneSyncSvc /v Start /t REG_DWORD /d 4 /f REG.EXE ADD HKLM\System\CurrentControlSet\Services\OneSyncSvc /v Start /t REG_DWORD /d 4 /f
REG.EXE ADD HKLM\System\CurrentControlSet\Services\PimIndexMaintenanceSvc /v Start /t REG_DWORD /d 4 /f REG.EXE ADD HKLM\System\CurrentControlSet\Services\PimIndexMaintenanceSvc /v Start /t REG_DWORD /d 4 /f
@ -163,9 +160,10 @@ You can create a script to change the Startup Type for the per-user services. Th
Sample script using [sc.exe](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc990290(v=ws.11)?f=255&MSPPError=-2147217396): Sample script using [sc.exe](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc990290(v=ws.11)?f=255&MSPPError=-2147217396):
``` ```cmd
sc.exe configure <service name> start= disabled sc.exe configure <service name> start= disabled
``` ```
The space after "=" is intentional. The space after "=" is intentional.
Sample script using the [Set-Service PowerShell cmdlet](/previous-versions/windows/it-pro/windows-powershell-1.0/ee176963(v=technet.10)): Sample script using the [Set-Service PowerShell cmdlet](/previous-versions/windows/it-pro/windows-powershell-1.0/ee176963(v=technet.10)):

View File

@ -1,22 +1,21 @@
--- ---
title: How to keep apps removed from Windows 10 from returning during an update title: Keep removed apps from returning during an update
description: How to keep provisioned apps that were removed from your machine from returning during an update. description: When you remove provisioned apps from devices, this article explains how to keep those apps from returning during an update.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 05/25/2018 ms.date: 05/25/2018
ms.topic: article ms.topic: how-to
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: tier1 ms.collection: tier1
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
--- ---
# How to keep apps removed from Windows 10 from returning during an update
**Applies to**: # Keep removed apps from returning during an update
- Windows 10
When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed post-update. This can happen if the computer was offline when you removed the apps. Windows 10, version 1803 has fixed this issue. When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed post-update. This can happen if the computer was offline when you removed the apps. Windows 10, version 1803 has fixed this issue.
@ -97,7 +96,7 @@ You're now ready to update your computer. After the update, check the list of ap
## Registry keys for provisioned apps ## Registry keys for provisioned apps
```syntax ```console
Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
;1709 Registry Keys ;1709 Registry Keys

View File

@ -1,24 +1,21 @@
--- ---
title: Sideload LOB apps in Windows client OS | Microsoft Docs title: Sideload line of business apps
description: Learn how to sideload line-of-business (LOB) apps in Windows client operating systems, including Windows 10/11. When you sideload an app, you deploy a signed app package to a device. description: Learn how to sideload line-of-business (LOB) apps in Windows client operating systems. When you sideload an app, you deploy a signed app package to a device.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 12/07/2017 ms.date: 12/07/2017
ms.topic: article ms.topic: how-to
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: tier2 ms.collection: tier2
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
--- ---
# Sideload line of business (LOB) apps in Windows client devices # Sideload line of business (LOB) apps
**Applies to**:
- Windows 10
- Windows 11
> [!NOTE] > [!NOTE]
> Starting with Windows 10 2004, sideloading is enabled by default. You can deploy a signed package onto a device without a special configuration. > Starting with Windows 10 2004, sideloading is enabled by default. You can deploy a signed package onto a device without a special configuration.
@ -27,7 +24,7 @@ Sideloading apps is when you install apps that aren't from an official source, s
When you sideload an app, you deploy a signed app package to a device. You maintain the signing, hosting, and deployment of these apps. Sideloading was also available with Windows 8 and Windows 8.1 When you sideload an app, you deploy a signed app package to a device. You maintain the signing, hosting, and deployment of these apps. Sideloading was also available with Windows 8 and Windows 8.1
Starting with Windows 10, sideloading is different than earlier versions of Windows: Starting with Windows 10, sideloading is different than earlier versions of Windows:
- You can unlock a device for sideloading using an enterprise policy, or through the **Settings** app. - You can unlock a device for sideloading using an enterprise policy, or through the **Settings** app.
- License keys aren't required. - License keys aren't required.

View File

@ -1,23 +1,20 @@
--- ---
title: Service Host service refactoring in Windows 10 version 1703 title: Service host grouping in Windows 10
description: Learn about the SvcHost Service Refactoring introduced in Windows 10 version 1703. description: Learn about the Service Host (SvcHost) service refactoring introduced in Windows 10 version 1703.
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 07/20/2017 ms.date: 07/20/2017
ms.topic: article ms.topic: concept-article
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-apps ms.technology: itpro-apps
ms.localizationpriority: medium ms.localizationpriority: medium
ms.colletion: tier1 ms.colletion: tier2
ms.reviewer: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
--- ---
# Changes to Service Host grouping in Windows 10 # Service host grouping in Windows 10
**Applies to**:
- Windows 10
The **Service Host (svchost.exe)** is a shared-service process that serves as a shell for loading services from DLL files. Services are organized into related host groups, and each group runs inside a different instance of the Service Host process. In this way, a problem in one instance doesn't affect other instances. Service Host groups are determined by combining the services with matching security requirements. For example: The **Service Host (svchost.exe)** is a shared-service process that serves as a shell for loading services from DLL files. Services are organized into related host groups, and each group runs inside a different instance of the Service Host process. In this way, a problem in one instance doesn't affect other instances. Service Host groups are determined by combining the services with matching security requirements. For example:

View File

@ -3,18 +3,22 @@ items:
href: index.yml href: index.yml
- name: Application management - name: Application management
items: items:
- name: Common app types - name: Overview of apps in Windows
href: apps-in-windows-10.md href: apps-in-windows-10.md
- name: Add features in Windows client - name: Add or hide Windows features
href: add-apps-and-features.md href: add-apps-and-features.md
- name: Sideload apps - name: Sideload line of business (LOB) apps
href: sideload-apps-in-windows-10.md href: sideload-apps-in-windows-10.md
- name: Private app repo on Windows 11 - name: Private app repo on Windows 11
href: private-app-repository-mdm-company-portal-windows-11.md href: private-app-repository-mdm-company-portal-windows-11.md
- name: Remove background task resource restrictions - name: Remove background task resource restrictions
href: enterprise-background-activity-controls.md href: enterprise-background-activity-controls.md
- name: Enable or block Windows Mixed Reality apps in the enterprise - name: Service host grouping in Windows 10
href: /windows/mixed-reality/enthusiast-guide/manage-windows-mixed-reality href: svchost-service-refactoring.md
- name: Per-user services in Windows
href: per-user-services-in-windows.md
- name: Keep removed apps from returning during an update
href: remove-provisioned-apps-during-update.md
- name: Application Virtualization (App-V) - name: Application Virtualization (App-V)
items: items:
- name: App-V for Windows overview - name: App-V for Windows overview
@ -251,14 +255,3 @@ items:
href: app-v/appv-viewing-appv-server-publishing-metadata.md href: app-v/appv-viewing-appv-server-publishing-metadata.md
- name: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications - name: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications
href: app-v/appv-running-locally-installed-applications-inside-a-virtual-environment.md href: app-v/appv-running-locally-installed-applications-inside-a-virtual-environment.md
- name: Reference
items:
- name: Service Host process refactoring
href: svchost-service-refactoring.md
- name: Per-user services in Windows
href: per-user-services-in-windows.md
- name: Disabling System Services in Windows Server
href: /windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server
- name: How to keep apps removed from Windows from returning during an update
href: remove-provisioned-apps-during-update.md