Another RCMD problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After finally setting up security properly and getting RCMD to run, I have
run into another problem -- at least I think so.

The program I am attempting to run remotely uses a splash screen. I believe
this makes it fail to run via RCMD. So I turned on the "Allow Service to
Interact with Desktop" switch in the Service properties dialog. This causes
an error, "Initiallization of ... \kernel32.dll failed.".

Anyone know why this would happen?

Do I even need to have this option turned on? What exactly does it do?

Maury
 
Some better Googling turned up an article on MS about this problem:

http://support.microsoft.com/kb/165194/

However I can't understand the solution they offer:

The best method to resolve these and other potential access related problems
is to grant the user full access to both the targeted windowstation and
desktop. For example, if you want the process that is started by the
CreateProcessAsUser function to be interactive, specify the following
windowstation and desktop combination:
winsta0\default

I'm using the "System Account" selection for this "user". Is there a
setting somewhere I need to change?

Maury
 
Back
Top