mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
review, updating with master
This commit is contained in:
parent
7e2ee670d3
commit
53f01c161a
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user