Wingetlywingetly
← All apps

ISDecisions UserLock Agent

by IS Decisionsv12.20.0160

Last updated

The UserLock 'Desktop' agent is designed to audit, control and protect workstations, servers and terminal servers.

Install with winget

$ winget install --id ISDecisions.UserLockAgent --exact --version 12.20.0160

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for ISDecisions UserLock Agent

ISDecisions UserLock Agent uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i UlAgent_x64-v1220160.msi /quiet /norestart

See the full silent install reference for ISDecisions UserLock Agent

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v12.20.0160

ArchitectureTypeScopeInstallDownload
x86MSI-Direct
x64MSI-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high7.2Patched in wingetCVE-2023-23192affects v11.0.1Mar 22, 2023

    IS Decisions UserLock MFA 11.01 is vulnerable to authentication bypass using scheduled task.

Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Frequently asked questions

How do I install ISDecisions UserLock Agent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ISDecisions.UserLockAgent --exact --version 12.20.0160. winget downloads the installer from IS Decisions and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install ISDecisions UserLock Agent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ISDecisions.UserLockAgent --exact 12.20.0160 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for ISDecisions UserLock Agent?
ISDecisions UserLock Agent uses MSI. Run the downloaded installer with: msiexec.exe /i UlAgent_x64-v1220160.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall ISDecisions UserLock Agent via winget?
Run: winget uninstall --id ISDecisions.UserLockAgent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from ISDecisions UserLock Agent's Apps & Features entry.
Is ISDecisions UserLock Agent free?
ISDecisions UserLock Agent is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does ISDecisions UserLock Agent work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls ISDecisions UserLock Agent directly from the publisher.
How do I keep ISDecisions UserLock Agent up to date?
Run winget upgrade --id ISDecisions.UserLockAgent --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of ISDecisions UserLock Agent from microsoft/winget-pkgs.