Overview of apps on Windows client devices (original) (raw)

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.

For more information on deploying Microsoft 365 apps, see the Deployment guide for 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?.

.NET apps

These apps can be desktop apps that run on the device, or web apps. Some common .NET apps include:

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

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

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

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.

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 other apps.

For more information, see the following articles:

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.

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.

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:

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 to add apps to the private store.

To help manage the Microsoft Store on your devices, you can use policies:

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:

For more information, see the following articles:

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.

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:

Application Virtualization (App-V)

App-V allows Win32 apps to be used as virtual apps.

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.

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:

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: