Hi,
I'm trying to create a task scheduler to start "C:\Program Files\Google\Drive File Stream\50.0.11.0\GoogleDriveFS.exe" every night.
My task command is: "C:\Program Files\Google\Drive File Stream\50.0.11.0\GoogleDriveFS.exe"
when I hit "Run" the task status is changed to "Running" but the executable is not started.
what I already tried:
1. to use "C:\Windows\System32\cmd.exe" as the command and this as argument: /c "C:\Program Files\Google\Drive File Stream\50.0.11.0\GoogleDriveFS.exe"
2. to change the user from my user to SYSTEM
when I run "C:\Program Files\Google\Drive File Stream\50.0.11.0\GoogleDriveFS.exe" from the terminal - it works.