зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
4 строки
169 B
Plaintext
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
|
|
|