Monday, March 26, 2018

Windows Server disk cleanup

To enable "disk cleanup" in Windows Server the Desktop Experience feature must be installed. Sometimes installing it through the GUI can throw up an error, so I prefer to install it through Powershell using this:

install-WindowsFeature -Name Desktop-Experience –IncludeAllSubFeature

No comments:

Post a Comment