Update windows/configuration/find-the-application-user-model-id-of-an-installed-app.md

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
This commit is contained in:
David Just
2022-10-13 05:15:53 -04:00
committed by GitHub
parent b1a2f3c79d
commit 3635446ec3

View File

@ -143,7 +143,7 @@ Get-AppAUMID -AppName OneDrive
# Get the AUMID for Microsoft Word
Get-AppAUMID -AppName Word
# List all apps and their AUMID in the Start Menu
# List all apps and their AUMID in the Start menu
Get-AppAUMID
```