Has obtained the permission of the administrator program, how to call a new program, but not the administrator to run

problem description

A very common automatic update software, an update EXE and a main program EXE, found on WIN10 that if the update EXE does not have administrator privileges to run, disk C cannot write to any files. So you can only right-click the administrator to run it, but the main program cannot have administrator privileges. When the update EXE has administrator privileges, is it good to call the new master EXE to inherit the permissions? I want to run the main program with normal permissions.

May.13,2021

runas
zsbd


try cmd:
runas / trustlevel:0x20000 program path

Menu