This tutorial exhibits you how one can verify the Application User Model ID (AUMID, also called AppID or AppUserModelID) of put in apps in Windows 11/10. Every put in app has a novel Application User Model ID and is impartial of its show identify, set up listing, or path. Windows makes use of AUMID (or AppID) values to determine purposes and differentiate them for launching, telemetry, switching, and different capabilities. AUMID of apps can also be wanted to configure assigned entry to create a devoted or kiosk machine. So, this step-by-step tutorial is definitely useful for these seeking to discover the Application User Model ID of put in apps. You gained’t want any third-party software to get the AppID of put in apps.

The best way to verify Application User Model ID (AppID) of put in apps in Windows 11/10

Now we have coated 4 native Windows 11/10 choices to verify the Application User Model ID (AUMID or AppID) of put in apps. These are:

  1. Check the Application User Model ID of put in apps utilizing File Explorer
  2. Discover Application User Model IDs of put in apps utilizing Windows PowerShell
  3. Discover an software’s AUMID or AppID utilizing Registry Editor
  4. Get AppIDs or AUMIDs of put in apps utilizing Command Immediate.

Let’s verify these choices.

1] Check the Application User Model ID of put in apps utilizing File Explorer

That is a better solution to discover the Application User Model IDs of purposes put in in your Windows 11/10 PC. The steps are:

  1. Open the Run Command field utilizing Win+R hotkey
  2. Sort shell:Appsfolder in the textual content area
  3. Press the Enter key. It’ll open the Purposes folder tab in File Explorer the place you will note an inventory of put in packages and apps
  4. Now click on on the Type menu > Group by > AppUserModelID
  5. The purposes are grouped instantly and you will note the AppID of every put in software individually together with the applying identify and its icon/brand
  6. Later, when you’ve gotten famous down or get the Application User Model ID of all apps, you’ll be able to once more change the Group by mode of put in apps by Identify, Lengthy show identify, or None.

There’s one other solution to discover the AUMIDs of put in apps utilizing File Explorer.

After getting opened the Purposes folder in File Explorer, right-click on an empty space > Group by > and choose Extra… choice. It’ll open a Select Particulars field. In that field, choose the AppUserModelID choice, and press OK.

Now, once more right-click on an empty space and entry the Group by part. This time you will note the AppUserModelID choice there. Choose it. AppIDs will group the apps. As soon as your work is completed, you’ll be able to swap again the Group by mode to None.

2] Discover Application User Model IDs of put in apps utilizing Windows PowerShell

Utilizing the Windows PowerShell choice, you will get the Application User Model IDs of all put in purposes accessible in the Begin menu. Apps not listed in the Begin menu gained’t seem in the end result.

Open Windows Terminal, and launch the PowerShell profile in a tab. Or else, you’ll be able to straight open Windows PowerShell utilizing the Search field or one other most popular approach. After opening PowerShell, run the next command:

Get-StartApps | Format-Desk

Right here Get-StartApps cmdlet generates an inventory of all put in apps accessible in the Begin menu together with their AppIDs and Format-Desk cmdlet codecs the output as a desk.

Alternatively, you can even use the next script to get the output. Simply copy the script given beneath and paste it in Windows PowerShell. You may need to press the Enter key twice to generate the end result.

$installedapps = Get-AppxPackage
$aumidList = @()
foreach ($app in $installedapps)
{
foreach ($id in (Get-AppxPackageManifest $app).package deal.purposes.software.id)
{
$aumidList += $app.packagefamilyname + "!" + $id
}
}
$aumidList

The above script doesn’t present the names of put in apps. Solely an inventory of AUMID is generated for the put in apps. You may simply discover out which AUMID is related to which app as a result of the AUMID or AppID additionally consists of the identify of the related app.

Learn: The best way to discover the Set up date for apps and packages on Windows PC

3] Discover an software’s AUMID or AppID utilizing Registry Editor

It is a prolonged choice however you’ll absolutely discover the AUMID or AppID of every put in software utilizing Registry Editor for the present person. The steps are as follows:

HKEY_CURRENT_USERSoftwareClasses
  • Increase the Lessons Registry key. You will note lots of sub-keys. Scroll down and search for sub-keys with lengthy names like AppX0t69n30jztar4a12pv0h1xh91e8jsacr, AppX0resaq7r5ermbh4b96ke39yqc1atfhjr, and so on. These sub-keys are related to the put in apps. Now this selection is sophisticated as a result of the Registry keys don’t embody app names. So, you want to verify them one after the other manually
  • Increase such sub-keys one after the other. Every sub-key accommodates an Application named Registry key (as seen in the picture above). Choose the Application Registry key and you will note Identify (AppUserModelID) and its knowledge which is the AppID or AUMID of that individual app.

There’s a better solution to get the profit of this methodology which is roofed in the subsequent answer. Let’s test it out.

4] Get AppIDs or AUMIDs of put in apps utilizing Command Immediate

This selection takes the assistance of Windows Registry to get the Application User Model ID of every put in software for the present person. It fetches the info of put in apps from the HKEY_CURRENT_USER root key of Windows Registry the place AppID or AppUserModelID for every app is current. Discovering such knowledge straight from the Windows Registry is sophisticated and time-consuming. However this selection makes it simpler and get the work executed in seconds.

To get the AppIDs or AUMIDs of put in apps for the present person utilizing the Command, open the Command Immediate window and execute this command:

reg question HKCUSoftwareClasses /s /f AppUserModelID | discover "REG_SZ"

A listing of AppUserModelIDs will likely be in entrance of you.

Learn: The place are Microsoft Retailer Apps put in and how one can entry the folder

How do I discover the GUID of an software in Windows?

A GUID (Globally Distinctive Identifier) is a 128-bit worth and it features a group of 8 hexadecimal digits, 3 teams of 4 hexadecimal digits, and a gaggle of 12 hexadecimal digits. It seems like 7D29FB40-AV72-1067-D91D-00AA030663RA. If you wish to discover the GUID of MSI packages put in in your PC, then the better approach is by utilizing elevated Windows PowerShell. Enter the next command and you’re going to get an inventory of IdentifyingNumber together with Identify and LocalPackage (MSI path):

get-wmiobject Win32_Product | Type-Object -Property Identify |Format-Desk IdentifyingNumber, Identify, LocalPackage –AutoSize

You can even use the Windows Registry to seek out GUID on a Windows PC.

How do I discover the applying ID in Windows?

If you wish to discover the applying course of ID in Windows 11/10, open the Job Supervisor. Entry the Processes tab. Proper-click on the Identify, Standing, or every other column, and choose the PID choice. It will add a PID column that may present a novel course of ID for every operating software and course of in your Windows system. You can even use Registry Editor, PowerShell, or the Useful resource Monitor software to seek out the method ID of purposes.

Learn subsequent: The best way to open a number of cases of Microsoft Retailer apps on Windows PC.



(*11*)

Share.
Leave A Reply

Exit mobile version