Quantcast
Channel: How To's | Everything Tech - Appuals.com
Viewing all articles
Browse latest Browse all 4543

BEST GUIDE: How To Cleanup the WinSxS Folder

$
0
0

WinSxS folder exists in Windows Vista / 7 / 8 and 10 and in the previous versions, this folder was known as the Dllcache folder. WinSxS stands for windows side-by-side, and it is used to store critical component store information. This folder is located at C:\Windows\winsxs. The main purpose of this folder is to be used during installations, windows updates, upgrade/patches for the service packs, and hotfix installs. winsxs folder contains all the files that are needed for a Windows Installation, and updates – Due to the functionality and nature of winsxs folder, it can grow huge over time, as more updates, roles, and features are added to it. It uses the NTFS file format to increase robustness.

The main reason for why it becomes huge and shows a large size overall is because of the way Windows Explorer (shell)  works with hard links. It counts references to hard links as a single instance for example if a file called test.dll is 700 KB and is located in winsxs + the \Windows\system32 dir, it will inaccurately report the file to be consuming 1,400 KB of disk space.

2015-12-04_024903

To remedy this, windows has provided a built-in feature called Disk Cleanup which can be used to free up space in this folder.

Method 1: By Disk Cleanup

Open disk clean-up by clicking the start menu and typing disk clean-up, click the disk clean-up application from the results displayed.

2015-12-04_025647

Chose the drive where windows is installed, usually it is C:\ and click OK.

2015-12-04_025917

It will begin calculating the sizes of the winsxs and other logging directories.

2015-12-04_030027

Once it’s done, click the “Clean up system files” and wait for it to clean it up.

2015-12-04_030116

Now, Enable the Windows Update Cleanup option and then click OK. If you cannot see the option to Clean up System Files or Windows Update Cleanup, then you will need to run Windows Updates and install them. If there are updates pending, this wont work and shouldnt be forced.

Method 2: Cleanup Component Store via Command Prompt

You can also clean this up via command prompt. Click Start and type cmd, right click cmd and choose run as administrator on (Windows Vista/7) and on Windows 8/8.1/10 – Hold the Windows Key and Press X. Choose “Command Prompt” admin from the context menu. In the command prompt window, execute the following command to check the size of the component store.

Dism /Online /Cleanup-Image /AnalyzeComponentStore

2015-12-04_031906

After the completion of operation, If the “Component Store Cleanup Recommend” shows “Yes” message, type the following command to start Cleanup process otherwise your system does not need a cleanup:

Dism /Online /Cleanup-Image /StartComponentCleanup

The post BEST GUIDE: How To Cleanup the WinSxS Folder appeared first on Appuals.com.


Viewing all articles
Browse latest Browse all 4543

Trending Articles