taskmaster icon indicating copy to clipboard operation
taskmaster copied to clipboard

Does not work on Windows 7

Open maja42 opened this issue 4 years ago • 0 comments

When running a go-executable on Windows 7, taskmaster is unable to create a scheduled task if the task folder does not exist. On other windows operating systems, the folder is simply created.

On windows 7, when I set "overwrite=true", I get this error message:

error deleting registered task \Microsoft\some\nonexisting\path: The system can not find the file specified

When I set "overwrite=false", I get:

error getting registered task \Microsoft\some\nonexisting\path: The system can not find the file specified

maja42 avatar Nov 08 '21 13:11 maja42