作业系统:
Service Pack:20H2
发生问题频率:100%
是否有做Windows Update:yes
问题内容:
目前 PC 电源键 default 是对应到 shutdown.exe -s -t 0
但是有的程式会卡住无法自动关闭,如果遇到卡住有可能关机未完成。
如果我要写一个 batch
for %%i in ( kmplayer.exe acdsee.exe winword.exe excel.exe) do taskkill /f /im "%%~i"
shutdown -t 0 -s -f
这样的 Batch 有办法把他串到电源键的关机动作吗?