CREATE_NO_WINDOW = 0x08000000 os.startfile("...exe") time.sleep(2) subprocess.call('taskkill/F/IM ...exe', creationflags=CREATE_NO_WINDOW).
確定! 回上一頁