I'm working with a virtual machine, which is not very responsive due to network issues. On that virtual machines there are some scheduled tasks which regularly I need to start manually. Seen the bad responsiveness of that machine, I'd like to start those scheduled tasks from my own PC. Therefore I launch following command:
schtasks /run /s <virtual machine name> /u <domain>\<username> /p <password> /tn "<scheduled task I want to launch>"
When I try this, I get following error message:
ERROR: The request is not supported.
My own PC is a Windows 10, the virtual machine I'm referring to is a Windows XP.
Does anyboydy know if it's possible to launch scheduled tasks on a Windows XP machine remotely?