Description
This free command-line tool allows one or more processes under Windows to release the memory they are not using. The tool works without restarting the process and, of course, without restarting Windows. It allows the release of memory from active processes, avoids service interruptions, and prevents unnecessary energy consumption (in the case of a reboot). This tool works in the command line or in a PowerShell prompt, with a user or an administrator account. Of course, an administrator account allows managing more processes.
Syntax
Process ID: -p process_id (Allows targeting one process by their ID)
Name: -n process_name (Allows targeting processes by their name)
All: -a (Allows targeting all processes)
Sample
Sample with “-p” option:



Sample with “-n” option:


Sample with “-a” option:

