win+R,输入at XX:XX ntsd -c q -pn XXXX.exe
例如,at 16:10:00 ntsd -c q -pn calc.exe
或者使用taskkill
例如,at 16:10:00 taskkill /F /IM calc.exe
同理,也可以实现定时开启程序。