Is the secure location to bypass User Interface Privilege Isolation (UIPI) configurable?

Vishnu Gopalakrishnan 126 Reputation points
2021-09-28T03:53:45.44+00:00

We would like to bypass Interface Privilege Isolation (UIPI) for some applications by specifying UIAccess = true in manifest files. Is it possible to add our own folder as a secure location like,

Windows development | Windows App SDK
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,921 Reputation points
    2021-09-28T15:01:36.017+00:00

    Hi there,

    It is not configurable. You can see in the link that Relatively secure locations are limited to the following directories:
    \Program Files\ including subdirectories
    \Windows\system32\
    \Program Files (x86)\ including subdirectories for 64-bit versions of Windows

    So it is limited to only certain directories.


    If the reply is helpful, please Upvote and Accept it as an answer

    0 comments No comments

  2. Vishnu Gopalakrishnan 126 Reputation points
    2021-09-29T12:13:31.833+00:00

    Thank you all for supports.

    Is this a good option - https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/dd834830(v=ws.11)
    i.e Disable User Account Control: Only elevate UIAccess applications that are installed in secure locations and completely rely on the signing mechanism.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.