powershell get all processes code example
Example 1: kill all node processes
killall -s KILL node
Example 2: powershell get all history
(Get-PSReadlineOption).HistorySavePath
killall -s KILL node
(Get-PSReadlineOption).HistorySavePath