Does anyone know how to specify the use of the LocalSystem (system account) for Task Scheduler?

I am trying to perform a process on a server and don't want to use a Domain or local account. On servers with the Schedule service I achieve what I want using XNET to modify the service with LocalSystem for account and no password (where applicable as this is the default for the Schedule service).

Any help here would be greatly appreciated.