파이썬 os.system 명령어 쓸 때 dos, cmd 창 않나오게 하기

728x90

creationflags 옵션으로 0x08000000 주면 됩니다.

subprocess.run("taskkill", creationflags="0x08000000")
반응형