discord-rich-presence-plex
discord-rich-presence-plex copied to clipboard
start main.py hidden on startup on windows
just wanna contribute a solution to start main.py hidden on startup on windows so its meant for documentation:
-
open task scheduler
-
create new task
-
triggers
begin the task:
at log on
[x] delay task for: 30 seconds
- actions
start a programm programm/script: [location of pythonw.exe] !pythonw.exe not python.exe Add arguments:
.\main.py
Start in: [point to the directory, where main.py is located]