How Can I Remotely Start an Interactive Process?
Hey, Scripting Guy! How can I remotely start an interactive process?-- IS Hey, IS. Well, the short answer is this: you can’t, at least not on Windows XP or Windows Server 2003. On those two versions of Windows any processes started remotely run in a hidden window: those processes can’t be interactive because the user will never see them. The pro...