11-23-2022 07:32 AM - edited 11-23-2022 07:34 AM
Hello,
does anyone use the mentioned application? We're using CUCM 14 and trying to install the Assistant Console for few users. The installation works fine, but the AssistantConsole.exe wants administrative privileges?
I just found this and it's not mentioned anywhere: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/14SU2/cucm_b_feature-configuration-guide-for-cisco14su2/cucm_mp_m1ec4cda_00_manager-assistant-12-0.html#CUCM_RF_E699D718_00
How we can use the application with normal user privileges? Why the application needs administrative priviliges?
Thanks in advance
Solved! Go to Solution.
05-13-2024 05:44 AM - edited 05-13-2024 05:48 AM
Yeah, edit AssistantConsole.exe e.g. with Resource Hacker. Change manifest 0 from
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
to
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
Don't know why Assistant Console wants administrator permission. After that it works without admin access. Then you can replace the original AssistantConsole.exe with your modified AssistantConsole.exe and distribute it to the user.
Maybe it needs admin permission because of the log file... so, just change the folder for logs in the settings, if you need it.
05-09-2024 05:48 AM
Hello,
I have the same problem. Is there any update?
Regards
05-13-2024 05:44 AM - edited 05-13-2024 05:48 AM
Yeah, edit AssistantConsole.exe e.g. with Resource Hacker. Change manifest 0 from
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
to
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
Don't know why Assistant Console wants administrator permission. After that it works without admin access. Then you can replace the original AssistantConsole.exe with your modified AssistantConsole.exe and distribute it to the user.
Maybe it needs admin permission because of the log file... so, just change the folder for logs in the settings, if you need it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide