there is any advance diskclean command for windows 10 ?

Discussion in 'Windows 10' started by dhrubo11, Jul 4, 2018.

  1. dhrubo11

    dhrubo11 MDL Junior Member

    Nov 4, 2009
    58
    12
    0
    advance diskclean command for windows 10 for old backup os , update backup clean ?
     
  2. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,270
    240
    Just use Disk Clean up Tool from within the Windows Administrative Tools in Start Menu.

    After starting the Disk Cleanup tool, just select that you like to clean up the Windows System Files Etc. too by click on More Options and check the required.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. lewcass

    lewcass MDL Senior Member

    Mar 10, 2018
    429
    251
    10
    "Do you wish to install Linux on this PC?" :biggrin5:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. replicant

    replicant MDL Junior Member

    Aug 20, 2007
    66
    21
    0
    #6 replicant, Jul 5, 2018
    Last edited: Jul 8, 2018
    once save cleanup settings with:
    Code:
    cleanmgr /sageset:1
    activate all items and run (on demand any time later)
    Code:
    cleanmgr /sagerun:1
    after that do a
    Code:
    dism /online /cleanup-image /startcomponentcleanup /resetbase
    to remove old updates
     
  6. TigTex

    TigTex MDL Senior Member

    Oct 5, 2009
    476
    383
    10
    If you do the cleanmgr stuff that replicant said above, make sure that you DON'T select "Windows ESD Installation Files" or you will lose the ability to install ".net framework 3" or use "reset my pc" without downloading the full windows installer again.
     
  7. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,918
    5,758
    180
    or
    Dism.exe /online /Cleanup-Image /StartComponentCleanup

    or run this in Powershell
    dism /online /cleanup-image /RestoreHealth