Skip to content

Commit c8ed589

Browse files
authored
Update format
1 parent a05cc98 commit c8ed589

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

support/windows-client/application-management/modern-apps-application-packages-reported-vulnerable.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@ In these scenarios, there are multiple versions of the app per user in the syste
4040

4141
To resolve this issue, use one or more of the following methods:
4242

43-
### Method 1: Ensure that the app is updated for all users in the system by reconnecting to the machine with user profiles
43+
**Method 1**: Ensure that the app is updated for all users in the system by reconnecting to the machine with user profiles
4444

45-
1. Identify the user profiles in which the old Appx version package is installed by using the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell window:
45+
1. Identify the user profiles in which the old Appx version package is installed by using the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell window:
4646

47-
```powershell
48-
Get-AppxPackage <Application Name> -AllUsers
49-
```
47+
```powershell
48+
Get-AppxPackage <Application Name> -AllUsers
49+
```
5050

51-
2. Reconnect to the machine with the identified user.
51+
2. Reconnect to the machine with the identified user.
5252

53-
### Method 2: Remove the old packages (.appx)
53+
**Method 2**: Remove the old packages (.appx)
5454

55-
1. Identify the user profiles in which the Appx package is installed with the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell prompt:
55+
1. Identify the user profiles in which the Appx package is installed with the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell prompt:
5656

57-
```powershell
58-
Get-AppxPackage <Application Name> -AllUsers
59-
```
57+
```powershell
58+
Get-AppxPackage <Application Name> -AllUsers
59+
```
6060

61-
2. Identify if the application is provisioned. To get a list of all provisioned apps, use [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage):
61+
2. Identify if the application is provisioned. To get a list of all provisioned apps, use [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage):
6262

63-
```powershell
64-
Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
65-
```
63+
```powershell
64+
Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
65+
```
6666

67-
3. Remove the Appx package for all users in the system:
67+
3. Remove the Appx package for all users in the system:
6868

69-
```powershell
70-
Get-AppxPackage <Application Name> -AllUsers | Remove-AppxPackage -AllUsers
71-
```
69+
```powershell
70+
Get-AppxPackage <Application Name> -AllUsers | Remove-AppxPackage -AllUsers
71+
```
7272

7373
> [!NOTE]
7474
> For more information and usage examples regarding the management of Appx packages via PowerShell cmdlets, see the following articles.
@@ -78,7 +78,7 @@ To resolve this issue, use one or more of the following methods:
7878
> - [Remove-AppxPackage (Appx)](/powershell/module/appx/remove-appxpackage)
7979
> - [Remove-AppxProvisionedPackage](/powershell/module/dism/remove-appxprovisionedpackage)
8080
81-
### Method 3: Delete the user profiles pointing to the old version of the app
81+
**Method 3**: Delete the user profiles pointing to the old version of the app
8282

8383
To do so, see the following articles:
8484

0 commit comments

Comments
 (0)