FG
💻 Software

Access another user's HKEY_CURRENT_USER Registry branch

Fresh5 days ago
Mar 15, 202679010 views
Confidence Score0%
0%

Problem

I am looking for a way to access the registry of other users on a computer so I can copy them. The idea is that I am trying to get a complicated Delphi app to compile and run on more than one profile. I found a way once to do it with some Windows management tool, but I can't find it now. I don't kn…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Access another user's HKEY_CURRENT_USER Registry branch

Low Risk

you can use regedit for this. Open regedit and select HKEY_USERS then go to File->Load Hive. Browse to the users Hive file, usually NTUSER.DAT located at %userprofile%. This of course requires you to be admin or have access to the users hive file.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment