HKLM registry

Submitted by RikP on May 22, 2008 - 9:01am

I've been building a portable app..n

And i have everything working except 1 (ONE!) HKLM registry key.
Is there a way to make such a registry key portable?

Thanks,
Rik


( categories: )

HKLM is difficult to handle

HKLM is difficult to handle because those keys can only be cleaned on a system that has administrator privileges. I recommend downloading EraserPortable and looking at the EraserPortable.nsi for how it detects what rights the currently logged on user has, and attempts to clean up the registry accordingly.

The developer formerly known as ZGitRDun8705