Hello, i get this error when trying to create a scheduled task remotely on windows xp:
Unable to establish existence of the account specified
Seems to work perfectly on Win 7 devices..
Code:
using (TaskService ts = new TaskService(device.DeviceIp, "myuser", ".", "mypass",true))
(net 2.0)
This seems to state that i need to use V1:
https://support.microsoft.com/en-us/kb/2027483
But i was under the impression that stating true at the end of my code forced this?
Thanks
Unable to establish existence of the account specified
Seems to work perfectly on Win 7 devices..
Code:
using (TaskService ts = new TaskService(device.DeviceIp, "myuser", ".", "mypass",true))
(net 2.0)
This seems to state that i need to use V1:
https://support.microsoft.com/en-us/kb/2027483
But i was under the impression that stating true at the end of my code forced this?
Thanks