Using shell as administrator on Windows 10

Tom Glod tom at makeshyft.com
Fri Jun 28 15:06:30 EDT 2019


Can't u do it your stack is run as administrator? and can't you force admin
permissions using the UAC control in standalone settings?

On Fri, Jun 28, 2019 at 2:54 PM Paul Dupuis via use-livecode <
use-livecode at lists.runrev.com> wrote:

> On 6/28/2019 1:23 PM, Glen Bojsza via use-livecode wrote:
> > Hello,
> >
> > Is there a way to us LC shell to do commands as administrator?
> >
> > thanks,
> >
> > Glen
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>   I was told back when working in LC6.7.11 that the only way to have an
> LC app execute commands with admin permissions on Windows is with a
> Helper app. You have to make a small windows standalone that does your
> shell commands that your main app can launch via the "open process
> elevated" command and then use sockets or interrocess communication to
> tell the helper to execute the commands you want.
>
> A LiveCode standalone can not elevate itself.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list