TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Basic cleanup

    Windows
    2
    2
    3.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • XanderX
      Xander
      last edited by Russ

      Runs the built-in Windows Cleanmgr using its defaults.

      {
      "trigger": "Clean up",
      "command": "cleanmgr /sagerun:1",
      "ground": "foreground",
      "voice": "Clean up",
      "allowParams": "false"
      }

      1 Reply Last reply Reply Quote 0
      • RussR
        Russ
        last edited by Xander

        Great idea @Xander! I added this to the examples list in the GUI editor.

        Here's a URL to cleanmgr docs: https://ss64.com/nt/cleanmgr.html

        cleanmgr = Automated cleanup of Temp files, Internet files, downloaded files, recycle bin.

        Run this to bring up the GUI and setup profile #1:

        cleanmgr /sageset:1
        

        This command runs profile #1:

        cleanmgr /sagerun:1
        

        This is what the GUI looks like:

        cleanmgr image

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • First post
          Last post