This page covers how to install Enpass Password Manager on Windows endpoints, configure it for your organization, and deploy it at scale using a UEM/MDM platform.
Manual Installation
For unmanaged environments or individual installs, Enpass can be installed from two sources.
From the Microsoft Store
-
Open the Microsoft Store listing for Enpass Password Manager.
-
Click Get to download and install.
-
Click Open to launch the app.
From the Enpass Website
-
Download the installer from enpass.io/downloads.
-
Double-click the downloaded Enpass-setup.exe.
-
Click Yes when the User Account Control dialog appears.
-
Accept the terms and conditions, then click Install.
-
Click Launch to open the app.
Silent Installation (for scripted deployments)
The Enpass-setup.exe installer supports the following command-line flags:
|
Flag |
Description |
|---|---|
|
|
Silent installation — no user prompts |
|
|
Installs Enpass for all users on the device |
Example
Enpass-setup.exe /ALLUSER /S
App Configuration
Before deploying Enpass, administrators can pre-configure the application by setting registry keys on the user's device. These keys must be in place before Enpass is first launched.
Configuration keys are written to:
HKEY_CURRENT_USER\SOFTWARE\Sinew Software Systems Pvt Ltd\Policy
Sample .reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Sinew Software Systems Pvt Ltd\Policy]
"policy-email"="user@your-org.io"
"policy-enforced"="true"
Replace user@your-org.io with a dynamic variable mapped to the user's email address in your UEM solution.
For a full description of all supported keys including policy-enforced-data-location, see the App Configuration Keys Reference.
Deploying via UEM/MDM
For managed environments, deployment involves two steps: pushing the installer, then applying the registry configuration.
General steps for any UEM/MDM platform:
-
Package
Enpass-setup.exeusing your UEM's Win32 packaging tool. -
Set the install command to
Enpass-setup.exe /ALLUSER /S. -
Use your UEM's scripting or registry management capability to write the configuration keys under
HKCU\SOFTWARE\Sinew Software Systems Pvt Ltd\Policyfor each user before or during deployment. -
Assign the package and configuration to the appropriate user or device groups.
Deploying via Microsoft Intune?
For step-by-step instructions specific to Microsoft Intune, including Win32 packaging, detection rules, and PowerShell-based registry configuration, see: