How to Clean Your Windows PC Using Command Prompt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bsm2
    IT Manager

    25,000+ Posts
    • Feb 2008
    • 27136

    How to Clean Your Windows PC Using Command Prompt

    If your Windows PC is running low on storage space, clean out the junk using these fast Command Prompt utilities.

    How to Clean Your Windows PC Using Command Prompt
  • rthonpm
    Field Supervisor

    2,500+ Posts
    • Aug 2007
    • 2831

    #2
    Re: How to Clean Your Windows PC Using Command Prompt

    Nice for temp files and user files, but Windows 10 makes most of these obsolete. Running the storage cleanup in Settings from an administrator account will go much deeper than the old cleanmgr tool, as it can touch old Windows update files.

    As the link also doesn't exactly make clear off the bat: don't defrag SSDs. There's no need and all it does is add additional r/w cycles.

    You can also clear space from the component store, a core part of Windows, using the dism tool.

    From an elevated command prompt, run: dism /online /Cleanup-Image /AnalyzeComponentStore

    If it advises you that the component store can be cleaned, run: dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase



    Sent from my BlackBerry using Tapatalk

    Comment

    • bsm2
      IT Manager

      25,000+ Posts
      • Feb 2008
      • 27136

      #3
      Re: How to Clean Your Windows PC Using Command Prompt

      Basic stuff can't tell you how many time there is 5 to 10 gigs in the trash can

      Comment

      • rthonpm
        Field Supervisor

        2,500+ Posts
        • Aug 2007
        • 2831

        #4
        Re: How to Clean Your Windows PC Using Command Prompt

        Originally posted by bsm2
        Basic stuff can't tell you how many time there is 5 to 10 gigs in the trash can
        Then after you delete those the customer asks where all of their important files are...

        Sent from my BlackBerry using Tapatalk

        Comment

        Working...