notes/os/win/wmi/counters.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

4 строки
169 B
Plaintext

:: wmic process get /? - for the list of properties
wmic.exe process where (Name="KRetriever.exe") get Name, ProcessId, VirtualSize, WorkingSetSize > counters.txt 2>&1