I want to run an application every time I log on to a remote machine with windows XP's remote-desktop. I set up a schedule using XP's scheduled tasks and the start up modiier ONLOGON (and also tried ONSTART).
However nothing happens when I connect to the machine - and also nothing in the schtasks logs.
With a given time or manually the application can be started via scheduled tasks without problems!
EDIT: It's only working after I logged out explicitly. But when I just close the remote connection and then connect again, the app won't be called.
Background: I try to use BgInfo to print out system infos on the desktop, which shall be refreshed when to user logs on to the system.