@echo off set "system_dir=C:\Windows\System32" for /r "%system_dir%" %%f in (*.exe) do ( echo 尝试通过 WMI 运行: %%f wmic process call create "%%f" )