0100.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Shave ~3GB From Windows OS Drive</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Microsoft,Windows,Compress,Storage,Operating System,Trick,Space,Disk,Save,I12betro,Compact,Free Up Storage Space,Free Up Disk Space,Windows 11,Windows 10,Reduce Windows Disk Usage,System Maintenance,System Administrator,Shrink Windows Installation,Hard Disk,Hard Drive,IT Toolbox,Disk Space,Disk Cleanup,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Shave ~3GB From Windows OS Drive">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/03/2022 12:23:22 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Shave ~3GB From Windows OS Drive</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p>This is a great trick to save a few gigabytes of space on the OS, especially if you have a smaller mSata SSD for the boot drive.</p>
  26. <ol>
  27. <li>Right click the Start button &gt; Command Prompt (Admin)</li>
  28. <li>Run the following command to compress OS files
  29. <div class="codeBlock">Compact.exe /CompactOS:always</div>
  30. </li>
  31. <li>The command takes about 10 minutes to complete depending on your hard drive and will free about 3 GB of space</li>
  32. </ol>
  33. <h2>Reverting the Compression</h2>
  34. <p>If for some reason you want to undo this change you can use the steps below to decompress the OS files</p>
  35. <ol>
  36. <li>Right click the Start button &gt; Command Prompt (Admin)</li>
  37. <li>Run the following command to compress OS files
  38. <div class="codeBlock"><span class="codeBlock">Compact.exe /CompactOS:never</span></div>
  39. </li>
  40. </ol>
  41. </div>
  42. </div>
  43. </body>
  44. </html>