标签: batch-file memory service process restart
我想根据进程内存重新启动远程注册表服务。 我使用了wmic进程where "name=' svchost.exe' and workingsetsize >= 100000000" 这会显示内存但无法将其插入到if语句中。
where "name=' svchost.exe' and workingsetsize >= 100000000"