The UACRequestedPrivilegesUIAccess parameter specifies user interface access on Windows Vista or later operating system versions. These operating systems protect some elements of the user interface.
Omnissa ThinApp assigns an initial value of the UACRequestedPrivilegesUIAccess parameter to block application access to protected elements. Although you can assign a true or false value to the UACRequestedPrivilegesUIAccess parameter to specify user interface access, the parameter exists to support Microsoft settings.
Ensuring an Application Cannot Access Protected Elements
You can retain the initial value of the UACRequestedPrivilegesUIAccess parameter to ensure that a virtual application cannot access protected elements.
[BuildOptions]
UACRequestedPrivilegesUiAccess=false
Was this page helpful?