I want to run a task remotely. Therefore I created a .bat with
schtasks /run /s 111.20.123.160 /u Administrator /p password /tn "Task"
I just get an error: “FEHLER: Die Anforderung wird nicht unterstützt.”
I also tried different users (normal and admin) and computername or IP.
My system: Win7, remote system: WinXP … are there known issues?
Of course.
schtaskscontrols the new task scheduler introduced with Windows Vista. XP still uses the ancient one that dates back to Windows 2000. The respective capabilities are vastly different for one and the interface as well. So while bothatandschtaskswork on a current system (because the old interface is mapped onto the new one), XP simply does not have the new task scheduler version whichschtasksmanages. No surprise here that it simply won’t work.You can try doing the same with
at.