Page 1 of 1

Run Programs w/o Administrative Privileges

Posted: 13 Dec 2017, 19:47
by J63A7bqKgl
I run my AHK scripts with UIA and admin rights.

Each time I open a program with the Run command, e.g.

Code: Select all

Run, D:\Dropbox\Portable Programs\FileZilla\FileZillaPortable.exe
it runs with administrative privileges

The problem with Windows 10 is that you cannot drag and drop files to programs run as admin.

Re: Run Programs w/o Administrative Privileges

Posted: 13 Dec 2017, 19:53
by qwerty12
Use Lexikos' ShellRun to have Explorer (which should be running unelevated, if not Google WdcRunTaskAsInteractiveUser for an undocumented alternative) start the program instead.