Quickly know the WinSxS folder size in Win8.1 has a trick

  


Many system users will feel that the Win8.1 system is very redundant, and we have to say that this WinSxS is caused by the tedious reason. Special folders, which store a large number of system system backups and update patch backups. Over time, WinSxS has also become the largest folder for system disks.

In the WinSxS folder, it consists of three main parts: 1. Shared with Windows; 2. Backup and disabled functions; 3. Cache and temporary data. For ordinary users, the main concern is why the WinSxS folder continues to grow bigger? In fact, the specific function of the WinSxS folder is component storage, which stores important Windows component functions, such as the familiar C:\\Windows\\system32 directory.

The WinSxS folder itself and the C: \\ Windows \\ system32 directory to create a hard link, therefore, it is difficult to directly view the actual size of the Explorer, see the diagram:

So how do we view the actual size of this folder? At this time, we directly use the built-in DISM management tool of Win7 and Win8.1 to query the folder size. The specific operation is as follows: ——

For example Win8.1 platform, we right-click the start button, select command prompt (Admin); Win7 platform click the start menu, type cmd in the search box, then right-click run as administrator;

2, enter the following query command in the open command prompt:

Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore

//query the current WinSxS folder actual size

It is not difficult to see from the above picture that the actual capacity of the WinSxS folder is lower than the data display of Windows Explorer.

See here I believe that everyone has a detailed understanding of the WinSxS special folder in the Win8.1 system. If you want to know how much memory space this special folder occupies, you can follow our details. The introduction to quickly know the size of this folder.

Copyright © Windows knowledge All Rights Reserved