How to open compact10 in win10

  
Many friends should have heard of Win10's Compact compression technology. The system installed in this mode saves hard disk space compared with the normal way. This function is for users who use small-capacity tablets and have a large number of application requirements. Will be more practical.
Friends who are familiar with the DISM image deployment and management tools can use this tool to install Windows 10 in a compact compression mode. In addition, users can also enable Compact compression at any time after the system is installed. Some third-party tools already provide this. A function, if you do not need a third-party tool, you only need one command, the method is as follows:
Run CMD as an administrator, enter the following command to enter and run.
compact /compactos:always

It can be seen that the compression saves about 2.0GB of space. Take a look at the actual hard disk space usage comparison: If you want to shut down after turning on Compact, just execute the following command: compact /compactos:never

It should be noted that Compact does not affect system performance, but may It will produce disk fragments that are difficult to organize and is not recommended for use on mechanical hard disks.

Copyright © Windows knowledge All Rights Reserved