This commit is contained in:
greg-lindsay 2021-04-30 15:03:13 -07:00
parent f6fca60510
commit 4b12645849
3 changed files with 138 additions and 172 deletions

View File

@ -13,7 +13,7 @@ metadata:
ms.collection: windows-10 ms.collection: windows-10
author: greg-lindsay #Required; your GitHub user alias, with correct capitalization. author: greg-lindsay #Required; your GitHub user alias, with correct capitalization.
ms.author: greglin #Required; microsoft alias of author; optional team alias. ms.author: greglin #Required; microsoft alias of author; optional team alias.
ms.date: 03/23/2021 #Required; mm/dd/yyyy format. ms.date: 04/30/2021 #Required; mm/dd/yyyy format.
localization_priority: medium localization_priority: medium
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@ -22,69 +22,48 @@ landingContent:
# Cards and links should be based on top customer tasks or top subjects # Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb # Start card title with a verb
# Card (optional) # Card (optional)
- title: Manage Windows 10 settings - title: Manage Windows applications
linkLists: linkLists:
- linkListType: overview - linkListType: overview
links: links:
- text: Manage the Windows 10 Start and taskbar layout - text: Understand the different apps included in Windows 10
url: windows-10-start-layout-options-and-policies.md url: apps-in-windows-10.md
- text: Configure Windows Spotlight on the lock screen - text: How to add apps and features to Windows 10
url: windows-spotlight.md url: add-apps-and-features.md
- text: Customize the Windows 10 Start and taskbar with Group Policy - text: Sideload LOB apps in Windows 10
url: customize-windows-10-start-screens-by-using-group-policy.md url: sideload-apps-in-windows-10.md
- text: Keep removed apps from returning during an update
url: remove-provisioned-apps-during-update.md
# Card (optional) # Card (optional)
- title: Configure a Windows 10 kiosk - title: Application Virtualization (App-V)
linkLists: linkLists:
- linkListType: overview - linkListType: overview
links: links:
- text: Guidelines for choosing an app for assigned access - text: App-V overview
url: guidelines-for-assigned-access-app.md url: app-v/appv-for-windows.md
- text: Set up a single-app kiosk - text: Getting started with App-V
url: kiosk-single-app.md url: app-v/appv-getting-started.md
- text: Set up a multi-app kiosk - text: Planning for App-V
url: lock-down-windows-10-to-specific-apps.md url: app-v/appv-planning-for-appv.md
- text: Deploying App-V
url: app-v/appv-deploying-appv.md
- text: Operations for App-V
url: app-v/appv-operations.md
- text: Troubleshooting App-V
url: app-v/appv-troubleshooting.md
- text: Technical Reference for App-V
url: app-v/appv-technical-reference.md
# Card (optional) # Card (optional)
- title: Windows 10 provisioning packages - title: Windows System Services
linkLists: linkLists:
- linkListType: overview - linkListType: overview
links: links:
- text: Install Windows Configuration Designer - text: Changes to Service Host grouping in Windows 10
url: provisioning-packages/provisioning-install-icd.md url: svchost-service-refactoring.md
- text: Provisioning packages for Windows 10 - text: Per-user services in Windows
url: provisioning-packages/provisioning-packages.md url: per-user-services-in-windows.md
# Card (optional)
- title: Use Windows Configuration Designer (WCD)
linkLists:
- linkListType: overview
links:
- text: Windows Configuration Designer (WCD) reference
url: wcd/wcd.md
- text: WCD policies reference
url: wcd/wcd-policies.md
- text: WCD OOBE reference
url: wcd/wcd-oobe.md
# Card (optional)
- title: Configure Cortana in Windows 10
linkLists:
- linkListType: overview
links:
- text: Configure Cortana in Windows 10
url: cortana-at-work/cortana-at-work-overview.md
- text: Custom voice commands in Cortana
url: cortana-at-work/cortana-at-work-voice-commands.md
# Card (optional)
- title: User Experience Virtualization (UE-V) for Windows 10
linkLists:
- linkListType: overview
links:
- text: UE-V for Windows 10 overview
url: ue-v/uev-for-windows.md
- text: Get Started with UE-V
url: ue-v/uev-getting-started.md

View File

@ -1,31 +0,0 @@
---
title: Windows 10 application management
description: Learn about managing applications in Windows 10 and Windows 10 Mobile clients, including how to remove background task resource restrictions.
ms.prod: w10
ms.mktglfcycl: manage
ms.sitesec: library
manager: dansimp
author: dansimp
ms.localizationpriority: high
---
# Windows 10 application management
**Applies to**
- Windows 10
Learn about managing applications in Windows 10 and Windows 10 Mobile clients.
| Topic | Description |
|---|---|
|[Sideload apps in Windows 10](sideload-apps-in-windows-10.md)| Requirements and instructions for side-loading LOB applications on Windows 10 and Windows 10 Mobile clients|
| [Remove background task resource restrictions](enterprise-background-activity-controls.md) | Windows provides controls to manage which experiences may run in the background. |
| [Enable or block Windows Mixed Reality apps in the enterprise](manage-windows-mixed-reality.md) | Learn how to enable or block Windows Mixed Reality apps. |
|[App-V](app-v/appv-getting-started.md)| Microsoft Application Virtualization (App-V) for Windows 10 enables organizations to deliver Win32 applications to users as virtual applications|
| [Service Host process refactoring](svchost-service-refactoring.md) | Changes to Service Host grouping in Windows 10 |
|[Per User services in Windows 10](per-user-services-in-windows.md)| Overview of per user services and instructions for viewing and disabling them in Windows 10 and Windows 2016|
[Disabling System Services in Windows Server](/windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server) | Security guidelines for disabling services in Windows Server 2016 with Desktop Experience
|[Understand apps in Windows 10](apps-in-windows-10.md)| Overview of the different apps included by default in Windows 10 Enterprise|
| [Deploy app upgrades on Windows 10 Mobile](deploy-app-upgrades-windows-10-mobile.md) | How to upgrade apps on Windows 10 Mobile |
[Change history for Application management](change-history-for-application-management.md) | This topic lists new and updated topics in the Application management documentation for Windows 10 and Windows 10 Mobile.

View File

@ -1,6 +1,7 @@
items: items:
- name: Manage applications in Windows 10 - name: Manage Windows applications
href: index.md href: index.yml
- name: App management
items: items:
- name: Sideload apps - name: Sideload apps
href: sideload-apps-in-windows-10.md href: sideload-apps-in-windows-10.md
@ -14,99 +15,110 @@ items:
href: add-apps-and-features.md href: add-apps-and-features.md
- name: Repackage win32 apps in the MSIX format - name: Repackage win32 apps in the MSIX format
href: msix-app-packaging-tool.md href: msix-app-packaging-tool.md
- name: Application Virtualization (App-V) for Windows - name: Application Virtualization (App-V) for Windows
items:
- name: App-V for Windows 10 overview
href: app-v/appv-for-windows.md href: app-v/appv-for-windows.md
- name: Getting Started
items: items:
- name: Getting Started with App-V - name: Getting Started with App-V
href: app-v/appv-getting-started.md href: app-v/appv-getting-started.md
- name: What's new
items: items:
- name: What's new in App-V for Windows 10, version 1703 and earlier - name: What's new in App-V for Windows 10, version 1703 and earlier
href: app-v/appv-about-appv.md href: app-v/appv-about-appv.md
items: - name: Release Notes for App-V for Windows 10, version 1607
- name: Release Notes for App-V for Windows 10, version 1607 href: app-v/appv-release-notes-for-appv-for-windows.md
href: app-v/appv-release-notes-for-appv-for-windows.md - name: Release Notes for App-V for Windows 10, version 1703
- name: Release Notes for App-V for Windows 10, version 1703 href: app-v/appv-release-notes-for-appv-for-windows-1703.md
href: app-v/appv-release-notes-for-appv-for-windows-1703.md - name: Evaluating App-V
- name: Evaluating App-V href: app-v/appv-evaluating-appv.md
href: app-v/appv-evaluating-appv.md - name: High Level Architecture for App-V
- name: High Level Architecture for App-V href: app-v/appv-high-level-architecture.md
href: app-v/appv-high-level-architecture.md - name: Planning
items:
- name: Planning for App-V - name: Planning for App-V
href: app-v/appv-planning-for-appv.md href: app-v/appv-planning-for-appv.md
- name: Preparing your environment
items: items:
- name: Preparing Your Environment for App-V - name: Preparing your environment for App-V
href: app-v/appv-preparing-your-environment.md href: app-v/appv-preparing-your-environment.md
items: - name: App-V Prerequisites
- name: App-V Prerequisites href: app-v/appv-prerequisites.md
href: app-v/appv-prerequisites.md - name: App-V security considerations
- name: App-V Security Considerations href: app-v/appv-security-considerations.md
href: app-v/appv-security-considerations.md - name: Planning to deploy
items:
- name: Planning to Deploy App-V - name: Planning to Deploy App-V
href: app-v/appv-planning-to-deploy-appv.md href: app-v/appv-planning-to-deploy-appv.md
items: - name: App-V Supported Configurations
- name: App-V Supported Configurations href: app-v/appv-supported-configurations.md
href: app-v/appv-supported-configurations.md - name: App-V Capacity Planning
- name: App-V Capacity Planning href: app-v/appv-capacity-planning.md
href: app-v/appv-capacity-planning.md - name: Planning for High Availability with App-V
- name: Planning for High Availability with App-V href: app-v/appv-planning-for-high-availability-with-appv.md
href: app-v/appv-planning-for-high-availability-with-appv.md - name: Planning to Deploy App-V with an Electronic Software Distribution System
- name: Planning to Deploy App-V with an Electronic Software Distribution System href: app-v/appv-planning-to-deploy-appv-with-electronic-software-distribution-solutions.md
href: app-v/appv-planning-to-deploy-appv-with-electronic-software-distribution-solutions.md - name: Planning for the App-V Server Deployment
- name: Planning for the App-V Server Deployment href: app-v/appv-planning-for-appv-server-deployment.md
href: app-v/appv-planning-for-appv-server-deployment.md - name: Planning for the App-V Sequencer and Client Deployment
- name: Planning for the App-V Sequencer and Client Deployment href: app-v/appv-planning-for-sequencer-and-client-deployment.md
href: app-v/appv-planning-for-sequencer-and-client-deployment.md - name: Planning for Using App-V with Office
- name: Planning for Using App-V with Office href: app-v/appv-planning-for-using-appv-with-office.md
href: app-v/appv-planning-for-using-appv-with-office.md - name: Planning to Use Folder Redirection with App-V
- name: Planning to Use Folder Redirection with App-V href: app-v/appv-planning-folder-redirection-with-appv.md
href: app-v/appv-planning-folder-redirection-with-appv.md
- name: App-V Planning Checklist - name: App-V Planning Checklist
href: app-v/appv-planning-checklist.md href: app-v/appv-planning-checklist.md
- name: Deploying
items:
- name: Deploying App-V - name: Deploying App-V
href: app-v/appv-deploying-appv.md href: app-v/appv-deploying-appv.md
- name: App-V sequencer and client configuration
items: items:
- name: Deploying the App-V Sequencer and Configuring the Client - name: Deploying the App-V Sequencer and Configuring the Client
href: app-v/appv-deploying-the-appv-sequencer-and-client.md href: app-v/appv-deploying-the-appv-sequencer-and-client.md
items: - name: About Client Configuration Settings
- name: About Client Configuration Settings href: app-v/appv-client-configuration-settings.md
href: app-v/appv-client-configuration-settings.md - name: Enable the App-V desktop client
- name: Enable the App-V desktop client href: app-v/appv-enable-the-app-v-desktop-client.md
href: app-v/appv-enable-the-app-v-desktop-client.md - name: How to Install the Sequencer
- name: How to Install the Sequencer href: app-v/appv-install-the-sequencer.md
href: app-v/appv-install-the-sequencer.md - name: App-V server deployment
items:
- name: Deploying the App-V Server - name: Deploying the App-V Server
href: app-v/appv-deploying-the-appv-server.md href: app-v/appv-deploying-the-appv-server.md
items: - name: How to Deploy the App-V Server
- name: How to Deploy the App-V Server href: app-v/appv-deploy-the-appv-server.md
href: app-v/appv-deploy-the-appv-server.md - name: How to Deploy the App-V Server Using a Script
- name: How to Deploy the App-V Server Using a Script href: app-v/appv-deploy-the-appv-server-with-a-script.md
href: app-v/appv-deploy-the-appv-server-with-a-script.md - name: How to Deploy the App-V Databases by Using SQL Scripts
- name: How to Deploy the App-V Databases by Using SQL Scripts href: app-v/appv-deploy-appv-databases-with-sql-scripts.md
href: app-v/appv-deploy-appv-databases-with-sql-scripts.md - name: How to Install the Publishing Server on a Remote Computer
- name: How to Install the Publishing Server on a Remote Computer href: app-v/appv-install-the-publishing-server-on-a-remote-computer.md
href: app-v/appv-install-the-publishing-server-on-a-remote-computer.md - name: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services
- name: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services href: app-v/appv-install-the-management-and-reporting-databases-on-separate-computers.md
href: app-v/appv-install-the-management-and-reporting-databases-on-separate-computers.md - name: How to install the Management Server on a Standalone Computer and Connect it to the Database
- name: How to install the Management Server on a Standalone Computer and Connect it to the Database href: app-v/appv-install-the-management-server-on-a-standalone-computer.md
href: app-v/appv-install-the-management-server-on-a-standalone-computer.md - name: About App-V Reporting
- name: About App-V Reporting href: app-v/appv-reporting.md
href: app-v/appv-reporting.md - name: How to install the Reporting Server on a Standalone Computer and Connect it to the Database
- name: How to install the Reporting Server on a Standalone Computer and Connect it to the Database href: app-v/appv-install-the-reporting-server-on-a-standalone-computer.md
href: app-v/appv-install-the-reporting-server-on-a-standalone-computer.md - name: App-V Deployment Checklist
- name: App-V Deployment Checklist href: app-v/appv-deployment-checklist.md
href: app-v/appv-deployment-checklist.md - name: Deploying Microsoft Office 2016 by Using App-V
- name: Deploying Microsoft Office 2016 by Using App-V href: app-v/appv-deploying-microsoft-office-2016-with-appv.md
href: app-v/appv-deploying-microsoft-office-2016-with-appv.md - name: Deploying Microsoft Office 2013 by Using App-V
- name: Deploying Microsoft Office 2013 by Using App-V href: app-v/appv-deploying-microsoft-office-2013-with-appv.md
href: app-v/appv-deploying-microsoft-office-2013-with-appv.md - name: Deploying Microsoft Office 2010 by Using App-V
- name: Deploying Microsoft Office 2010 by Using App-V href: app-v/appv-deploying-microsoft-office-2010-wth-appv.md
href: app-v/appv-deploying-microsoft-office-2010-wth-appv.md - name: Operations
- name: Operations for App-V
href: app-v/appv-operations.md
items: items:
- name: Creating and Managing App-V Virtualized Applications - name: Operations for App-V
href: app-v/appv-creating-and-managing-virtualized-applications.md href: app-v/appv-operations.md
- name: Creating and managing virtualized applications
items: items:
- name: Creating and Managing App-V Virtualized Applications
href: app-v/appv-creating-and-managing-virtualized-applications.md
- name: Automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer) - name: Automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer)
href: app-v/appv-auto-provision-a-vm.md href: app-v/appv-auto-provision-a-vm.md
- name: Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer) - name: Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)
@ -123,9 +135,10 @@ items:
href: app-v/appv-create-a-package-accelerator.md href: app-v/appv-create-a-package-accelerator.md
- name: How to Create a Virtual Application Package Using an App-V Package Accelerator - name: How to Create a Virtual Application Package Using an App-V Package Accelerator
href: app-v/appv-create-a-virtual-application-package-package-accelerator.md href: app-v/appv-create-a-virtual-application-package-package-accelerator.md
- name: Administering App-V Virtual Applications by Using the Management Console - name: Administering App-V
href: app-v/appv-administering-virtual-applications-with-the-management-console.md
items: items:
- name: Administering App-V Virtual Applications by Using the Management Console
href: app-v/appv-administering-virtual-applications-with-the-management-console.md
- name: About App-V Dynamic Configuration - name: About App-V Dynamic Configuration
href: app-v/appv-dynamic-configuration.md href: app-v/appv-dynamic-configuration.md
- name: How to Connect to the Management Console - name: How to Connect to the Management Console
@ -150,9 +163,10 @@ items:
href: app-v/appv-customize-virtual-application-extensions-with-the-management-console.md href: app-v/appv-customize-virtual-application-extensions-with-the-management-console.md
- name: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console - name: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console
href: app-v/appv-view-and-configure-applications-and-default-virtual-application-extensions-with-the-management-console.md href: app-v/appv-view-and-configure-applications-and-default-virtual-application-extensions-with-the-management-console.md
- name: Managing Connection Groups - name: Connection groups
href: app-v/appv-managing-connection-groups.md
items: items:
- name: Managing Connection Groups
href: app-v/appv-managing-connection-groups.md
- name: About the Connection Group Virtual Environment - name: About the Connection Group Virtual Environment
href: app-v/appv-connection-group-virtual-environment.md href: app-v/appv-connection-group-virtual-environment.md
- name: About the Connection Group File - name: About the Connection Group File
@ -169,31 +183,36 @@ items:
href: app-v/appv-configure-connection-groups-to-ignore-the-package-version.md href: app-v/appv-configure-connection-groups-to-ignore-the-package-version.md
- name: How to Allow Only Administrators to Enable Connection Groups - name: How to Allow Only Administrators to Enable Connection Groups
href: app-v/appv-allow-administrators-to-enable-connection-groups.md href: app-v/appv-allow-administrators-to-enable-connection-groups.md
- name: Deploying App-V Packages by Using Electronic Software Distribution (ESD) - name: Deploying App-V packages with ESD
href: app-v/appv-deploying-packages-with-electronic-software-distribution-solutions.md
items: items:
- name: Deploying App-V Packages by Using Electronic Software Distribution (ESD)
href: app-v/appv-deploying-packages-with-electronic-software-distribution-solutions.md
- name: How to deploy App-V Packages Using Electronic Software Distribution - name: How to deploy App-V Packages Using Electronic Software Distribution
href: app-v/appv-deploy-appv-packages-with-electronic-software-distribution-solutions.md href: app-v/appv-deploy-appv-packages-with-electronic-software-distribution-solutions.md
- name: How to Enable Only Administrators to Publish Packages by Using an ESD - name: How to Enable Only Administrators to Publish Packages by Using an ESD
href: app-v/appv-enable-administrators-to-publish-packages-with-electronic-software-distribution-solutions.md href: app-v/appv-enable-administrators-to-publish-packages-with-electronic-software-distribution-solutions.md
- name: Using the App-V Client Management Console - name: Using the management console
href: app-v/appv-using-the-client-management-console.md
items: items:
- name: Using the App-V client management console
href: app-v/appv-using-the-client-management-console.md
- name: Automatically clean-up unpublished packages on the App-V client - name: Automatically clean-up unpublished packages on the App-V client
href: app-v/appv-auto-clean-unpublished-packages.md href: app-v/appv-auto-clean-unpublished-packages.md
- name: Migrating to App-V from a Previous Version - name: Migrating
href: app-v/appv-migrating-to-appv-from-a-previous-version.md
items: items:
- name: How to Convert a Package Created in a Previous Version of App-V - name: Migrating to App-V from a previous version
href: app-v/appv-migrating-to-appv-from-a-previous-version.md
- name: How to convert a package created in a previous version of App-V
href: app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md href: app-v/appv-convert-a-package-created-in-a-previous-version-of-appv.md
- name: Maintaining App-V - name: Maintenance
href: app-v/appv-maintaining-appv.md
items: items:
- name: Maintaining App-V
href: app-v/appv-maintaining-appv.md
- name: How to Move the App-V Server to Another Computer - name: How to Move the App-V Server to Another Computer
href: app-v/appv-move-the-appv-server-to-another-computer.md href: app-v/appv-move-the-appv-server-to-another-computer.md
- name: Administering App-V by Using Windows PowerShell - name: Administering App-V with Windows PowerShell
href: app-v/appv-administering-appv-with-powershell.md
items: items:
- name: Administering App-V by using Windows PowerShell
href: app-v/appv-administering-appv-with-powershell.md
- name: How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help - name: How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help
href: app-v/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md href: app-v/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md
- name: How to Manage App-V Packages Running on a Stand-Alone Computer by Using Windows PowerShell - name: How to Manage App-V Packages Running on a Stand-Alone Computer by Using Windows PowerShell
@ -218,9 +237,10 @@ items:
href: app-v/appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md href: app-v/appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md
- name: Troubleshooting App-V - name: Troubleshooting App-V
href: app-v/appv-troubleshooting.md href: app-v/appv-troubleshooting.md
- name: Technical Reference for App-V - name: Technical Reference
href: app-v/appv-technical-reference.md
items: items:
- name: Technical Reference for App-V
href: app-v/appv-technical-reference.md
- name: Available Mobile Device Management (MDM) settings for App-V - name: Available Mobile Device Management (MDM) settings for App-V
href: app-v/appv-available-mdm-settings.md href: app-v/appv-available-mdm-settings.md
- name: Performance Guidance for Application Virtualization - name: Performance Guidance for Application Virtualization
@ -239,7 +259,5 @@ items:
href: /windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server href: /windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server
- name: Deploy app upgrades on Windows 10 Mobile - name: Deploy app upgrades on Windows 10 Mobile
href: deploy-app-upgrades-windows-10-mobile.md href: deploy-app-upgrades-windows-10-mobile.md
- name: Change history for Application management
href: change-history-for-application-management.md
- name: How to keep apps removed from Windows 10 from returning during an update - name: How to keep apps removed from Windows 10 from returning during an update
href: remove-provisioned-apps-during-update.md href: remove-provisioned-apps-during-update.md