Built-in RunAsHighest shims cannot be disabled

mirh 1 Reputation point
2023-02-24T00:59:33.62+00:00

Basically this is a followup to my old concern.

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/165d2f5d-a856-4679-a263-771029c68746/default-runashighest-fixes-cant-be-disabled?forum=windowscompatibility

Despite what your documentation says (and what ACT does), {GUID}=0x77 in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags cannot turn off such compatibility fixes.

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
457 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 43,966 Reputation points
    2023-02-24T13:50:26.28+00:00

    Hi. Thank you for your question and reaching out. I’d be more than happy to help you with your query

    You may also use the command line to enable and disable the administrator account.

    Start by typing CMD, then right-clicking Command Prompt and selecting Run as administrator.

    Enter the following command after typing it:

    net administrator / active:yes

    To turn it off, use the following command and hit Enter:

    It's just as simple to turn it off: enter net user administrator /active:no.

    If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.