0100.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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,How To,Tutorial,i12betro">
  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. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Shave ~3GB From Windows OS Drive</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <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>
  24. <ol>
  25. <li>Right click the Start button &gt; Command Prompt (Admin)</li>
  26. <li>Run the following command to compress OS files
  27. <div class="codeBlock">Compact.exe /CompactOS:always</div>
  28. </li>
  29. <li>The command takes about 10 minutes to complete depending on your hard drive and will free about 3 GB of space</li>
  30. </ol>
  31. <h2>Reverting the Compression</h2>
  32. <p>If for some reason you want to undo this change you can use the steps below to decompress the OS files</p>
  33. <ol>
  34. <li>Right click the Start button &gt; Command Prompt (Admin)</li>
  35. <li>Run the following command to compress OS files
  36. <div class="codeBlock"><span class="codeBlock">Compact.exe /CompactOS:never</span></div>
  37. </li>
  38. </ol>
  39. </div>
  40. </div>
  41. </body>
  42. </html>