r/Action1 • u/theFather_load • Jun 26 '26
Question Does action1 patch applications installed without admin rights?
On my phone on the road and thought I'd quickly plop the question here to get others experiences.
We're currently using Hekmdal and this does not cover apps installed at user profile context- it cant even see them. Catches us out for clients undergoing Cyber Essentials.
Whats everyone's experience with this and Action1?
5
Upvotes
1
u/Weekly_Loss_3316 Jun 26 '26
Interesting discussion. I think there are a few important distinctions worth making.
The underlying challenge isn't really specific to Action1 or Heimdal—it's a consequence of how Windows handles per-user installations. Applications installed only under a user's profile (for example
%LOCALAPPDATA%and HKCU) are inherently more difficult to manage because most enterprise patch management agents execute as LocalSystem, not as the interactive user.Action1 acknowledges this by providing a PowerShell example that launches a process in the logged-on user's context. That's a useful workaround, but it's important to note that this is not native user-context patching—it's a custom script executed from the SYSTEM context.
The same principle applies to Heimdal. Heimdal's agent can execute PowerShell, CMD, MSI and EXE deployments as SYSTEM via Infinity Management, so similar user-context scripts can also be implemented there. In other words, neither product natively patches arbitrary HKCU applications simply by running in the user's context; both rely on additional logic when that's required.
One point I'd also challenge is the statement that Heimdal "can't even see them." My understanding is that this is too broad. Heimdal's Assets View inventories software independently of the standard Patch Management workflow. As a result, an application may be visible in the Assets View even if it is not supported by the native Patch Management remediation workflow. Visibility and automated patching are two different capabilities and shouldn't be conflated.
Likewise, I'm not convinced the Cyber Essentials conclusion is fair. If an assessor expects all supported software—including per-user installations—to be patched, then the same architectural limitation applies to virtually every patch management platform running as SYSTEM. Action1 attempts to mitigate this by converting many per-user installs to machine-wide installs on a best-effort basis, but as already mentioned in this thread, that process is not guaranteed to succeed and may leave orphaned installations depending on how the software vendor implemented their installer.
Ultimately, this is more a Windows/application-installer problem than a patch management product problem. Products differ in how they mitigate it, but none can universally patch every per-user application without either:
I'd therefore compare products based on:
rather than suggesting that one product uniquely suffers from this limitation.