Um zu erfahren, wie Sie die App-Benutzermodell-ID installierter Apps auf Windows 11 überprüfen, finden Sie hier eine Anleitung.
Eine AppUserModelID oder einfach AppID oder AppUserModelID ist eine Identifikationsnummer, die jeder installierten App zugewiesen wird, unabhängig vom Anzeigenamen des Programms, seinem Installationsverzeichnis oder -pfad. Dieser Artikel hilft Ihnen herauszufinden, wie Sie sie in Windows 11 und Windows 10 finden. Windows nutzt die AUMID- oder AppID-Daten, um Anwendungen mit einem Namen zum Starten, Telemetrie oder Umschalten zu identifizieren. Sie benötigen die AUMID von Anwendungen auch zum Einrichten zugewiesenen Zugriffs und zum Erstellen eines dedizierten oder Kioskgeräts. Wer also die Application User Model ID installierter Programme wissen möchte, sollte dies als ultimative Anleitung ausprobieren; zum Abrufen der AppID installierter Programme ist kein Drittanbietertool erforderlich.
Windows 11/10 AppID aller installierten Programme erhöhen durch
Suchen Sie die Anwendungsbenutzermodell-ID der installierten Apps in Windows 11
Bisher haben wir vier integrierte Methoden zum Finden der Application User Model ID oder AUMID oder AppID der installierten Apps in Windows 11/10 besprochen. Die folgenden sind:
Sie können die Anwendungsbenutzermodell-ID aller installierten Apps über den Datei-Explorer erfahren.
Rufen Sie die Anwendungsbenutzermodell-ID aller installierten Programme über Windows PowerShell ab.
Sie können den Registrierungs-Editor verwenden, um die AUMID oder AppID einer Anwendung zu finden.
Erfahren Sie mithilfe der Eingabeaufforderung die eindeutigen Kennungen aller installierten Apps.
Sehen wir uns diese Möglichkeiten nun an.
1. Suchen Sie im Datei-Explorer nach der Anwendungsbenutzermodell-ID aller installierten Programme.
Damit können Sie die Anwendungsbenutzermodell-IDs der auf Ihrem Windows 11- oder 10-Computer installierten Programme bequemer finden. Sie müssen Folgendes tun:
Öffnen Sie das Befehlsfeld „Ausführen“ mit Win+R.
Schreiben Sie in das Textfeld „shell:Appsfolder“.
Geben Sie „Enter“ ein und drücken Sie Los. Sie sehen alle Ihre installierten Anwendungen und Apps auf der Registerkarte „Programme“ im Datei-Explorer.
Klicken Sie auf die Option „Sortieren“ und wählen Sie dann „Gruppieren nach „AppUserModelID“ aus.
Alle Anwendungen sind sortiert und Sie können die AppIDs zusammen mit dem Namen jeder Anwendung mit den Symbolen und Logos anzeigen.
Sie können den Gruppierungsmodus der installierten Apps nach „Name“, „Langer Anzeigename“ oder „Keine“ ändern, nachdem Sie die Anwendungsbenutzermodell-ID aller Apps aufgezeichnet oder abgerufen haben.
You can also use File Explorer to find out about the AUMIDs of installed applications in another way.
Right-click on any open area in the Applications folder in File Explorer, then click Group by and then the More. option from the menu. Click on AppUserModelID under the Choose Details pop-up box that will appear, then OK.
You can get the section menu for Group by again by right-clicking an empty space. Now, you should be able to view the AppUserModelID option there. Click on it. Now, applications will be grouped using AppIDs. Once your goal is achieved, you can set the Group by mode back to None.
2. Get Application User Model IDs of all installed programs using Windows PowerShell.
Run the option on your Start menu for Windows PowerShell and retrieve all the installed Application User Model IDs. You can't find applications that are not showing in your Start menu.
Open Windows Terminal and create a new tab for the PowerShell profile. Alternatively, you could use the Search box or howsoever way you have preferred bringing about directly Windows PowerShell. Start the PowerShell and run:
Select "Get-StartApps" and then "Format-Table."
Using the Get-StartApps cmdlet will display all of the apps in the Start menu installed on your Windows 10 machine. You can format the output using the Format-Table cmdlet.
Alternatively, you may run the following script to get the output. From Windows PowerShell, copy the script below and execute it. Depending on your system you may need to hit Enter to get the output.
A list variable $installedapps = Get-AppxPackage is created, and the properties are assigned to variables, respectively: $app, $installedapps, and $id are collected through using the function Get-AppxPackageManifest on $app. "!"+$id+$app.packagefamilyname; Finally, $aumidList is added to a list of $aumid
You will not get the list of installed apps from the above script. The AUMIDs are generated only for the installed apps. Since the AUMID or AppID itself also carries the name of the respective app, to identify which AUMID belongs to which app is easy.
If you want to know when Windows PC apps and programs were installed, read here.
3. Discover AUMID or AppID with Registry Editor.
Although this path is quite long, using Registry Editor, you can determine the AUMID or AppID for each installed app for the current user. Here's how:
Open Registry Editor in Windows 11 or Windows 10.
In the Registry, go to the Classes key. Here's how:
Software classes registry key
Once you get to the Classes key, open it. You will see a very long list of sub-keys there. If you are looking for keys that are named something like this: AppX0t69n30jztar4a12pv0h1xh91e8jsacr, AppX0resaq7r5ermbh4b96ke39yqc1atfhjr, etc., then scroll down further. Those keys correspond to installed applications. Since program names are not part of the Registry keys, things get a bit more complicated based on this solution. So, you will have to check them one by one.
Extend each of these sub-keys individually. As you can observe, within each sub-key, there is one registry key known as Application refer to the above screenshot. Under the Application Registry Key, after clicking, it opens the data, showing AppID or AUMID and the name of the App, which is AppUserModelID.
The subsequent response has a less complicated way to apply the benefits of the approach discussed here. Let's check it out.
4. Use Command Prompt to retrieve installed AppIDs or AUMIDs of applications.
This option will look to the Windows Registry to find what the Application User Model ID is for each app the current user has installed. When an app's AppID or AppUserModelID is found to exist under the HKEY_CURRENT_USER root key in the Windows Registry, data of the said app should be retrieved. That requires a great deal of pain and intricacy to get such information directly from the Windows Registry. Still, with this option, you can simplify the process in front of you and get the job done in no time.
Open the Command Prompt and run the following command in order to get the AppIDs or AUMIDs of all apps installed on the current user's device:
REG_SZ search in HKCUSoftwareClasses using regex.
A collection of AppUserModelIDs at your fingertips.
Learn here in which folder your Microsoft Store apps are stored and how to get to that folder!
Some apps are associated with an application GUID. In Windows, where do I find this?
A GUID, or Globally Unique Identifier, is a 128-bit number that is typically presented in a format of 8 groups of 4 hexadecimal digits, then 3 groups of 12 hexadecimal digits, and so on. Such a number seems to be 7D29FB40-AV72-1067-D91D-00AA030663RA. Of course, it is much easier to start elevated Windows PowerShell and get the GUID of MSI packages installed on your computer by using the following command for getting the list of IdentifyingNumber, Name, and LocalPackage:
Get-WmiObject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -autosize
On a Windows computer, GUID can be found in the Windows Registry.
Which is the following command on windows to find an application's id?
Öffnen Sie den Task-Manager auf Windows 11/10. Klicken Sie auf die Registerkarte „Prozesse“. Klicken Sie mit der rechten Maustaste auf eine beliebige Spalte wie „Name“, „Status“ usw. und wählen Sie die Option „PID“. Anschließend sehen Sie die verschiedenen Prozess-IDs aller laufenden Anwendungen und Prozesse Ihres Windows-Systems in einer neuen Spalte mit der PID. Anwendungsprozesskennungen können auch mithilfe von PowerShell, dem Registrierungseditor und dem Ressourcenmonitor-Tool gefunden werden.
Wir sind ziemlich sicher, dass diese Schritte Ihnen zeigen, wie Sie die Anwendungsbenutzermodell-ID von auf Windows 11 installierten Anwendungen auf ziemlich einfache Weise überprüfen können.
Entdecken Sie, wie Sie Gemini Code Assist in Windows 11 effektiv nutzen können, um Ihr Codiererlebnis zu verbessern
Erfahren Sie mit unserer Schritt-für-Schritt-Anleitung, wie Siedie Boot Configuration Data (BCD)-Datei in Windows 11 neu erstellen.
Beheben Sie hartnäckige Laufwerksfehler in Windows 11 nach demNeustart. Entdecken Sie effektive Lösungen zur Fehlerbehebung undReparatur Ihres Systems für optimale Leistung.
Ich werde Ihnen zeigen, wie Sie MSTY LLM auf Windows 11 installieren
Ich werde Ihnen heute beibringen, wie Sie das Problem behebenkönnen, dass die Funktion „Sortieren nach Änderungsdatum“ in Windows 11nicht funktioniert
In dieser Dokumentation erkläre ich Ihnen, wie Sie das Problembeheben können, dass Windows nicht installiert werden kann, dieBitLocker-Laufwerkverschlüsselung ist aktiviert
Wenn Sie nicht wissen, wie Sie das von Windows mit IhremGrafikgerät erkannte Problem lösen können, finden Sie hier eineAnleitung, die Ihnen weiterhilft.
Hier finden Sie eine vollständige Anleitung, mit der Sie lernen,wie Sie PC-Fehler während der Windows-Installation einfach behebenkönnen.
Heute erkläre ich Ihnen, wie Sie den Fehler beim Schreiben desneuen Wertinhalts in die Registrierung in Windows 11 beheben können
Ich werde Ihnen beibringen, wie Sie WARNUNG beheben: Bekannte Probleme mit dem Grafiktreiber in Windows 11
Ich werde Ihnen beibringen, wie Sie einen Windows laptop-Lüfter reparieren, der ständig läuft