> Source: [sk100586](https://support.checkpoint.com/results/sk/sk100586)

# sk100586 - How to install Endpoint Security Client with active UAC

| Property | Value |
|----------|-------|
| Solution ID | sk100586 |
| Date Created | 2014-05-12 |
| Last Modified | 2021-08-20 |
| Technical Level | General |
| Products | Endpoint Security |
| Versions | Cloud, E89.X, E88.X |
| OS | Windows |

## Solution

Installing an Endpoint Security client on Windows with active UAC (User Access Control) requires the user to invoke the installer with the "Run as Administrator" option.

Follow these steps to add "*Run as administrator*" to the context menu (right mouse click) of MSI files, so that the user could install Endpoint Security Client with administrator privileges:

1. Open a plain text editor (e.g., Notepad, Notepad++. etc).

2. Copy the following content to the text editor:

   > ```
   > Windows Registry Editor Version 5.00
   > 
   > [HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command]
   > @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
   > 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
   > 73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
   > 00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
   > ```

3. Save the text file content as ***RunAsAdminMSI.reg***

4. Double-click on the *RunAsAdminMSI.reg* file (to run it) - confirm when prompted.

5. Right-click on the MSI file - the "*Run as administrator*" option should appear in the context menu:

   ![](https://sc1.checkpoint.com/sc/SolutionsStatics/sk100586/pic.png)

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
