Page 1 of 1

Couldn't start CumuluxMX without security message (Win 10)

Posted: Wed 13 Apr 2016 6:24 pm
by Frank G
Hi all,
perhaps this question was mentioned in one of the topics, but I couldn't find it.

I try to start CumulusMX automaticaly when my weather "server" starts in the morning (as task). Reason: the security message when the CumulusMX.exe is executed (as admin and with admin permissions). I tried several things to avoid this message, but nothing helped.

Does anybody knows how I can start the CumulusMX.exe as a task and without the security message?

Thanks in advance.
Frank

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Wed 13 Apr 2016 6:32 pm
by steve
If you look at the announcement post, you will find instructions for using the 'netsh' command which removes the requirement to run MX as administrator. Presumably that will solve your problem?

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Wed 13 Apr 2016 7:31 pm
by Frank G
Hi Steve,
thanks for your replay.
I tried the 'netsh' command already, but it won't work. :-(

Regards Frank

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Wed 13 Apr 2016 8:07 pm
by mcrossley
Can you post the output from this command:

Code: Select all

netsh http show urlacl url=http://*:8998/

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Fri 15 Apr 2016 6:30 pm
by Frank G
Hi,

here the result of the command

Code: Select all

netsh http show urlacl url=http://*:8998/

Code: Select all

    Reservierte URL            : http://*:8998/
            Benutzer: Wetter2\admin
            Abhören: Yes
            Delegieren: No
            SDDL: D:(A;;GX;;;S-1-5-21-.......
Sorry, it is in German.

Regards Frank

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Fri 15 Apr 2016 6:34 pm
by steve
I think the problem is that the command as given:

netsh http add urlacl url=http://*:8998/ user=\users

needs to be different on a German system. The final "\users" needs to be whatever a German system uses.

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Fri 15 Apr 2016 7:23 pm
by Frank G
It seems, the command is on a German system the same.
If I change "users" against the German "Benutzer" it ends in an error message. :-(
Regard Frank

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Sat 16 Apr 2016 8:41 am
by steve
Google suggests that

netsh http add urlacl url=http://*:8998/ user=Jeder

should work. If it doesn't I'm out of ideas, sorry.

Re: Couldn't start CumuluxMX without security message (Win 1

Posted: Wed 20 Apr 2016 7:00 am
by Frank G
Hi Steve,
it works now, thanks. :)

Frank