<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Dec 2014 14:50:00 Z</lastBuildDate><pubDate>29 Nov 2014 13:01:00 Z</pubDate><description>Hi All&#13;
&#13;
I am trying to launch a third party exe from my ERP. It checks for the existence of certain types of files in a certain directory and then sends them to the third party. When calling it with WD19's Exerun I get the following error:&#13;
&#13;
"Unable to lauch 'file path and name' executable:&#13;
The requested operation requires elevation (740)"&#13;
&#13;
When called from a file manager (Total Commander), I can launch the same program after first closing a pop up window asking whether it's ok to launch. But I do not get the pop up window when using Exerun in my ERP, just the error.&#13;
&#13;
Quite obviously this is caused by Windows' inbuilt terroristvirus called UAC. In Windows 8.1 this problem is no longer totally controllable from the UAC setting slider window, like it was in 7.&#13;
&#13;
So I disabled the EnableUA key in the Windows register:&#13;
HKEY_LOCAL_MACHINE -&gt; Software -&gt; Microsoft -&gt; Windows -&gt;&#13;
CurrentVersion -&gt; Policies -&gt; System -&gt; EnableUA = 0&#13;
&#13;
Now the program can be run from Total Commander without any pop-ups disturbing the user, but WD19's Exerun still can't run it; it still gives the same error.&#13;
&#13;
Any suggestions on how to handle this problem in Windev 19?&#13;
&#13;
Best regards&#13;
Ola</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation/read.awp</link><title>[WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49283/read.awp</comments><pubDate>1 Dec 2014 14:50:00 Z</pubDate><description>Hi guys,&#13;
&#13;
Indeed this is possible to start an EXE which has no specific manifest file in elevated mode by code. But this is a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49283/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49283/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation/read.awp">[WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</source><title>Re: [WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49269/read.awp</comments><pubDate>30 Nov 2014 13:26:00 Z</pubDate><description>Hi,&#13;
&#13;
I would consider it, my understanding of shellexecute is like a doubleclick on a file in the file explorer. If a exefile …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49269/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49269/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation/read.awp">[WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</source><title>Re: [WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49259/read.awp</comments><pubDate>29 Nov 2014 20:03:00 Z</pubDate><description>Hi Tor-Bjarne&#13;
&#13;
Yes! ShellExecute does the trick. Many thanks!&#13;
&#13;
I thought that it is used only for opening a document with th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49259/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49259/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation/read.awp">[WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</source><title>Re: [WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49255/read.awp</comments><pubDate>29 Nov 2014 13:18:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
Perhaps ShellExecute(Fexedir()+"\YourExe.exe") can do the trick?&#13;
&#13;
Cheers&#13;
Tor-Bjarne</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49255/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation-49255/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49252-wd19-amp-win8-1-requested-operation-requires-elevation/read.awp">[WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</source><title>Re: [WD19 &amp;amp; Win8.1] The requested operation requires elevation (740)</title></item></channel></rss>
