Launching ADUC as other user doesn't retain settings

Ozar 6 Reputation points
2025-02-27T18:40:42.8333333+00:00

I sometimes need to run a different domain account that has higher privilege's than my logged in account to complete tasks. I've noticed that when I run as other user the settings that I specify in ADUC don't stick around after I reboot the system. The settings I'm talking about are View > Advanced Features (in order to get the Attribute tab on objects) and then extra columns I set on the Find window. So my question is, what is causing this to happen? I thought it might be a bad profile but I can log into the same computer with the other account just fine.

Windows Server Identity and access Active Directory
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Charles Thivierge 4,141 Reputation points
    2025-02-27T19:41:00.2266667+00:00

    If i remember, when you open ADUC (dsa.msc) or any other mmc like dfsgmgmt, dssite, gpmc, it will create a config file in your profile with the specific settings...
    %appdata%\Microsoft\MMC\dsa

    If you copy this file in your other profile account, this should fix your issue

    0 comments No comments

  2. Daisy Zhou 30,286 Reputation points Microsoft External Staff
    2025-02-28T12:52:51.13+00:00

    Hello

    Thank you for posting in Q&A forum.

    When you launch ADUC “as another user” (often using the runas /netonly technique), the snap‐in is still using the current local user’s profile for its settings. ADUC (like most MMC snap-ins) saves per-user configuration (such as the Advanced Features check and the extra columns in the Find window) in the HKEY_CURRENT_USER portion of the registry. If you run it with elevated or alternate credentials without fully logging in as that user, the alternate account’s profile isn’t loaded, and any changes you make end up in your current profile instead. Then, after reboot (or when the environment resets), those settings revert back because they aren’t part of a properly loaded—and permanently updated—user profile.

    To have persistent settings for that account, you’d need to log in interactively with it (so that its profile is fully loaded).

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.