The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

descriptiondism clean up option Emptydism clean up option

more_horiz
hi winter in winreducer 8.1 in unattand tab there have dism clean up and reset base option for those who integrate updates but in winreducer 7 there hvnt these option?

descriptiondism clean up option EmptyRe: dism clean up option

more_horiz
Hello,

That should be a good idea, unfortunately dism ResetBase unattended option is only available under Windows 8.x and later.

descriptiondism clean up option EmptyRe: dism clean up option

more_horiz
Hmm i m sure u will find a solution for that

descriptiondism clean up option EmptyRe: dism clean up option

more_horiz
so who to manually clean dism

descriptiondism clean up option EmptyRe: dism clean up option

more_horiz
Zeeshii

Try these commands in Powershell - they are not a direct match for /resetbase, but they may help reduce the size of WinSXS.

The first command removes the files related to optional features that are not installed
Powershell command!!

Code:

Get-WindowsFeature | ?{$_.Installed -eq 0 -and $_.InstallState -eq 'Available'} | Uninstall-WindowsFeature -Remove

dism /online /cleanup-image /StartComponentCleanup

descriptiondism clean up option EmptyRe: dism clean up option

more_horiz
brittech wrote:
Zeeshii

Try these commands in Powershell - they are not a direct match for /resetbase, but they may help reduce the size of WinSXS.

The first command removes the files related to optional features that are not installed
Powershell command!!

Code:

Get-WindowsFeature | ?{$_.Installed -eq 0 -and $_.InstallState -eq 'Available'} | Uninstall-WindowsFeature -Remove

dism /online /cleanup-image /StartComponentCleanup




if this really helps,  it could be added to the unattanded file. isnt this option already in winreducer 8.1 and winreducer 10 ?
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum