windows - Task scheduler: Works only when I right-click on the task and start it manually -


i've python flask server file run.py want start vm reboots. i've tried using task scheduler on windows (by creating powershell file calls run.py , feeding powershell file task scheduler) never runs on own. strangest thing is, when right-click on task , manually start - runs expected. when task scheduler - fails.

what can fix this? alternatives task scheduler running python server on startup?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -