I'm going to write command in PowerShell, which will output my process name and virtual memory. I need to change my value vm to megabytes.
Get-Process| Sort VM | Format-Table -p name,VM
And I have this
Name VM
---- --
Idle 0
smss 3121152
System 6053888
AEADISRV 18485248
lsm 23670784
SearchFilterHost 24240128
svchost 27344896
svchost 27922432
wininit 31449088
svchost 34127872
armsvc 34938880
lsass 35885056
WUDFHost 36036608
csrss 36552704
winlogon 37531648
svchost 37638144
Also I need to change color if process has > 100 Mb VM