mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into meta3upd
This commit is contained in:
@ -7,17 +7,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/application-management/msix-app-packaging-tool.md",
|
"source_path": "windows/application-management/msix-app-packaging-tool.md",
|
||||||
"redirect_url": "/windows/application-management/apps-in-windows-10",
|
"redirect_url": "/windows/application-management/overview-windows-apps",
|
||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/application-management/provisioned-apps-windows-client-os.md",
|
"source_path": "windows/application-management/provisioned-apps-windows-client-os.md",
|
||||||
"redirect_url": "/windows/application-management/apps-in-windows-10",
|
"redirect_url": "/windows/application-management/overview-windows-apps#windows-apps",
|
||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/application-management/system-apps-windows-client-os.md",
|
"source_path": "windows/application-management/system-apps-windows-client-os.md",
|
||||||
"redirect_url": "/windows/application-management/apps-in-windows-10",
|
"redirect_url": "/windows/application-management/overview-windows-apps#windows-apps",
|
||||||
|
"redirect_document_id": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source_path": "windows/application-management/apps-in-windows-10.md",
|
||||||
|
"redirect_url": "/windows/application-management/overview-windows-apps",
|
||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,160 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
author: aczechowski
|
|
||||||
ms.author: aaroncz
|
|
||||||
manager: aaroncz
|
|
||||||
ms.date: 02/09/2023
|
|
||||||
ms.topic: overview
|
|
||||||
ms.prod: windows-client
|
|
||||||
ms.technology: itpro-apps
|
|
||||||
ms.localizationpriority: medium
|
|
||||||
ms.collection: tier2
|
|
||||||
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
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
In this article, we mention these services. If you're not managing your devices using an MDM provider, the following resources may help you get started:
|
|
||||||
|
|
||||||
- [Endpoint Management at Microsoft](/mem/endpoint-manager-overview)
|
|
||||||
- [What is Microsoft Intune](/mem/intune/fundamentals/what-is-intune) and [Microsoft Intune planning guide](/mem/intune/fundamentals/intune-planning-guide)
|
|
||||||
- [What is Configuration Manager?](/mem/configmgr/core/understand/introduction)
|
|
||||||
|
|
||||||
## App types
|
|
||||||
|
|
||||||
There are different types of apps that can run on your Windows client devices. This section lists some of the common apps used on Windows devices.
|
|
||||||
|
|
||||||
- **Microsoft 365 apps**: These apps are used for business and productivity, and include Outlook, Word, Teams, OneNote, and more. Depending on the licenses your organization has, you may already have these apps. When you use an MDM provider, these apps can also be deployed to mobile devices, including smartphones.
|
|
||||||
|
|
||||||
For more information on the Microsoft 365 license options, and what you get, see [Transform your enterprise with Microsoft 365](https://www.microsoft.com/microsoft-365/compare-microsoft-365-enterprise-plans).
|
|
||||||
|
|
||||||
- **Power Apps**: These apps connect to business data available online and on-premises, and can run in a web browser, and on mobile devices. They can be created by business analysts and professional developers. For more information, see [What is Power Apps?](/powerapps/powerapps-overview).
|
|
||||||
|
|
||||||
- **.NET apps**: These apps can be desktop apps that run on the device, or web apps. Some common .NET apps include:
|
|
||||||
|
|
||||||
- **Windows Presentation Foundation (WPF)**: Using .NET, you can create a WPF desktop app that runs on the device, or create a WPF web app. This app is commonly used by organizations that create line of business (LOB) desktop apps. For more information, see [WPF Application Development](/dotnet/desktop/wpf/app-development).
|
|
||||||
- **Windows Forms (WinForm)**: Using .NET, you can create a Windows Forms desktop app that runs on the device, and doesn't require a web browser or internet access. Just like Win32 apps, WinForm apps can access the local hardware and file system of the computer where the app is running. For more information, see [Desktop Guide (Windows Forms .NET)](/dotnet/desktop/winforms/overview).
|
|
||||||
|
|
||||||
- **Windows apps**:
|
|
||||||
|
|
||||||
> [!TIP]
|
|
||||||
> Starting with Windows 10, you can use the **Windows UI Library (WinUI 3)** to create .NET, Win32 desktop, and UWP apps. This library includes native Windows UI controls and other user interface elements familiar to Windows users. For more information, see [Windows UI Library (WinUI)](/windows/apps/winui/).
|
|
||||||
|
|
||||||
- **Apps**: All apps installed in `C:\Program Files\WindowsApps`. There are two classes of apps:
|
|
||||||
|
|
||||||
- **Provisioned**: Installed in user account the first time you sign in with a new user account. To get a list of all the provisioned apps, use Windows PowerShell: `Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName` The output lists all the provisioned apps, and their package names. For more information, see [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage).
|
|
||||||
|
|
||||||
- **Installed**: Installed as part of the OS.
|
|
||||||
|
|
||||||
- **Universal Windows Platform (UWP) apps**: These apps run and can be installed on many Windows platforms, including tablets, Microsoft HoloLens, Xbox, and more. All UWP apps are Windows apps. Not all Windows apps are UWP apps.
|
|
||||||
|
|
||||||
For more information, see [What's a Universal Windows Platform (UWP) app?](/windows/uwp/get-started/universal-application-platform-guide).
|
|
||||||
|
|
||||||
- **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.
|
|
||||||
|
|
||||||
For more information, see [Get started developing apps for Windows desktop](/windows/apps/get-started) and [Make your apps great on Windows 11](/windows/apps/get-started/make-apps-great-for-windows).
|
|
||||||
|
|
||||||
- **System apps**: Apps installed in the `C:\Windows\` directory. These apps are part of the Windows OS. To get a list of all the system apps, use Windows PowerShell: `Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation` The output lists all the system apps, and their installation location. For more information, see [Get-AppxPackage](/powershell/module/appx/get-appxpackage).
|
|
||||||
|
|
||||||
- **Web apps** and **Progressive web apps (PWA)**: These apps run on a server, and don't run on the end user device. To use these apps, users must use a web browser and have internet access. **Progressive web apps** are designed to work for all users, work with any browser, and work on any platform.
|
|
||||||
|
|
||||||
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).
|
|
||||||
|
|
||||||
Using an MDM provider, you can create shortcuts to your web apps and progressive web apps on devices.
|
|
||||||
|
|
||||||
## Android™️ apps
|
|
||||||
|
|
||||||
Starting with Windows 11, users in the [Windows Insider program](https://insider.windows.com/) can use the Microsoft Store to search, download, and install Android™️ apps. This feature uses the Windows Subsystem for Android, and allows users to interact with Android apps, just like others apps installed from the Microsoft Store.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
- [Windows Subsystem for Android](https://support.microsoft.com/windows/abed2335-81bf-490a-92e5-fe01b66e5c48)
|
|
||||||
- [Windows Subsystem for Android developer information](/windows/android/wsa)
|
|
||||||
|
|
||||||
## Add or deploy apps to devices
|
|
||||||
|
|
||||||
When your apps are ready, you can add or deploy these apps to your Windows devices. This section lists some common options.
|
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> The retirement of Microsoft Store for Business and Microsoft Store for Education has been postponed. We will update this notice when a new retirement date is announced. Customers may continue to use the current capabilities for free apps until that time. There will be no support for Microsoft Store for Business and Education for Windows 11.
|
|
||||||
>Visit [Evolving the Microsoft Store for Business and Education](https://aka.ms/windows/msfb_evolution) for more information about the new Microsoft Store experience for both Windows 11 and Windows 10, and learn about other options for getting and managing apps.
|
|
||||||
|
|
||||||
- **Manually install**: On your devices, users can install apps from the Microsoft Store, from the internet, and from an organization shared drive. These apps, and more, are listed in **Settings** > **Apps** > **Apps and Features**.
|
|
||||||
|
|
||||||
If you want to prevent users from downloading apps on organization owned devices, use an MDM provider, like Microsoft Intune. For example, you can create a policy that allows or prevents users from sideloading apps, only allow the private store, and more. For more information on the features you can restrict, see [Windows client device settings to allow or restrict features using Intune](/mem/intune/configuration/device-restrictions-windows-10).
|
|
||||||
|
|
||||||
For an overview of the different types of device policies you can create, see [Apply features and settings on your devices using device profiles in Microsoft Intune](/mem/intune/configuration/device-profiles).
|
|
||||||
|
|
||||||
- **Mobile device management (MDM)**: Use an MDM provider, like Microsoft Intune (cloud) or Configuration Manager (on-premises), to deploy apps. For example, you can create app policies that deploy Microsoft 365 apps, deploy Win32 apps, create shortcuts to web apps, add Store apps, and more.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
- [Add apps to Microsoft Intune](/mem/intune/apps/apps-add)
|
|
||||||
- [Application management in Configuration Manager](/mem/configmgr/apps/understand/introduction-to-application-management)
|
|
||||||
|
|
||||||
- **Microsoft Store**: When you use the Microsoft Store app, Windows users can download apps from the public store. And, they can download apps provided by your organization, which is called the "private store". If your organization creates its own apps, you can use **[Windows Package Manager](/windows/package-manager)** to add apps to the private store.
|
|
||||||
|
|
||||||
To help manage the Microsoft Store on your devices, you can use policies:
|
|
||||||
|
|
||||||
- On premises, you can use Administrative Templates in Group Policy to control access to the Microsoft Store app:
|
|
||||||
- `User Configuration\Administrative Templates\Windows Components\Store`
|
|
||||||
- `Computer Configuration\Administrative Templates\Windows Components\Store`
|
|
||||||
- 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 control access to the Microsoft Store app.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
- [Microsoft Store for Business and Education](/microsoft-store/)
|
|
||||||
- [Evolving the Microsoft Store for Business and Education](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/evolving-the-microsoft-store-for-business-and-education/ba-p/2569423)
|
|
||||||
|
|
||||||
- **MSIX for desktop apps**: MSIX packages your UWP, Win32, WPF, and WinForm desktop application files. MSIX reliably installs apps, helps optimize disk storage space, and reduces duplicate files. If your organization typically uses `.EXE` or `.MSI` files to install desktop apps, then you should look into MSIX.
|
|
||||||
|
|
||||||
To deploy MSIX packages and their apps, you can:
|
|
||||||
|
|
||||||
- Use an MDM provider, like Microsoft Intune and Configuration Manager.
|
|
||||||
- Use an App Installer. User users double-click an installer file, or select a link on a web page.
|
|
||||||
- And more.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
- [What is MSIX?](/windows/msix/overview)
|
|
||||||
- [MSIX app distribution for enterprises](/windows/msix/desktop/managing-your-msix-deployment-enterprise)
|
|
||||||
|
|
||||||
- **Windows Package Manager**: Windows Package Manager is a command line tool commonly used by developers to install Windows apps. Using the command line, you can get apps from the Microsoft Store or from GitHub (and more), and install these apps on Windows devices. It's helpful if you want to bypass user interfaces for getting apps from organizations and from developers.
|
|
||||||
|
|
||||||
If your organization uses `.EXE`, `.MSIX`, or `.MSI` files, then Windows Package Manager might be the right deployment option for your organization.
|
|
||||||
|
|
||||||
For more information, see [Windows Package Manager](/windows/package-manager).
|
|
||||||
|
|
||||||
- **Azure Virtual desktop with MSIX app attach**: With Azure virtual desktop, you can virtualize the Windows client OS desktop, and use virtual apps on this desktop. With MSIX app attach, you dynamically deliver MSIX packaged apps to users and user groups.
|
|
||||||
|
|
||||||
The benefit is to use the cloud to deliver virtual apps in real time, and as-needed. Users use the apps as if they're installed locally.
|
|
||||||
|
|
||||||
If you currently use App-V, and want to reduce your on-premises footprint, then **Azure Virtual desktop with MSIX app attach** might be the right deployment for your organization.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
- [What is Azure Virtual Desktop?](/azure/virtual-desktop/overview)
|
|
||||||
- [Set up MSIX app attach with the Azure portal](/azure/virtual-desktop/app-attach-azure-portal)
|
|
||||||
|
|
||||||
- **Application Virtualization (App-V)**: App-V allows Win32 apps to be used as virtual apps.
|
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> [!INCLUDE [Application Virtualization will be end of life in April 2026](./includes/app-v-end-life-statement.md)]
|
|
||||||
|
|
||||||
On an on-premises server, you install and configure the App-V server components, and then install your Win32 apps. On Windows Enterprise client devices, you use the App-V client components to run the virtualized apps. They allow users to open the virtual apps using the icons and file names they're familiar with. Users use the apps as if they're installed locally.
|
|
||||||
|
|
||||||
The benefit is to deliver virtual apps in real time, and as-needed. For more information, see [Application Virtualization (App-V) for Windows overview](./app-v/appv-for-windows.md).
|
|
||||||
|
|
||||||
To help manage App-V on your devices, you can use policies:
|
|
||||||
|
|
||||||
- On premises, you can use Administrative Templates in Group Policy to deploy App-V policies (`Computer Configuration\Administrative Templates\System\App-V`).
|
|
||||||
- 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 deploy App-V policies.
|
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ landingContent:
|
|||||||
- linkListType: how-to-guide
|
- linkListType: how-to-guide
|
||||||
links:
|
links:
|
||||||
- text: Overview of apps in Windows
|
- text: Overview of apps in Windows
|
||||||
url: apps-in-windows-10.md
|
url: overview-windows-apps.md
|
||||||
- text: Add or hide Windows 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
|
||||||
|
200
windows/application-management/overview-windows-apps.md
Normal file
200
windows/application-management/overview-windows-apps.md
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
---
|
||||||
|
title: Overview of apps on Windows client devices
|
||||||
|
description: Learn about the different types of apps that run on Windows. For example, Universal Windows Platform (UWP), Windows Presentation Foundation (WPF), Win32, and Windows Forms apps. This article also includes the best way to install these apps.
|
||||||
|
author: aczechowski
|
||||||
|
ms.author: aaroncz
|
||||||
|
manager: aaroncz
|
||||||
|
ms.date: 08/28/2023
|
||||||
|
ms.topic: overview
|
||||||
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-apps
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
ms.collection: tier2
|
||||||
|
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
|
||||||
|
|
||||||
|
There are different types of apps that can run on your Windows client devices. This article provides an overview of some of the common apps used on Windows devices. It also explains the basics of how to install these apps.
|
||||||
|
|
||||||
|
## Windows app types
|
||||||
|
|
||||||
|
### Microsoft 365 apps
|
||||||
|
|
||||||
|
These apps are used for business and productivity, and include Outlook, Word, Teams, OneNote, and more. Depending on the licenses your organization has, you may already have these apps. When you use an MDM provider, these apps can also be deployed to mobile devices, including smartphones.
|
||||||
|
|
||||||
|
For more information on the Microsoft 365 license options, and what you get, see [Find the right Microsoft 365 enterprise plan for your organization](https://www.microsoft.com/microsoft-365/enterprise/microsoft365-plans-and-pricing).
|
||||||
|
|
||||||
|
For more information on deploying Microsoft 365 apps, see the [Deployment guide for Microsoft 365 Apps](/DeployOffice/deployment-guide-microsoft-365-apps).
|
||||||
|
|
||||||
|
### Power Apps
|
||||||
|
|
||||||
|
These apps are custom, low-code apps to connect to business data, modernize processes, and solve unique challenges. Power Apps are available online and on-premises, can run in a web browser, and on mobile devices. They can be created by business analysts and professional developers.
|
||||||
|
|
||||||
|
For more information, see [What is Power Apps?](/power-apps/powerapps-overview).
|
||||||
|
|
||||||
|
### .NET apps
|
||||||
|
|
||||||
|
These apps can be desktop apps that run on the device, or web apps. Some common .NET apps include:
|
||||||
|
|
||||||
|
- **Windows Presentation Foundation (WPF)**: Using .NET, you can create a WPF desktop app that runs on the device, or create a WPF web app. This app is commonly used by organizations that create line of business (LOB) desktop apps. For more information, see [WPF application development](/dotnet/desktop/wpf/app-development).
|
||||||
|
|
||||||
|
- **Windows Forms (WinForm)**: Using .NET, you can create a Windows Forms desktop app that runs on the device, and doesn't require a web browser or internet access. Just like Win32 apps, WinForm apps can access the local hardware and file system of the computer where the app is running. For more information, see [Desktop Guide (Windows Forms .NET)](/dotnet/desktop/winforms/overview).
|
||||||
|
|
||||||
|
### Windows apps
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Starting with Windows 10, you can use the **Windows UI Library (WinUI 3)** to create .NET, Win32 desktop, and UWP apps. This library includes native Windows UI controls and other user interface elements familiar to Windows users. For more information, see [Windows UI Library (WinUI)](/windows/apps/winui/).
|
||||||
|
|
||||||
|
- **Apps**: All apps installed in the protected directory `C:\Program Files\WindowsApps`. There are two classes of these apps:
|
||||||
|
|
||||||
|
- **Installed**: Installed as part of the OS.
|
||||||
|
|
||||||
|
- **Provisioned**: Installed the first time you sign in with a new user account.
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> To get a list of all provisioned apps, use Windows PowerShell:
|
||||||
|
>
|
||||||
|
> ```powershell
|
||||||
|
> Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
|
||||||
|
> ```
|
||||||
|
>
|
||||||
|
> The output lists all the provisioned apps, and their package names. For more information, see [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage).
|
||||||
|
|
||||||
|
- **Universal Windows Platform (UWP) apps**: These apps run and can be installed on many Windows platforms, including tablets, Microsoft HoloLens, Xbox, and more. All UWP apps are Windows apps. Not all Windows apps are UWP apps.
|
||||||
|
|
||||||
|
For more information, see [What's a Universal Windows Platform (UWP) app?](/windows/uwp/get-started/universal-application-platform-guide).
|
||||||
|
|
||||||
|
- **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.
|
||||||
|
|
||||||
|
For more information, see [Get started developing apps for Windows desktop](/windows/apps/get-started) and [Top 11 things you can do to make your app great on Windows 11](/windows/apps/get-started/make-apps-great-for-windows).
|
||||||
|
|
||||||
|
- **System apps**: Apps installed in the system root directory `C:\Windows\`. These apps are part of the Windows OS.
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> To get a list of all the system apps, use Windows PowerShell:
|
||||||
|
>
|
||||||
|
> ```powershell
|
||||||
|
> `Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation
|
||||||
|
> ```
|
||||||
|
>
|
||||||
|
> The output lists all the system apps, and their installation location. For more information, see [Get-AppxPackage](/powershell/module/appx/get-appxpackage).
|
||||||
|
|
||||||
|
### Web apps
|
||||||
|
|
||||||
|
Web apps and progressive web apps (PWA) run on a server, and don't run on the end user device. To use these apps, users must use a web browser and have network access. **Progressive web apps** are designed to work for all users, work with any browser, and work on any platform.
|
||||||
|
|
||||||
|
Web apps are typically created in Visual Studio, and can be created with different languages. For more information, see [Create a web app](/visualstudio/get-started/csharp/tutorial-aspnet-core). 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).
|
||||||
|
|
||||||
|
When you use an MDM provider like Microsoft Intune, you can create shortcuts to your web apps and progressive web apps on devices. For more information, see [Add web apps to Microsoft Intune](/mem/intune/apps/web-app).
|
||||||
|
|
||||||
|
## Android™️ apps
|
||||||
|
|
||||||
|
Starting with Windows 11, you can install Android™️ apps. This feature uses the Windows Subsystem for Android, and allows users to interact with mobile apps just like others apps.
|
||||||
|
|
||||||
|
For more information, see the following articles:
|
||||||
|
|
||||||
|
- [Apps from the Amazon Appstore](https://support.microsoft.com/windows/apps-from-the-amazon-appstore-abed2335-81bf-490a-92e5-fe01b66e5c48)
|
||||||
|
|
||||||
|
- [Windows Subsystem for Android developer information](/windows/android/wsa)
|
||||||
|
|
||||||
|
## Add or deploy apps to devices
|
||||||
|
|
||||||
|
When your apps are ready, you can add or deploy these apps to your Windows devices. This section lists some common options.
|
||||||
|
|
||||||
|
### Manually install
|
||||||
|
|
||||||
|
On your devices, users can install apps from the Microsoft Store, from the internet, and from an organization shared drive. These apps, and more, are listed in **Settings** > **Apps** > **Apps and Features**.
|
||||||
|
|
||||||
|
If you want to prevent users from downloading apps on organization owned devices, use an MDM provider, like Microsoft Intune. For example, you can create a policy that allows or prevents users from sideloading apps, only allow the private store, and more. For more information on the features you can restrict, see [Windows client device settings to allow or restrict features using Intune](/mem/intune/configuration/device-restrictions-windows-10).
|
||||||
|
|
||||||
|
For an overview of the different types of device policies you can create, see [Apply features and settings on your devices using device profiles in Microsoft Intune](/mem/intune/configuration/device-profiles).
|
||||||
|
|
||||||
|
### Management service
|
||||||
|
|
||||||
|
Use an MDM provider like Microsoft Intune, or an on-premises solution like Configuration Manager. For example, you can create app policies that deploy Microsoft 365 apps, deploy Win32 apps, create shortcuts to web apps, or add Store apps.
|
||||||
|
|
||||||
|
For more information, see:
|
||||||
|
|
||||||
|
- [Add apps to Microsoft Intune](/mem/intune/apps/apps-add)
|
||||||
|
- [Application management in Configuration Manager](/mem/configmgr/apps/understand/introduction-to-application-management)
|
||||||
|
|
||||||
|
### Microsoft Store
|
||||||
|
|
||||||
|
When you use the Microsoft Store app, Windows users can download apps from the public store. They can also download apps provided by your organization, which is called the *private store*. If your organization creates its own apps, you can use [Windows Package Manager](/windows/package-manager) to add apps to the private store.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Retirement of the Microsoft Store for Business and Microsoft Store for Education has been postponed. We will update this notice when a new retirement date is announced. Customers may continue to use the current capabilities for free apps until that time. There will be no support for Microsoft Store for Business and Education for Windows 11.
|
||||||
|
>
|
||||||
|
> For more information, see [Evolving the Microsoft Store for Business and Education](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/evolving-the-microsoft-store-for-business-and-education/bc-p/3771217). This blog post describes the new Microsoft Store experience for both Windows 11 and Windows 10. To learn about other options for getting and managing apps, see [Add Microsoft Store apps to Microsoft Intune](/mem/intune/apps/store-apps-microsoft).
|
||||||
|
|
||||||
|
To help manage the Microsoft Store on your devices, you can use policies:
|
||||||
|
|
||||||
|
- On premises, you can use administrative templates in group policy to control access to the Microsoft Store app:
|
||||||
|
- `User Configuration\Administrative Templates\Windows Components\Store`
|
||||||
|
- `Computer Configuration\Administrative Templates\Windows Components\Store`
|
||||||
|
|
||||||
|
- Using Microsoft Intune, you can use [administrative templates](/mem/intune/configuration/administrative-templates-windows) or the [Settings Catalog](/mem/intune/configuration/settings-catalog) to control access to the Microsoft Store app.
|
||||||
|
|
||||||
|
### MSIX for desktop apps
|
||||||
|
|
||||||
|
MSIX packages your UWP, Win32, WPF, and WinForm desktop application files. MSIX reliably installs apps, helps optimize disk storage space, and reduces duplicate files. If your organization typically uses `.EXE` or `.MSI` files to install desktop apps, then you should look into MSIX.
|
||||||
|
|
||||||
|
To deploy MSIX packages and their apps, you can:
|
||||||
|
|
||||||
|
- Use a management service, like Microsoft Intune and Configuration Manager.
|
||||||
|
- Use an App Installer. User users double-click an installer file, or select a link on a web page.
|
||||||
|
|
||||||
|
For more information, see the following articles:
|
||||||
|
|
||||||
|
- [What is MSIX?](/windows/msix/overview)
|
||||||
|
- [MSIX app distribution for enterprises](/windows/msix/desktop/managing-your-msix-deployment-enterprise)
|
||||||
|
|
||||||
|
### Windows Package Manager
|
||||||
|
|
||||||
|
Windows Package Manager is a command line tool commonly used by developers to install Windows apps. Using the command line, you can get apps from services like the Microsoft Store or GitHub, and install these apps on Windows devices. It's helpful if you want to bypass user interfaces for getting apps from organizations and from developers.
|
||||||
|
|
||||||
|
If your organization uses `.EXE`, `.MSIX`, or `.MSI` files, then Windows Package Manager might be the right deployment option.
|
||||||
|
|
||||||
|
For more information, see [Windows Package Manager](/windows/package-manager).
|
||||||
|
|
||||||
|
### Azure Virtual desktop with MSIX app attach
|
||||||
|
|
||||||
|
With Azure virtual desktop, you can virtualize the Windows client OS desktop, and use virtual apps on this desktop. With MSIX app attach, you dynamically deliver MSIX packaged apps to users and user groups.
|
||||||
|
|
||||||
|
The benefit is to use the cloud to deliver virtual apps in real time, and as-needed. Users use the apps as if they're installed locally.
|
||||||
|
|
||||||
|
If you currently use App-V, and want to reduce your on-premises footprint, then **Azure Virtual desktop with MSIX app attach** might be the right deployment for your organization.
|
||||||
|
|
||||||
|
For more information, see the following articles:
|
||||||
|
|
||||||
|
- [What is Azure Virtual Desktop?](/azure/virtual-desktop/overview)
|
||||||
|
- [Set up MSIX app attach with the Azure portal](/azure/virtual-desktop/app-attach-azure-portal)
|
||||||
|
|
||||||
|
### Application Virtualization (App-V)
|
||||||
|
|
||||||
|
App-V allows Win32 apps to be used as virtual apps.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> [!INCLUDE [Application Virtualization will be end of life in April 2026](./includes/app-v-end-life-statement.md)]
|
||||||
|
|
||||||
|
On an on-premises server, you install and configure the App-V server components, and then install your Win32 apps. On Windows Enterprise client devices, you use the App-V client components to run the virtualized apps. They allow users to open the virtual apps using the icons and file names they're familiar with. Users use the apps as if they're installed locally.
|
||||||
|
|
||||||
|
The benefit is to deliver virtual apps in real time, and as-needed. For more information, see [Application Virtualization (App-V) for Windows overview](./app-v/appv-for-windows.md).
|
||||||
|
|
||||||
|
## Manage apps
|
||||||
|
|
||||||
|
To help manage your devices, and help manage apps on your devices, use a management service like Microsoft Intune and Configuration Manager. For more information, see the following articles:
|
||||||
|
|
||||||
|
- [Overview of endpoint management](/mem/endpoint-manager-overview)
|
||||||
|
- [Manage your apps and app data in Microsoft Intune](/mem/intune/fundamentals/manage-apps)
|
||||||
|
- [Introduction to application management in Configuration Manager](/mem/configmgr/apps/understand/introduction-to-application-management)
|
||||||
|
|
||||||
|
## Application compatibility
|
||||||
|
|
||||||
|
Microsoft is committed to making sure your business-critical apps work on the latest versions of Windows. For more information, see the following articles:
|
||||||
|
|
||||||
|
- [Compatibility for Windows 11](/windows/compatibility/windows-11/)
|
||||||
|
- [FastTrack App Assure program](/windows/compatibility/app-assure)
|
@ -4,7 +4,7 @@ items:
|
|||||||
- name: Application management
|
- name: Application management
|
||||||
items:
|
items:
|
||||||
- name: Overview of apps in Windows
|
- name: Overview of apps in Windows
|
||||||
href: apps-in-windows-10.md
|
href: overview-windows-apps.md
|
||||||
- name: Add or hide Windows features
|
- name: Add or hide Windows features
|
||||||
href: add-apps-and-features.md
|
href: add-apps-and-features.md
|
||||||
- name: Sideload line of business (LOB) apps
|
- name: Sideload line of business (LOB) apps
|
||||||
|
@ -51,7 +51,7 @@ First, you create a default user profile with the customizations that you want,
|
|||||||
|
|
||||||
1. [Create an answer file (Unattend.xml)](/windows-hardware/customize/desktop/wsim/create-or-open-an-answer-file) that sets the [CopyProfile](/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-copyprofile) parameter to **True**. The CopyProfile parameter causes Sysprep to copy the currently signed-on user's profile folder to the default user profile. You can use [Windows System Image Manager](/windows-hardware/customize/desktop/wsim/windows-system-image-manager-technical-reference), which is part of the Windows Assessment and Deployment Kit (ADK) to create the Unattend.xml file.
|
1. [Create an answer file (Unattend.xml)](/windows-hardware/customize/desktop/wsim/create-or-open-an-answer-file) that sets the [CopyProfile](/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-copyprofile) parameter to **True**. The CopyProfile parameter causes Sysprep to copy the currently signed-on user's profile folder to the default user profile. You can use [Windows System Image Manager](/windows-hardware/customize/desktop/wsim/windows-system-image-manager-technical-reference), which is part of the Windows Assessment and Deployment Kit (ADK) to create the Unattend.xml file.
|
||||||
|
|
||||||
1. Uninstall any application you don't need or want from the PC. For examples on how to uninstall Windows Application see [Remove-AppxProvisionedPackage](/powershell/module/dism/remove-appxprovisionedpackage?view=win10-ps&preserve-view=true). For a list of uninstallable applications, see [Understand the different apps included in Windows](/windows/application-management/apps-in-windows-10).
|
1. Uninstall any application you don't need or want from the PC. For examples on how to uninstall Windows Application see [Remove-AppxProvisionedPackage](/powershell/module/dism/remove-appxprovisionedpackage?view=win10-ps&preserve-view=true). For a list of uninstallable applications, see [Understand the different apps included in Windows](/windows/application-management/overview-windows-apps).
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> It is highly recommended to uninstall unwanted or unneeded apps as it will speed up user sign-in times.
|
> It is highly recommended to uninstall unwanted or unneeded apps as it will speed up user sign-in times.
|
||||||
|
@ -1,23 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Manage additional Windows Update settings
|
title: Manage additional Windows Update settings
|
||||||
description: In this article, learn about additional settings to control the behavior of Windows Update.
|
description: In this article, learn about additional settings to control the behavior of Windows Update in your organization.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.localizationpriority: medium
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.topic: how-to
|
|
||||||
ms.collection:
|
ms.collection:
|
||||||
- highpri
|
- highpri
|
||||||
- tier2
|
- tier2
|
||||||
ms.technology: itpro-updates
|
ms.localizationpriority: medium
|
||||||
|
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>
|
||||||
ms.date: 04/25/2023
|
ms.date: 04/25/2023
|
||||||
---
|
---
|
||||||
|
|
||||||
# Manage additional Windows Update settings
|
# Manage additional Windows Update settings
|
||||||
|
|
||||||
***(Applies to: Windows 11 & Windows 10)***
|
|
||||||
|
|
||||||
> **Looking for consumer information?** See [Windows Update: FAQ](https://support.microsoft.com/help/12373/windows-update-faq)
|
> **Looking for consumer information?** See [Windows Update: FAQ](https://support.microsoft.com/help/12373/windows-update-faq)
|
||||||
|
|
||||||
You can use Group Policy settings or mobile device management (MDM) to configure the behavior of Windows Update on your Windows 10 devices. You can configure the update detection frequency, select when updates are received, specify the update service location and more.
|
You can use Group Policy settings or mobile device management (MDM) to configure the behavior of Windows Update on your Windows 10 devices. You can configure the update detection frequency, select when updates are received, specify the update service location and more.
|
||||||
|
@ -2,23 +2,20 @@
|
|||||||
title: Configure Windows Update for Business by using CSPs and MDM
|
title: Configure Windows Update for Business by using CSPs and MDM
|
||||||
description: Walk through demonstration of how to configure Windows Update for Business settings using Configuration Service Providers and MDM.
|
description: Walk through demonstration of how to configure Windows Update for Business settings using Configuration Service Providers and MDM.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.localizationpriority: medium
|
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.topic: article
|
ms.localizationpriority: medium
|
||||||
ms.technology: itpro-updates
|
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>
|
||||||
ms.date: 02/28/2023
|
ms.date: 02/28/2023
|
||||||
---
|
---
|
||||||
|
|
||||||
# Walkthrough: Use CSPs and MDMs to configure Windows Update for Business
|
# Walkthrough: Use CSPs and MDMs to configure Windows Update for Business
|
||||||
|
|
||||||
|
|
||||||
**Applies to**
|
|
||||||
|
|
||||||
- Windows 10
|
|
||||||
- Windows 11
|
|
||||||
|
|
||||||
> **Looking for consumer information?** See [Windows Update: FAQ](https://support.microsoft.com/help/12373/windows-update-faq)
|
> **Looking for consumer information?** See [Windows Update: FAQ](https://support.microsoft.com/help/12373/windows-update-faq)
|
||||||
|
|
||||||
|
|
||||||
@ -176,9 +173,9 @@ There are additional settings that affect the notifications.
|
|||||||
|
|
||||||
We recommend that you use the default notifications as they aim to provide the best user experience while adjusting for the compliance policies that you have set. If you do have further needs that aren't met by the default notification settings, you can use the [Update/UpdateNotificationLevel](/windows/client-management/mdm/policy-csp-update#update-updatenotificationlevel) policy with these values:
|
We recommend that you use the default notifications as they aim to provide the best user experience while adjusting for the compliance policies that you have set. If you do have further needs that aren't met by the default notification settings, you can use the [Update/UpdateNotificationLevel](/windows/client-management/mdm/policy-csp-update#update-updatenotificationlevel) policy with these values:
|
||||||
|
|
||||||
**0** (default) – Use the default Windows Update notifications<br/>
|
**0** (default) - Use the default Windows Update notifications<br/>
|
||||||
**1** – Turn off all notifications, excluding restart warnings<br/>
|
**1** - Turn off all notifications, excluding restart warnings<br/>
|
||||||
**2** – Turn off all notifications, including restart warnings
|
**2** - Turn off all notifications, including restart warnings
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Option **2** creates a poor experience for personal devices; it's only recommended for kiosk devices where automatic restarts have been disabled.
|
> Option **2** creates a poor experience for personal devices; it's only recommended for kiosk devices where automatic restarts have been disabled.
|
||||||
|
@ -195,7 +195,7 @@ Still more options are available in **Computer Configuration > Administrative Te
|
|||||||
|
|
||||||
Every Windows device provides users with various controls they can use to manage Windows Updates. They can access these controls by Search to find Windows Updates or by going selecting **Updates and Security** in **Settings**. We provide the ability to disable a variety of these controls that are accessible to users.
|
Every Windows device provides users with various controls they can use to manage Windows Updates. They can access these controls by Search to find Windows Updates or by going selecting **Updates and Security** in **Settings**. We provide the ability to disable a variety of these controls that are accessible to users.
|
||||||
|
|
||||||
Users with access to update pause settings can prevent both feature and quality updates for 7 days. You can prevent users from pausing updates through the Windows Update settings page by using **Computer Configuration > Administrative Templates > Windows Components > Windows Update > Remove access to “Pause updates**.
|
Users with access to update pause settings can prevent both feature and quality updates for 7 days. You can prevent users from pausing updates through the Windows Update settings page by using **Computer Configuration > Administrative Templates > Windows Components > Windows Update > Remove access to Pause updates**.
|
||||||
When you disable this setting, users will see **Some settings are managed by your organization** and the update pause settings are greyed out.
|
When you disable this setting, users will see **Some settings are managed by your organization** and the update pause settings are greyed out.
|
||||||
|
|
||||||
If you use Windows Server Update Server (WSUS), you can prevent users from scanning Windows Update. To do this, use **Computer Configuration > Administrative Templates > Windows Components > Windows Update > Remove access to use all Windows Update features**.
|
If you use Windows Server Update Server (WSUS), you can prevent users from scanning Windows Update. To do this, use **Computer Configuration > Administrative Templates > Windows Components > Windows Update > Remove access to use all Windows Update features**.
|
||||||
|
@ -2,23 +2,20 @@
|
|||||||
title: Windows Update error code list by component
|
title: Windows Update error code list by component
|
||||||
description: Learn about reference information for Windows Update error codes, including automatic update errors, UI errors, and reporter errors.
|
description: Learn about reference information for Windows Update error codes, including automatic update errors, UI errors, and reporter errors.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: reference
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
|
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>
|
||||||
ms.date: 09/18/2018
|
ms.date: 09/18/2018
|
||||||
ms.topic: article
|
|
||||||
ms.technology: itpro-updates
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows Update error codes by component
|
# Windows Update error codes by component
|
||||||
|
|
||||||
**Applies to**
|
|
||||||
|
|
||||||
- Windows 10
|
|
||||||
- Windows 11
|
|
||||||
|
|
||||||
|
|
||||||
This section lists the error codes for Microsoft Windows Update.
|
This section lists the error codes for Microsoft Windows Update.
|
||||||
|
|
||||||
## Automatic Update Errors
|
## Automatic Update Errors
|
||||||
@ -37,14 +34,14 @@ This section lists the error codes for Microsoft Windows Update.
|
|||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|------------|---------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
|
|------------|---------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 0x80243001 | `WU_E_INSTALLATION_RESULTS_UNKNOWN_VERSION` | The results of download and installation could not be read from the registry due to an unrecognized data format version. |
|
| 0x80243001 | `WU_E_INSTALLATION_RESULTS_UNKNOWN_VERSION` | The results of download and installation couldn't be read from the registry due to an unrecognized data format version. |
|
||||||
| 0x80243002 | `WU_E_INSTALLATION_RESULTS_INVALID_DATA` | The results of download and installation could not be read from the registry due to an invalid data format. |
|
| 0x80243002 | `WU_E_INSTALLATION_RESULTS_INVALID_DATA` | The results of download and installation couldn't be read from the registry due to an invalid data format. |
|
||||||
| 0x80243003 | `WU_E_INSTALLATION_RESULTS_NOT_FOUND` | The results of download and installation are not available; the operation may have failed to start. |
|
| 0x80243003 | `WU_E_INSTALLATION_RESULTS_NOT_FOUND` | The results of download and installation aren't available; the operation may have failed to start. |
|
||||||
| 0x80243004 | `WU_E_TRAYICON_FAILURE` | A failure occurred when trying to create an icon in the taskbar notification area. |
|
| 0x80243004 | `WU_E_TRAYICON_FAILURE` | A failure occurred when trying to create an icon in the taskbar notification area. |
|
||||||
| 0x80243FFD | `WU_E_NON_UI_MODE` | Unable to show UI when in non-UI mode; Windows Update client UI modules may not be installed. |
|
| 0x80243FFD | `WU_E_NON_UI_MODE` | Unable to show UI when in non-UI mode; Windows Update client UI modules may not be installed. |
|
||||||
| 0x80243FFE | `WU_E_WUCLTUI_UNSUPPORTED_VERSION` | Unsupported version of Windows Update client UI exported functions. |
|
| 0x80243FFE | `WU_E_WUCLTUI_UNSUPPORTED_VERSION` | Unsupported version of Windows Update client UI exported functions. |
|
||||||
| 0x80243FFF | `WU_E_AUCLIENT_UNEXPECTED` | There was a user interface error not covered by another `WU_E_AUCLIENT_*` error code. |
|
| 0x80243FFF | `WU_E_AUCLIENT_UNEXPECTED` | There was a user interface error not covered by another `WU_E_AUCLIENT_*` error code. |
|
||||||
| 0x8024043D | `WU_E_SERVICEPROP_NOTAVAIL` | The requested service property is not available. |
|
| 0x8024043D | `WU_E_SERVICEPROP_NOTAVAIL` | The requested service property isn't available. |
|
||||||
|
|
||||||
## Inventory errors
|
## Inventory errors
|
||||||
|
|
||||||
@ -60,25 +57,25 @@ This section lists the error codes for Microsoft Windows Update.
|
|||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
|
|------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 0x8024E001 | `WU_E_EE_UNKNOWN_EXPRESSION` | An expression evaluator operation could not be completed because an expression was unrecognized. |
|
| 0x8024E001 | `WU_E_EE_UNKNOWN_EXPRESSION` | An expression evaluator operation couldn't be completed because an expression was unrecognized. |
|
||||||
| 0x8024E002 | `WU_E_EE_INVALID_EXPRESSION` | An expression evaluator operation could not be completed because an expression was invalid. |
|
| 0x8024E002 | `WU_E_EE_INVALID_EXPRESSION` | An expression evaluator operation couldn't be completed because an expression was invalid. |
|
||||||
| 0x8024E003 | `WU_E_EE_MISSING_METADATA` | An expression evaluator operation could not be completed because an expression contains an incorrect number of metadata nodes. |
|
| 0x8024E003 | `WU_E_EE_MISSING_METADATA` | An expression evaluator operation couldn't be completed because an expression contains an incorrect number of metadata nodes. |
|
||||||
| 0x8024E004 | `WU_E_EE_INVALID_VERSION` | An expression evaluator operation could not be completed because the version of the serialized expression data is invalid. |
|
| 0x8024E004 | `WU_E_EE_INVALID_VERSION` | An expression evaluator operation couldn't be completed because the version of the serialized expression data is invalid. |
|
||||||
| 0x8024E005 | `WU_E_EE_NOT_INITIALIZED` | The expression evaluator could not be initialized. |
|
| 0x8024E005 | `WU_E_EE_NOT_INITIALIZED` | The expression evaluator couldn't be initialized. |
|
||||||
| 0x8024E006 | `WU_E_EE_INVALID_ATTRIBUTEDATA` | An expression evaluator operation could not be completed because there was an invalid attribute. |
|
| 0x8024E006 | `WU_E_EE_INVALID_ATTRIBUTEDATA` | An expression evaluator operation couldn't be completed because there was an invalid attribute. |
|
||||||
| 0x8024E007 | `WU_E_EE_CLUSTER_ERROR` | An expression evaluator operation could not be completed because the cluster state of the computer could not be determined. |
|
| 0x8024E007 | `WU_E_EE_CLUSTER_ERROR` | An expression evaluator operation couldn't be completed because the cluster state of the computer couldn't be determined. |
|
||||||
| 0x8024EFFF | `WU_E_EE_UNEXPECTED` | There was an expression evaluator error not covered by another `WU_E_EE_*` error code. |
|
| 0x8024EFFF | `WU_E_EE_UNEXPECTED` | There was an expression evaluator error not covered by another `WU_E_EE_*` error code. |
|
||||||
|
|
||||||
## Reporter errors
|
## Reporter errors
|
||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
|
|------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
|
||||||
| 0x80247001 | `WU_E_OL_INVALID_SCANFILE` | An operation could not be completed because the scan package was invalid. |
|
| 0x80247001 | `WU_E_OL_INVALID_SCANFILE` | An operation couldn't be completed because the scan package was invalid. |
|
||||||
| 0x80247002 | `WU_E_OL_NEWCLIENT_REQUIRED` | An operation could not be completed because the scan package requires a greater version of the Windows Update Agent. |
|
| 0x80247002 | `WU_E_OL_NEWCLIENT_REQUIRED` | An operation couldn't be completed because the scan package requires a greater version of the Windows Update Agent. |
|
||||||
| 0x80247FFF | `WU_E_OL_UNEXPECTED` | Search using the scan package failed. |
|
| 0x80247FFF | `WU_E_OL_UNEXPECTED` | Search using the scan package failed. |
|
||||||
| 0x8024F001 | `WU_E_REPORTER_EVENTCACHECORRUPT` | The event cache file was defective. |
|
| 0x8024F001 | `WU_E_REPORTER_EVENTCACHECORRUPT` | The event cache file was defective. |
|
||||||
| 0x8024F002 | `WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED` | The XML in the event namespace descriptor could not be parsed. |
|
| 0x8024F002 | `WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED` | The XML in the event namespace descriptor couldn't be parsed. |
|
||||||
| 0x8024F003 | `WU_E_INVALID_EVENT` | The XML in the event namespace descriptor could not be parsed. |
|
| 0x8024F003 | `WU_E_INVALID_EVENT` | The XML in the event namespace descriptor couldn't be parsed. |
|
||||||
| 0x8024F004 | `WU_E_SERVER_BUSY` | The server rejected an event because the server was too busy. |
|
| 0x8024F004 | `WU_E_SERVER_BUSY` | The server rejected an event because the server was too busy. |
|
||||||
| 0x8024FFFF | `WU_E_REPORTER_UNEXPECTED` | There was a reporter error not covered by another error code. |
|
| 0x8024FFFF | `WU_E_REPORTER_UNEXPECTED` | There was a reporter error not covered by another error code. |
|
||||||
|
|
||||||
@ -87,7 +84,7 @@ The components that download the `Wuredir.cab` file and then parse the `Wuredir.
|
|||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|----------- |------------------------------|------------------------------------------------------------------------------------------|
|
|----------- |------------------------------|------------------------------------------------------------------------------------------|
|
||||||
| 0x80245001 | `WU_E_REDIRECTOR_LOAD_XML` | The redirector XML document could not be loaded into the DOM class. |
|
| 0x80245001 | `WU_E_REDIRECTOR_LOAD_XML` | The redirector XML document couldn't be loaded into the DOM class. |
|
||||||
| 0x80245002 | `WU_E_REDIRECTOR_S_FALSE` | The redirector XML document is missing some required information. |
|
| 0x80245002 | `WU_E_REDIRECTOR_S_FALSE` | The redirector XML document is missing some required information. |
|
||||||
| 0x80245003 | `WU_E_REDIRECTOR_ID_SMALLER` | The redirectorId in the downloaded redirector cab is less than in the cached cab. |
|
| 0x80245003 | `WU_E_REDIRECTOR_ID_SMALLER` | The redirectorId in the downloaded redirector cab is less than in the cached cab. |
|
||||||
| 0x80245FFF | `WU_E_REDIRECTOR_UNEXPECTED` | The redirector failed for reasons not covered by another `WU_E_REDIRECTOR_*` error code. |
|
| 0x80245FFF | `WU_E_REDIRECTOR_UNEXPECTED` | The redirector failed for reasons not covered by another `WU_E_REDIRECTOR_*` error code. |
|
||||||
@ -124,9 +121,9 @@ The following errors map to `SOAP_ERROR_CODE`s from the `Atlsoap.h` file. These
|
|||||||
| 0x80244010 | `WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS` | The number of round trips to the server exceeded the maximum limit. |
|
| 0x80244010 | `WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS` | The number of round trips to the server exceeded the maximum limit. |
|
||||||
| 0x80244011 | `WU_E_PT_SUS_SERVER_NOT_SET` | WUServer policy value is missing in the registry. |
|
| 0x80244011 | `WU_E_PT_SUS_SERVER_NOT_SET` | WUServer policy value is missing in the registry. |
|
||||||
| 0x80244012 | `WU_E_PT_DOUBLE_INITIALIZATION` | Initialization failed because the object was already initialized. |
|
| 0x80244012 | `WU_E_PT_DOUBLE_INITIALIZATION` | Initialization failed because the object was already initialized. |
|
||||||
| 0x80244013 | `WU_E_PT_INVALID_COMPUTER_NAME` | The computer name could not be determined. |
|
| 0x80244013 | `WU_E_PT_INVALID_COMPUTER_NAME` | The computer name couldn't be determined. |
|
||||||
| 0x80244015 | `WU_E_PT_REFRESH_CACHE_REQUIRED` | The reply from the server indicates that the server was changed or the cookie was invalid; refresh the state of the internal cache and retry. |
|
| 0x80244015 | `WU_E_PT_REFRESH_CACHE_REQUIRED` | The reply from the server indicates that the server was changed or the cookie was invalid; refresh the state of the internal cache and retry. |
|
||||||
| 0x80244016 | `WU_E_PT_HTTP_STATUS_BAD_REQUEST` | Same as HTTP status 400 - the server could not process the request due to invalid syntax. |
|
| 0x80244016 | `WU_E_PT_HTTP_STATUS_BAD_REQUEST` | Same as HTTP status 400 - the server couldn't process the request due to invalid syntax. |
|
||||||
| 0x80244017 | `WU_E_PT_HTTP_STATUS_DENIED` | Same as HTTP status 401 - the requested resource requires user authentication. |
|
| 0x80244017 | `WU_E_PT_HTTP_STATUS_DENIED` | Same as HTTP status 401 - the requested resource requires user authentication. |
|
||||||
| 0x80244018 | `WU_E_PT_HTTP_STATUS_FORBIDDEN` | Same as HTTP status 403 - server understood the request but declined to fulfill it. |
|
| 0x80244018 | `WU_E_PT_HTTP_STATUS_FORBIDDEN` | Same as HTTP status 403 - server understood the request but declined to fulfill it. |
|
||||||
| 0x80244019 | `WU_E_PT_HTTP_STATUS_NOT_FOUND` | Same as HTTP status 404 - the server cannot find the requested URI (Uniform Resource Identifier). |
|
| 0x80244019 | `WU_E_PT_HTTP_STATUS_NOT_FOUND` | Same as HTTP status 404 - the server cannot find the requested URI (Uniform Resource Identifier). |
|
||||||
@ -147,14 +144,14 @@ The following errors map to `SOAP_ERROR_CODE`s from the `Atlsoap.h` file. These
|
|||||||
| 0x80244028 | `WU_E_PT_NO_AUTH_COOKIES_CREATED` | Windows Update Agent was unable to create any valid authentication cookies. |
|
| 0x80244028 | `WU_E_PT_NO_AUTH_COOKIES_CREATED` | Windows Update Agent was unable to create any valid authentication cookies. |
|
||||||
| 0x80244029 | `WU_E_PT_INVALID_CONFIG_PROP` | A configuration property value was wrong. |
|
| 0x80244029 | `WU_E_PT_INVALID_CONFIG_PROP` | A configuration property value was wrong. |
|
||||||
| 0x8024402A | `WU_E_PT_CONFIG_PROP_MISSING` | A configuration property value was missing. |
|
| 0x8024402A | `WU_E_PT_CONFIG_PROP_MISSING` | A configuration property value was missing. |
|
||||||
| 0x8024402B | `WU_E_PT_HTTP_STATUS_NOT_MAPPED` | The HTTP request could not be completed and the reason did not correspond to any of the `WU_E_PT_HTTP_*` error codes. |
|
| 0x8024402B | `WU_E_PT_HTTP_STATUS_NOT_MAPPED` | The HTTP request couldn't be completed and the reason did not correspond to any of the `WU_E_PT_HTTP_*` error codes. |
|
||||||
| 0x8024402C | `WU_E_PT_WINHTTP_NAME_NOT_RESOLVED` | Same as ERROR_WINHTTP_NAME_NOT_RESOLVED - the proxy server or target server name cannot be resolved. |
|
| 0x8024402C | `WU_E_PT_WINHTTP_NAME_NOT_RESOLVED` | Same as ERROR_WINHTTP_NAME_NOT_RESOLVED - the proxy server or target server name cannot be resolved. |
|
||||||
| 0x8024402F | `WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS` | External cab file processing completed with some errors. |
|
| 0x8024402F | `WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS` | External cab file processing completed with some errors. |
|
||||||
| 0x80244030 | `WU_E_PT_ECP_INIT_FAILED` | The external cab processor initialization did not complete. |
|
| 0x80244030 | `WU_E_PT_ECP_INIT_FAILED` | The external cab processor initialization did not complete. |
|
||||||
| 0x80244031 | `WU_E_PT_ECP_INVALID_FILE_FORMAT` | The format of a metadata file was invalid. |
|
| 0x80244031 | `WU_E_PT_ECP_INVALID_FILE_FORMAT` | The format of a metadata file was invalid. |
|
||||||
| 0x80244032 | `WU_E_PT_ECP_INVALID_METADATA` | External cab processor found invalid metadata. |
|
| 0x80244032 | `WU_E_PT_ECP_INVALID_METADATA` | External cab processor found invalid metadata. |
|
||||||
| 0x80244033 | `WU_E_PT_ECP_FAILURE_TO_EXTRACT_DIGEST` | The file digest could not be extracted from an external cab file. |
|
| 0x80244033 | `WU_E_PT_ECP_FAILURE_TO_EXTRACT_DIGEST` | The file digest couldn't be extracted from an external cab file. |
|
||||||
| 0x80244034 | `WU_E_PT_ECP_FAILURE_TO_DECOMPRESS_CAB_FILE` | An external cab file could not be decompressed. |
|
| 0x80244034 | `WU_E_PT_ECP_FAILURE_TO_DECOMPRESS_CAB_FILE` | An external cab file couldn't be decompressed. |
|
||||||
| 0x80244035 | `WU_E_PT_ECP_FILE_LOCATION_ERROR` | External cab processor was unable to get file locations. |
|
| 0x80244035 | `WU_E_PT_ECP_FILE_LOCATION_ERROR` | External cab processor was unable to get file locations. |
|
||||||
| 0x80244FFF | `WU_E_PT_UNEXPECTED` | A communication error not covered by another `WU_E_PT_*` error code. |
|
| 0x80244FFF | `WU_E_PT_UNEXPECTED` | A communication error not covered by another `WU_E_PT_*` error code. |
|
||||||
| 0x8024502D | `WU_E_PT_SAME_REDIR_ID` | Windows Update Agent failed to download a redirector cabinet file with a new redirectorId value from the server during the recovery. |
|
| 0x8024502D | `WU_E_PT_SAME_REDIR_ID` | Windows Update Agent failed to download a redirector cabinet file with a new redirectorId value from the server during the recovery. |
|
||||||
@ -164,12 +161,12 @@ The following errors map to `SOAP_ERROR_CODE`s from the `Atlsoap.h` file. These
|
|||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|------------|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 0x80246001 | `WU_E_DM_URLNOTAVAILABLE` | A download manager operation could not be completed because the requested file does not have a URL. |
|
| 0x80246001 | `WU_E_DM_URLNOTAVAILABLE` | A download manager operation couldn't be completed because the requested file does not have a URL. |
|
||||||
| 0x80246002 | `WU_E_DM_INCORRECTFILEHASH` | A download manager operation could not be completed because the file digest was not recognized. |
|
| 0x80246002 | `WU_E_DM_INCORRECTFILEHASH` | A download manager operation couldn't be completed because the file digest was not recognized. |
|
||||||
| 0x80246003 | `WU_E_DM_UNKNOWNALGORITHM` | A download manager operation could not be completed because the file metadata requested an unrecognized hash algorithm. |
|
| 0x80246003 | `WU_E_DM_UNKNOWNALGORITHM` | A download manager operation couldn't be completed because the file metadata requested an unrecognized hash algorithm. |
|
||||||
| 0x80246004 | `WU_E_DM_NEEDDOWNLOADREQUEST` | An operation could not be completed because a download request is required from the download handler. |
|
| 0x80246004 | `WU_E_DM_NEEDDOWNLOADREQUEST` | An operation couldn't be completed because a download request is required from the download handler. |
|
||||||
| 0x80246005 | `WU_E_DM_NONETWORK` | A download manager operation could not be completed because the network connection was unavailable. |
|
| 0x80246005 | `WU_E_DM_NONETWORK` | A download manager operation couldn't be completed because the network connection was unavailable. |
|
||||||
| 0x80246006 | `WU_E_DM_WRONGBITSVERSION` | A download manager operation could not be completed because the version of Background Intelligent Transfer Service (BITS) is incompatible. |
|
| 0x80246006 | `WU_E_DM_WRONGBITSVERSION` | A download manager operation couldn't be completed because the version of Background Intelligent Transfer Service (BITS) is incompatible. |
|
||||||
| 0x80246007 | `WU_E_DM_NOTDOWNLOADED` | The update has not been downloaded. |
|
| 0x80246007 | `WU_E_DM_NOTDOWNLOADED` | The update has not been downloaded. |
|
||||||
| 0x80246008 | `WU_E_DM_FAILTOCONNECTTOBITS` | A download manager operation failed because the download manager was unable to connect the Background Intelligent Transfer Service (BITS). |
|
| 0x80246008 | `WU_E_DM_FAILTOCONNECTTOBITS` | A download manager operation failed because the download manager was unable to connect the Background Intelligent Transfer Service (BITS). |
|
||||||
| 0x80246009 | `WU_E_DM_BITSTRANSFERERROR` | A download manager operation failed because there was an unspecified Background Intelligent Transfer Service (BITS) transfer error. |
|
| 0x80246009 | `WU_E_DM_BITSTRANSFERERROR` | A download manager operation failed because there was an unspecified Background Intelligent Transfer Service (BITS) transfer error. |
|
||||||
@ -181,7 +178,7 @@ The following errors map to `SOAP_ERROR_CODE`s from the `Atlsoap.h` file. These
|
|||||||
|
|
||||||
| Error code | Message | Description |
|
| Error code | Message | Description |
|
||||||
|------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| 0x80242000 | `WU_E_UH_REMOTEUNAVAILABLE` | A request for a remote update handler could not be completed because no remote process is available. |
|
| 0x80242000 | `WU_E_UH_REMOTEUNAVAILABLE` | A request for a remote update handler couldn't be completed because no remote process is available. |
|
||||||
| 0x80242001 | `WU_E_UH_LOCALONLY` | A request for a remote update handler could not be completed because the handler is local only. |
|
| 0x80242001 | `WU_E_UH_LOCALONLY` | A request for a remote update handler could not be completed because the handler is local only. |
|
||||||
| 0x80242002 | `WU_E_UH_UNKNOWNHANDLER` | A request for an update handler could not be completed because the handler could not be recognized. |
|
| 0x80242002 | `WU_E_UH_UNKNOWNHANDLER` | A request for an update handler could not be completed because the handler could not be recognized. |
|
||||||
| 0x80242003 | `WU_E_UH_REMOTEALREADYACTIVE` | A remote update handler could not be created because one already exists. |
|
| 0x80242003 | `WU_E_UH_REMOTEALREADYACTIVE` | A remote update handler could not be created because one already exists. |
|
||||||
|
@ -2,20 +2,22 @@
|
|||||||
title: Windows Update log files
|
title: Windows Update log files
|
||||||
description: Learn about the Windows Update log files and how to merge and convert Windows Update trace files (.etl files) into a single readable WindowsUpdate.log file.
|
description: Learn about the Windows Update log files and how to merge and convert Windows Update trace files (.etl files) into a single readable WindowsUpdate.log file.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: troubleshooting
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.topic: troubleshooting
|
|
||||||
ms.collection:
|
ms.collection:
|
||||||
- highpri
|
- highpri
|
||||||
- tier2
|
- tier2
|
||||||
ms.technology: itpro-updates
|
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>
|
||||||
ms.date: 12/31/2017
|
ms.date: 12/31/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows Update log files
|
# Windows Update log files
|
||||||
|
|
||||||
>Applies to: Windows 10
|
|
||||||
|
|
||||||
The following table describes the log files created by Windows Update.
|
The following table describes the log files created by Windows Update.
|
||||||
|
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
title: Get started with Windows Update
|
title: Get started with Windows Update
|
||||||
description: An overview of learning resources for Windows Update, including documents on architecture, log files, and common errors.
|
description: An overview of learning resources for Windows Update, including documents on architecture, log files, and common errors.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
|
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>
|
||||||
ms.date: 09/18/2018
|
ms.date: 09/18/2018
|
||||||
ms.topic: article
|
|
||||||
ms.technology: itpro-updates
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Get started with Windows Update
|
# Get started with Windows Update
|
||||||
@ -31,7 +34,7 @@ To understand the changes to the Windows Update architecture that UUP introduces
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
- **Update UI** – The user interface to initiate Windows Update check and history. Available under **Settings --> Update & Security --> Windows Update**.
|
- **Update UI** - The user interface to initiate Windows Update check and history. Available under **Settings --> Update & Security --> Windows Update**.
|
||||||
- **Update Session Orchestrator (USO)**- A Windows OS component that orchestrates the sequence of downloading and installing various update types from Windows Update.
|
- **Update Session Orchestrator (USO)**- A Windows OS component that orchestrates the sequence of downloading and installing various update types from Windows Update.
|
||||||
|
|
||||||
Update types-
|
Update types-
|
||||||
@ -51,5 +54,5 @@ To understand the changes to the Windows Update architecture that UUP introduces
|
|||||||
|
|
||||||
Additional components include the following-
|
Additional components include the following-
|
||||||
|
|
||||||
- **CompDB** – A generic term to refer to the XML describing information about target build composition, available diff packages, and conditional rules.
|
- **CompDB** - A generic term to refer to the XML describing information about target build composition, available diff packages, and conditional rules.
|
||||||
- **Action List** – The payload and additional information needed to perform an update. The action list is consumed by the UpdateAgent, as well as other installers to determine what payload to download. It's also consumed by the "Install Agent" to determine what actions need to be taken, such as installing or removing packages.
|
- **Action List** - The payload and additional information needed to perform an update. The action list is consumed by the UpdateAgent, as well as other installers to determine what payload to download. It's also consumed by the "Install Agent" to determine what actions need to be taken, such as installing or removing packages.
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: Windows Update security
|
title: Windows Update security
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
description: Overview of the security for Windows Update.
|
description: Overview of the security for Windows Update including security for the metadata exchange and content download.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
ms.topic: article
|
appliesto:
|
||||||
ms.date: 10/25/2022
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a>
|
||||||
ms.technology: itpro-updates
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a>
|
||||||
|
ms.date: 08/28/2023
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows Update security
|
# Windows Update security
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Enforce compliance deadlines with policies in Windows Update for Business (Windows 10)
|
title: Enforce compliance deadlines with policies
|
||||||
|
titleSuffix: Windows Update for Business
|
||||||
description: This article contains information on how to enforce compliance deadlines using Windows Update for Business.
|
description: This article contains information on how to enforce compliance deadlines using Windows Update for Business.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.topic: article
|
appliesto:
|
||||||
ms.technology: itpro-updates
|
- ✅ <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>
|
||||||
ms.date: 05/12/2023
|
ms.date: 05/12/2023
|
||||||
---
|
---
|
||||||
# Enforcing compliance deadlines for updates
|
# Enforcing compliance deadlines for updates
|
||||||
|
|
||||||
**Applies to**
|
|
||||||
|
|
||||||
- Windows 10
|
|
||||||
- Windows 11
|
|
||||||
|
|
||||||
Deploying feature or quality updates for many organizations is only part of the equation for managing their device ecosystem. The ability to enforce update compliance is the next important part. Windows Update for Business provides controls to manage deadlines for when devices should migrate to newer versions.
|
Deploying feature or quality updates for many organizations is only part of the equation for managing their device ecosystem. The ability to enforce update compliance is the next important part. Windows Update for Business provides controls to manage deadlines for when devices should migrate to newer versions.
|
||||||
|
|
||||||
With a current version, it's best to use the new policy introduced in June 2019 to Windows 10, version 1709 and later: **Specify deadlines for automatic updates and restarts**. In MDM, this policy is available as four separate settings:
|
With a current version, it's best to use the new policy introduced in June 2019 to Windows 10, version 1709 and later: **Specify deadlines for automatic updates and restarts**. In MDM, this policy is available as four separate settings:
|
||||||
@ -26,13 +25,13 @@ With a current version, it's best to use the new policy introduced in June 2019
|
|||||||
- Update/ConfigureDeadlineGracePeriod
|
- Update/ConfigureDeadlineGracePeriod
|
||||||
- Update/ConfigureDeadlineNoAutoReboot
|
- Update/ConfigureDeadlineNoAutoReboot
|
||||||
|
|
||||||
### Policy setting overview
|
## Policy setting overview
|
||||||
|
|
||||||
|Policy|Description |
|
|Policy|Description |
|
||||||
|-|-|
|
|-|-|
|
||||||
| (Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | This policy includes a deadline and a configurable grace period with the option to opt out of automatic restarts until the deadline is reached. This is the recommended policy for Windows 10, version 1709 and later.|
|
| (Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | This policy includes a deadline and a configurable grace period with the option to opt out of automatic restarts until the deadline is reached. This is the recommended policy for Windows 10, version 1709 and later.|
|
||||||
|
|
||||||
### Suggested configurations
|
## Suggested configurations
|
||||||
|
|
||||||
|Policy|Location|Quality update deadline in days|Feature update deadline in days|Grace period in days|
|
|Policy|Location|Quality update deadline in days|Feature update deadline in days|Grace period in days|
|
||||||
|-|-|-|-|-|
|
|-|-|-|-|-|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Microsoft 365 admin center software updates page
|
title: Microsoft 365 admin center software updates page
|
||||||
|
titleSuffix: Windows Update for Business reports
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
description: Microsoft admin center populates Windows Update for Business reports data into the software updates page.
|
description: Microsoft admin center populates Windows Update for Business reports data into the software updates page.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.topic: article
|
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>
|
||||||
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows Update for Business reports</a>
|
||||||
|
- ✅ <a href=https://learn.microsoft.com/microsoft-365/admin/admin-overview/admin-center-overview >Microsoft 365 admin center</a>
|
||||||
ms.date: 04/26/2023
|
ms.date: 04/26/2023
|
||||||
ms.technology: itpro-updates
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Microsoft 365 admin center software updates page
|
# Microsoft 365 admin center software updates page
|
||||||
<!--37063317, 30141258, 37063041, ID2616577, ID2582518 -->
|
<!--37063317, 30141258, 37063041, ID2616577, ID2582518 -->
|
||||||
***(Applies to: Windows 11 & Windows 10 using [Windows Update for Business reports](wufb-reports-overview.md) and the [Microsoft 365 admin center](/microsoft-365/admin/admin-overview/admin-center-overview))***
|
|
||||||
|
|
||||||
The **Software updates** page in the [Microsoft 365 admin center](https://admin.microsoft.com) displays a high-level overview of the installation status for Microsoft 365 Apps and Windows updates in your environment. [Quality updates](quality-updates.md) that contain security fixes are typically released on the second Tuesday of each month. Ensuring these updates are installed is important because they help protect you from known vulnerabilities. The **Software updates** page allows you to easily determine the overall update compliance for your devices.
|
The **Software updates** page in the [Microsoft 365 admin center](https://admin.microsoft.com) displays a high-level overview of the installation status for Microsoft 365 Apps and Windows updates in your environment. [Quality updates](quality-updates.md) that contain security fixes are typically released on the second Tuesday of each month. Ensuring these updates are installed is important because they help protect you from known vulnerabilities. The **Software updates** page allows you to easily determine the overall update compliance for your devices.
|
||||||
|
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Configuring Microsoft Intune devices for Windows Update for Business reports
|
title: Configure devices using Microsoft Intune
|
||||||
manager: aaroncz
|
titleSuffix: Windows Update for Business reports
|
||||||
description: Configuring devices that are enrolled in Microsoft Intune for Windows Update for Business reports
|
description: How to configure devices to use Windows Update for Business reports from Microsoft Intune.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
|
ms.technology: itpro-updates
|
||||||
|
ms.topic: conceptual
|
||||||
author: mestew
|
author: mestew
|
||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
|
manager: aaroncz
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.topic: article
|
appliesto:
|
||||||
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11 and Windows 10</a> devices managed by <a href=https://learn.microsoft.com/mem/intune/fundamentals/what-is-intune target=_blank>Microsoft Intune</a>
|
||||||
ms.date: 03/08/2023
|
ms.date: 03/08/2023
|
||||||
ms.technology: itpro-updates
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configuring Microsoft Intune devices for Windows Update for Business reports
|
# Configuring Microsoft Intune devices for Windows Update for Business reports
|
||||||
<!--37063317, 30141258, 37063041-->
|
<!--37063317, 30141258, 37063041-->
|
||||||
***(Applies to: Windows 11 & Windows 10 managed by [Microsoft Intune](/mem/intune/fundamentals/what-is-intune)***
|
|
||||||
|
|
||||||
|
|
||||||
This article is targeted at configuring devices enrolled to [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for Windows Update for Business reports, within Microsoft Intune itself. Configuring devices for Windows Update for Business reports in Microsoft Intune breaks down to the following steps:
|
This article is targeted at configuring devices enrolled to [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for Windows Update for Business reports, within Microsoft Intune itself. Configuring devices for Windows Update for Business reports in Microsoft Intune breaks down to the following steps:
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ For more information on the security features you can configure, manage, and enf
|
|||||||
|
|
||||||
- Your Windows 10 apps will also work on Windows 11. **[App Assure](https://www.microsoft.com/fasttrack/microsoft-365/app-assure)** is also available if there are some issues.
|
- Your Windows 10 apps will also work on Windows 11. **[App Assure](https://www.microsoft.com/fasttrack/microsoft-365/app-assure)** is also available if there are some issues.
|
||||||
|
|
||||||
You can continue to use **MSIX packages** for your UWP, Win32, WPF, and WinForm desktop application files. Continue to use **Windows Package Manager** to install Windows apps. You can create **Azure virtual desktops** that run Windows 11. Use **Azure Virtual desktop with MSIX app attach** to virtualize desktops and apps. For more information on these features, see [Overview of apps on Windows client devices](/windows/application-management/apps-in-windows-10).
|
You can continue to use **MSIX packages** for your UWP, Win32, WPF, and WinForm desktop application files. Continue to use **Windows Package Manager** to install Windows apps. You can create **Azure virtual desktops** that run Windows 11. Use **Azure Virtual desktop with MSIX app attach** to virtualize desktops and apps. For more information on these features, see [Overview of apps on Windows client devices](/windows/application-management/overview-windows-apps).
|
||||||
|
|
||||||
In the **Settings** app > **Apps**, users can manage some of the app settings. For example, they can get apps anywhere, but let the user know if there's a comparable app in the Microsoft Store. They can also choose which apps start when they sign in.
|
In the **Settings** app > **Apps**, users can manage some of the app settings. For example, they can get apps anywhere, but let the user know if there's a comparable app in the Microsoft Store. They can also choose which apps start when they sign in.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user