设备启动时启动的exe程序

Exe program which starts when device starts

我有一个 python 脚本,我将其转换为 exe 文件。有人知道一些在设备启动后立即启动程序的代码吗?

您是否尝试右击它 "add it to start"?

但是当您使用 windows.

时,这只是以这种方式工作

您可以使用 py2exe
将 python 程序转换为 exe 如果您使用的是 windows,您可以在启动过程中通过以下方式启动 exe:

  1. Pressing Windows + R or RUN in the Start menu
  2. Type shell:startup this opens a windows explorer
  3. Paste the shortcut in the explorer

Source