review, updating with master

This commit is contained in:
MandiOhlinger 2021-08-30 16:32:49 -04:00
parent 7e2ee670d3
commit 53f01c161a
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.