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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -