ContributionsMost RecentMost LikesSolutionsRe: One2Many registry changes for "CURRENT_USER" in a different user context than the authenticated user This is less then ideal but it will work: -Open the LogMeIn Dashboard for the machine you're working with -Under Computer Management select Command Prompt -Run the following: reg load HKEY_USERS\ImportKyle "C:\Users\Kyle\ntuser.dat" The imported user hive will be visible at HKEY_USERS\ImportKyle From here you can manipulate the hive as usual - Get-ChildItem -Path Registry::HKEY_USERS\ImportKyle - Get-ItemProperty -Path Registry::HKEY_USERS\ImportKyle\Software\Microsoft\Office\Outlook - New-Item -Path Registry::HKEY_USERS\ImportKyle\Software\Microsoft\Windows\CurrentVersion\Test *The user will need to be logged out for this to work, only one process can lock the ntuser.dat file at a time.*