Jump to content

How to Enable Hidden Options in Windows’ Disk Cleanup Tool


Batu69

Recommended Posts

650x300xdc_top-650x300.png.pagespeed.gp+

 

The Disk Cleanup tool has been around in Windows for years. It offers a quick way to remove temporary, cache, and other non-essential files to help you free up some disk space. You can even use it to remove old versions of Windows after an upgrade to Windows 10. Disk Cleanup also has several hidden options that you can only access if you run it from the Command Prompt or a custom shortcut.

 

Start by opening the Command Prompt with administrative privileges. Press Windows+X and choose “Command Prompt (Admin)” from the list of commands.

 

dc_1

 

At the Command Prompt, type the following command and then press Enter.

cleanmgr /sageset:65535 /sagerun:65535

dc_top

 

Note that where this command uses the number 65535, you can actually use any number between 1 and 65535 as long as you use the same number in both places. The reason for this is that the cleanmgr command offers some other customization and automation features. Disk Cleanup remembers options, so you could create batch files or scripts that ran cleanup in different ways based on the set number you use. Here, we’re just exposing the hidden cleanup options, but if you’re interested, Microsoft has some good information about automating Disk Cleanup.

 

After you run the command at the Command Prompt, the Disk Cleanup interface will load. Unlike when you run it the regular way, it will not ask you which disk you want clean up. Instead, options you choose will apply to all disks. As you can see, the tool now offers several options that are unavailable if you run Disk Cleanup normally.

 

dc_2

 

If you want to run Disk Cleanup this way regularly, you can also create a shortcut. Just right-click on your Desktop (or any folder where you want to save the shortcut) and choose New > Shortcut. In the Create Shortcut window, paste (or type) the following text into the “Type the location of the item” box and then click Next.

%SystemRoot%\System32\cmd.exe /c Cleanmgr /sageset:65535&Cleanmgr /sagerun:65535

dc_3

 

Give your shortcut a name and then click Finish to save it.

 

dc_4

 

Now, all you have to do is double-click that shortcut to run Disk Cleanup with advanced options against all the drives on your system. It won’t necessarily save you a huge amount of extra space, but sometimes every little bit helps. It also offers a nice way to run Disk Cleanup against multiple drives at once.

 

Credit to

Link to comment
Share on other sites


  • Replies 1
  • Views 1.4k
  • Created
  • Last Reply

Do the /sageset:#number one first, set your settings, then only do the /sagerun:#number to run it with your previously options set without having to do it manually again.

 

If you want to change the settings, to the /sageset:#number again.

 

You'll HAVE to set your cleaning options VERY carefully because some can break things.

 

 

https://tweakhound.com/2015/09/16/windows-10-advanced-disk-cleanup/

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...