Luigi
Luigi

Reputation: 486

SCHTASKS Change Start Time of Task

I checked this link but got nowhere. When I try to change the start time of the Scheduled Task via SCHTASKS /Change /TN /ST I get an error "INVALID ARGUMENT /ST" How do i change Start Time of scheduled jobs on Windows w/o GUI?

EDIT: Running windows-XP /ST not supported.

Upvotes: 0

Views: 4346

Answers (1)

FloatingKiwi
FloatingKiwi

Reputation: 4506

schtasks /TN myTaskName /CHANGE /ST 15:00

Upvotes: 2

Related Questions