From 53f01c161a28b0747a0b5206a199dc8a08d85910 Mon Sep 17 00:00:00 2001 From: MandiOhlinger Date: Mon, 30 Aug 2021 16:32:49 -0400 Subject: [PATCH] review, updating with master --- windows/application-management/add-apps-and-features.md | 4 ++-- windows/application-management/apps-in-windows-10.md | 2 +- .../application-management/sideload-apps-in-windows-10.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/application-management/add-apps-and-features.md b/windows/application-management/add-apps-and-features.md index 835543cb01..30c4423927 100644 --- a/windows/application-management/add-apps-and-features.md +++ b/windows/application-management/add-apps-and-features.md @@ -8,7 +8,7 @@ ms.pagetype: article ms.author: mandia author: MandiOhlinger ms.localizationpriority: medium -ms.date: 08/25/2021 +ms.date: 08/30/2021 ms.reviewer: manager: dougeby ms.topic: article @@ -70,5 +70,5 @@ Microsoft Intune can also execute Windows PowerShell scripts. For more informati ## Restore Windows features -- 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 shown. +- 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. - Using Windows PowerShell, you can also enable specific features using the [Enable-WindowsOptionalFeature](/powershell/module/dism/enable-windowsoptionalfeature) command. diff --git a/windows/application-management/apps-in-windows-10.md b/windows/application-management/apps-in-windows-10.md index 0ad35e3d24..387c2a7325 100644 --- a/windows/application-management/apps-in-windows-10.md +++ b/windows/application-management/apps-in-windows-10.md @@ -61,7 +61,7 @@ There are different types of apps that can run on your Windows client devices. T Web apps are typically created in Visual Studio, and can be created with different languages. For more information, see [Create a Web App](https://azure.microsoft.com/get-started/web-app/). When the app is created and ready to be used, you deploy the web app to a web server. Using Azure, you can host your web apps in the cloud, instead of on-premises. For more information, see [App Service overview](/azure/app-service/overview). - Use an MDM provider, you can create shortcuts to your web apps and progressive web apps on devices. + Using an MDM provider, you can create shortcuts to your web apps and progressive web apps on devices. - **Win32 apps**: These apps are traditional Windows apps that run on the device, and are often called desktop apps. They require direct access to Windows and the device hardware, and typically don't require a web browser. These apps run in 32-bit mode on 64-bit devices, and don't depend on a managed runtime environment, like .NET. diff --git a/windows/application-management/sideload-apps-in-windows-10.md b/windows/application-management/sideload-apps-in-windows-10.md index 2895977bac..11defe4f8f 100644 --- a/windows/application-management/sideload-apps-in-windows-10.md +++ b/windows/application-management/sideload-apps-in-windows-10.md @@ -10,7 +10,7 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: mobile author: greg-lindsay -ms.date: 08/25/2021 +ms.date: 08/30/2021 ms.localizationpriority: medium --- @@ -74,8 +74,8 @@ For more information, see [Enable your device for development](/windows/apps/get If you use Group Policy, use the `Computer Configuration\Administrative Templates\Windows Components\App Package Deployment` policies to enable or prevent sideloading apps: -- Allows development of Windows Store apps and installing them from an integrated development environment (IDE) -- Allow all trusted apps to install +- `Allows development of Windows Store apps and installing them from an integrated development environment (IDE)` +- `Allow all trusted apps to install` By default, the OS might set these policies to **Not configured**, which means app sideloading is turned off. If you set these policies to **Enabled**, then users can sideload apps.