NETWORK ADMINISTRATIONSWindows server

Windows Server 2012 R2 – Limpiar directorio WinSxS

Suscribirse → http://bit.ly/SuscribirseJGAITPro
Facebook → http://bit.ly/JGAITProFB
Twitter → http://bit.ly/JGAITProTW
Blog → http://bit.ly/JGAITProBlog
Google+ → http://bit.ly/JGAITProGP

Cómo limpiar el directorio WinSxS en Windows Server 2012 R2 y Windows 8.1

Get-WindowsFeature | where-object{$_.Installed -eq 0 -and $_.InstallState -eq ‘Available’} | Uninstall-WindowsFeature -Remove

source

windows server 2012

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *