PStools for windows 7

Is anyone using PStools in windows 7?
I am trying to update the DR start/stop utility but I am unable to “start processes” I can kill things but just not start them!

If you dont find a solution,we create a Task on our DR - PC´s and execute the Task via Batch-file:

schtasks /run /s “your dr pc name” /TN “taskname”

This works without PSTools.

I’ve had problems with these when the user accounts are different (ie. you’re logged onto your computer as “colin” and the computer you’re controlling is logged in as “farm”). The only solution I’ve found that works is to put the psexec/etc commands in a bat file, then shift-right click the .bat file and do “Run as different user”, then use the credentials the computer you’re trying to control on “farm/password”. Not sure if that’ll help, but it’s documented now.

-Colin