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

  
. Many system users will think that the Win8.1 system is very redundant. When it comes to the tedious reason, we have to talk about this WinSxS special folder and store a large number of system system backups. Update the patch backup. 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 most 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:Windowssystem32 directory.
The WinSxS folder itself and the C:Windowssystem32 directory create a hard link, so it is difficult to directly view the actual size in the resource manager, refer to the following figure:

Then how do we view this folder actually 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: ——
1. For example, Win8.1 platform, we right click the start button. Select Command Prompt (Administrator); Win7 platform click Start menu, enter cmd in the search box, then right click to run as administrator;

2, enter the following query command in the open command prompt :
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
//Query the actual size of the current WinSxS folder

It is not difficult to see from the above picture that the actual capacity of the WinSxS folder is lower than Windows resources. The manager's data is displayed.
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 the detailed introduction above. Quickly know the size of this folder.
Copyright © Windows knowledge All Rights Reserved