This commit is contained in:
Paolo Matarazzo
2024-02-07 07:00:41 +01:00
parent e2d60d661b
commit 9fdad911e1
13 changed files with 202 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Get-StartApps
>[!NOTE]
>Applications that are not listed in the Start menu will not appear in the output of the **Get-StartApps** cmdlet.
To get the names and AUMIDs for Windows Store apps installed for the current user, open a Windows PowerShell command prompt and enter the following commands:
To get the names and AUMIDs for Microsoft Store apps installed for the current user, open a Windows PowerShell command prompt and enter the following commands:
```powershell
$installedapps = Get-AppxPackage
@ -112,3 +112,19 @@ reg query HKEY_CURRENT_USER\Software\Classes\ActivatableClasses\Package /s /f Ap
```
---
## Second part
[!INCLUDE [registry](../../../includes/tabs/registry.md)]
test1
[!INCLUDE [explorer](../../../includes/tabs/explorer.md)]
test2
[!INCLUDE [powershell](../../../includes/tabs/powershell.md)]
test3
---