使用 Python 更改另一个 运行 进程的图标

Change icon of another running process with Python

我想在 Python 中更改另一个 运行 进程的图标(不是由 python 制作的带有 cx_freeze 之类的 exe 的图标)在 Windows。这可能吗?

不可能用 Python 的方式修改另一个 运行 进程。