Clearing Windows Update Cache Upon Update Failure
- Open Command Prompt by Start -> Run and type “cmd“
- On the Command Prompt, type “net stop wuauserv“. This is done so that you will terminate the windows automatic update service to allow us to delete the cache files
- Still on the Command Prompt, type “cd /d %windir%” or “cd\windows“
- Type “rd /s SoftwareDistribution“
- Thats it, the cache has been purged. Now we need to restart the windows automatic update service again. To do that, type “net start wuauserv“
- Or go to this link: http://support.microsoft.com/Default.aspx?kbid=971058
Clean up WinSxS Directory in Windows Server 2008 R2 with new Update
The WinSxS folder seems to be one stop solution for storing files added to your OS via Windows Update. The Winsxs folder, stores multiple copies of dll‘s in order to let multiple applications run in Windows without any compatibility problem. Microsoft releases dozens of updates every month to keep at bay the problems pertaining to certain incompatible applications, newly discovered bugs and security related issues. To ensure the updates don’t cause compatibility trouble, duplicate files by default gets stored in the WinSxS folder. Furthermore, some Windows updates are designed such that they can be uninstalled readily, should any instance of incompatibility be found. This may help in reverting back a computer to its previous state.
Thus, the WinSxS folder can grow large to take up substantial amount of hard disk space. The problem gets compounded when it starts storing files of updates that are no longer required, but still take up the hard disk space. Here the role of the Windows Update Cleanup feature come into play. The tool is designed to help you regain valuable hard disk space by removing bits of old Windows updates that are no longer seem valid.Windows 8 and Windows Server 2012 R2 offers a numbers of ways to cleanup of the WinSxS folder which includes the Windows Component Store. In Windows 8 and Windows 8.1, the OS will automatically reduce the size of the WinSxS. These methods include internal processes, such as uninstalling and deleting packages with components that have been replaced by other newer components. Previous versions are then kept for a period of time, after which they are automatically removed. Windows 8.1 introduced a new command line option for DISM.exe, /AnalyzeComponentStore. Running this command, will analyze the WinSxS folder and tell you whether a Component Store Cleanup is recommended or not. In October last year, Microsoft released an Update that added the Windows Update Cleanup option to Disk Cleanup tool in Windows 7.Disk Cleanup wizard add-on for WinSxS in Windows Server 2008 R2Just last week, Microsoft released an update that added the ability to clean up the WinSxS directory and component store on Windows Server 2008 R2. The tool however, in order to function, requires Desktop Experience feature to be installed.You will have to install the update and install the Desktop Experience feature.
Select the button to Add Required Features and click Next and then Install.
To complete the installation process a reboot is required. When presented with the installation Results screen, click close and reboot as advised.
With that done, the process of configuring Windows features starts up. It may take a while to configure the changes so, do not turn of your computer while the changes are being made to your system.When done, your machine will reboot and start. Open the Disk Cleanup tool > Start > All Programs > Accessories > System Tools.
Source: Microsoft.
Also some other methods.
WinSxS is a Windows folder which is having Windows Component Store files. WinSxS Folder cannot be deleted but you can reduce it's size by doing any of the method above,
Method 1:
Using Start Component Cleanup.
Method 2:
Using command prompt
command used:
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Comments
Post a Comment