Skip to content

Commit 18bcb52

Browse files
committed
Update 2025-03-20-fixing-component-store-win11-24h2.md
1 parent 377bc5c commit 18bcb52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-03-20-fixing-component-store-win11-24h2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Remove the problematic package by executing (replace the package name if it diff
4747

4848

4949
```console
50-
dism /online /remove-package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10
50+
Dism.exe /online /remove-package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10
5151
```
5252

5353
```console
54-
PS C:\> dism /online /remove-package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10
54+
PS C:\> Dism.exe /online /Remove-Package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10
5555

5656
Deployment Image Servicing and Management tool
5757
Version: 10.0.26100.1150
@@ -75,11 +75,11 @@ The operation completed successfully.
7575
After removal, run the cleanup command to finalize the process:
7676

7777
```console
78-
PS C:\Users\AzimsTech> dism /online /cleanup-image /startcomponentcleanup
78+
Dism.exe /online /Cleanup-Image /StartComponentCleanup
7979
```
8080

8181
```console
82-
PS C:\Users\AzimsTech> dism /online /cleanup-image /startcomponentcleanup
82+
PS C:\> Dism.exe /online /Cleanup-Image /StartComponentCleanup
8383

8484
Deployment Image Servicing and Management tool
8585
Version: 10.0.26100.1150

0 commit comments

Comments
 (0)