File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ Remove the problematic package by executing (replace the package name if it diff
47
47
48
48
49
49
``` 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
51
51
```
52
52
53
53
``` 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
55
55
56
56
Deployment Image Servicing and Management tool
57
57
Version: 10.0.26100.1150
@@ -75,11 +75,11 @@ The operation completed successfully.
75
75
After removal, run the cleanup command to finalize the process:
76
76
77
77
``` console
78
- PS C:\Users\AzimsTech> dism /online /cleanup-image /startcomponentcleanup
78
+ Dism.exe /online /Cleanup-Image /StartComponentCleanup
79
79
```
80
80
81
81
``` console
82
- PS C:\Users\AzimsTech> dism /online /cleanup-image /startcomponentcleanup
82
+ PS C:\> Dism.exe /online /Cleanup-Image /StartComponentCleanup
83
83
84
84
Deployment Image Servicing and Management tool
85
85
Version: 10.0.26100.1150
You can’t perform that action at this time.
0 commit comments