Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager.

I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager.

Scheduled Pinned Locked Moved Uncategorized
6 Posts 4 Posters 0 Views
  • 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.
  • T This user is from outside of this forum
    T This user is from outside of this forum
    thequinbox@dragonscave.space
    wrote last edited by
    #1

    I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!

    menelion@dragonscave.spaceM ppatel@mstdn.socialP S 3 Replies Last reply
    0
    • T thequinbox@dragonscave.space

      I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!

      menelion@dragonscave.spaceM This user is from outside of this forum
      menelion@dragonscave.spaceM This user is from outside of this forum
      menelion@dragonscave.space
      wrote last edited by
      #2

      @TheQuinbox Killing a process on Del would be a nice addition. And… thank you, Quinn. I've been missing Process Killer for years.

      T 1 Reply Last reply
      0
      • menelion@dragonscave.spaceM menelion@dragonscave.space

        @TheQuinbox Killing a process on Del would be a nice addition. And… thank you, Quinn. I've been missing Process Killer for years.

        T This user is from outside of this forum
        T This user is from outside of this forum
        thequinbox@dragonscave.space
        wrote last edited by
        #3

        @menelion Ooh delete, not a bad idea. Ctrl+E works, but I like delete. Thanks for the suggestion!

        menelion@dragonscave.spaceM 1 Reply Last reply
        0
        • T thequinbox@dragonscave.space

          @menelion Ooh delete, not a bad idea. Ctrl+E works, but I like delete. Thanks for the suggestion!

          menelion@dragonscave.spaceM This user is from outside of this forum
          menelion@dragonscave.spaceM This user is from outside of this forum
          menelion@dragonscave.space
          wrote last edited by
          #4

          @TheQuinbox It was a program called Process Killer I've been using for many years. It had a window but you could hide it and summon by Ctrl+Shift+Accent (the backtick key, MarkDown code delimiter). And there Delete killed processes, super convenient. And Escape closed the program again.

          1 Reply Last reply
          0
          • T thequinbox@dragonscave.space

            I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!

            ppatel@mstdn.socialP This user is from outside of this forum
            ppatel@mstdn.socialP This user is from outside of this forum
            ppatel@mstdn.social
            wrote last edited by
            #5

            @TheQuinbox I love that we're going back to the old days of Sys internals but with better tools.

            1 Reply Last reply
            0
            • T thequinbox@dragonscave.space

              I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!

              S This user is from outside of this forum
              S This user is from outside of this forum
              serrebi@serrebiradio.com
              wrote last edited by
              #6

              @TheQuinbox Windows defender claims Trojan:Win32/Wacatac.B!ml Trojan:Win32/Wacatac.B!ml

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups