Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldaviva/killunwantedprocesses

๐Ÿงจ Stop background tasks that get left behind after they are needed.
https://github.com/aldaviva/killunwantedprocesses

cleaner process-killer

Last synced: 24 days ago
JSON representation

๐Ÿงจ Stop background tasks that get left behind after they are needed.

Awesome Lists containing this project

README

        

KillUnwantedProcesses
===

This is a program which finds specific running processes on your computer and kills them.

## Benefits
- Reduce memory usage
- Clean up after another program exits
- Easier to read process list
- Get rid of unwanted tray icons
- Prevent unwanted services from being reenabled after you install an update

## Features
- Stop or change the start mode of Windows services (automatic, manual, or disabled)
- Uninstall AppX packages
- Avoid killing a process if certain other processes are already running
- Determine whether or not a process is suspended
- When killing one process, reevaluate other processes to see if they should also be killed now too, even if they weren't before.

## Requirements
- [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework)

## Installation
1. Download and extract [`KillUnwantedProcesses.exe`](https://nightly.link/Aldaviva/KillUnwantedProcesses/workflows/netframework/master/KillUnwantedProcesses.exe.zip) from the [most recent successful build](https://github.com/Aldaviva/KillUnwantedProcesses/actions?query=is%3Asuccess).
1. Use Task Scheduler (`taskschd.msc`) to create a scheduled task that runs this program as often as you want.
- I run it every 5 minutes.

## Programs
- .NET Runtime Optimization Service
- Acrobat Notification Service
- AcroTray
- Adobe Acrobat Updater
- Adobe Collaboration Synchronizer
- Adobe Creative Cloud Experience
- Adobe Creative Cloud Libraries
- Adobe Desktop Service
- Adobe Flash Updater
- Adobe Genuine Monitor Service
- Adobe Genuine Software Integrity Service
- Adobe Notification Client
- Adobe Sync
- Adobe Update Service
- Autodesk Licensing Service
- FlexNet Licensing Service
- GPG Agent
- Logitech G Hub
- Nvidia Control Panel
- Office Document Cache
- Virtual CloneDrive
- Visual Studio Compiler
- VMware Authorization Service
- VMware DHCP Service
- VMware NAT Service
- VMware USB Arbitration Service
- VMware Workstation Server
- Windows Image Acquisition

*Some of these are only killed if certain conditions are met, others are killed whenever they're running or installed.*