Do you know Windows 10 includes tools to help you use less drive space
Yes,you now can compress the files for the Win10 entire operating system, including your pre-loaded desktop applications. Compact OS utility lets you run the operating system from compressed files. The new processes helps maintain a small footprint over time by using individual files. CompactOS can be enabled and disabled on the fly.
From an administrative command prompt, simply use the commands:
Compact.exe /CompactOS:query
This will query Windows to see if CompactOS is enabled or not
Compact.exe /CompactOS:always
This will enable CompactOS
Compact.exe /CompactOS:never
This will disable CompactOS
Share this:
- Click to share on X (Opens in new window) X
- Click to share on Facebook (Opens in new window) Facebook
- Click to share on WhatsApp (Opens in new window) WhatsApp
- Click to share on Reddit (Opens in new window) Reddit
- Click to share on Pocket (Opens in new window) Pocket
- Click to share on LinkedIn (Opens in new window) LinkedIn
- Click to email a link to a friend (Opens in new window) Email
- Click to share on Pinterest (Opens in new window) Pinterest
Related
More Stories
Ensuring Code Quality in Your CI Pipeline with ShellCheck, Hadolint, and Conftest OPA
Introduction In today’s fast-paced DevOps environments, Continuous Integration (CI) pipelines are essential for delivering reliable, secure, and maintainable software. However,...
The Ultimate Guide to Boosting Workplace Productivity in 2025
In today’s fast-paced business landscape, staying productive isn’t just a goal—it’s a necessity. As companies embrace remote and hybrid work...
Unlock High-Performance Data Transfers with Apache Arrow Flight
In today’s data-driven world, fast, efficient data transfer is crucial for high-performance applications. Traditional methods, such as REST APIs or...
Automate PR/MR Checks with Danger JS: Streamline Your Code Review Process
As development teams scale, maintaining code quality across pull requests (PRs) and merge requests (MRs) becomes increasingly challenging. Manual reviews...
MinIO for On-Premise Object Storage: A Scalable, Secure Alternative to the Cloud
In today’s data-driven world, organizations are seeking storage solutions that offer full control without sacrificing performance. MinIO, a powerful open-source...
Mutation Testing Explained: Boost Software Quality with Smarter Test Coverage
Ever looked at your test coverage numbers and thought, “Looks great!” but you still ended up with bugs in production?...
Average Rating