Share via

Why do programs with administrative access prevent me from clicking or interacting with any other window?

Anonymous
2020-12-31T23:13:03+00:00

For the longest time I could not figure out why some windows would hog clicks and not let me click on anything beside that window until it was closed.

I recently figured out that this happens with apps that have admin privileges.

If I open command prompt as administrator, I can no longer do anything else until I close it. Clicking another window or desktop has no effect. This is very annoying when I want to copy and paste text into an administrator command prompt.

Please tell me how I can disable this feature.

Thanks.

Windows for home | Windows 10 | Accessibility

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-01-01T02:40:03+00:00

    Hi JacksonBush -

    I'm Jerico T., one of the Independent Advisor and a fellow Windows 10 user like you. I understand that you're having some issues right now, let us sort things out.

    Have you made any changes on your computer before the issue occurs? Is this the first time the issue occurs? Please try the troubleshooting methods below and check if any of the resolves fixes the issue.

    Method 1: Perform SFC Scan and Repair Windows Image

    -This process will perform scan for any corrupted system files or integrity violation and will attempt to repair it along with the Windows Image.

    1. Open command prompt with administrator access
    2. Type each command below and wait until scan is completed.

    * sfc /scannow

    * DISM /Online /Cleanup-Image /CheckHealth

    * DISM /Online /Cleanup-Image /ScanHealth

    * DISM /Online /Cleanup-Image /RestoreHealth

    Quick note: While the command is running, it's expected to see the process stuck at 20 or 40 percent. After a few minutes, the process will complete successfully.

    Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary.

    1. Close the command prompt.

    Method 2: Perform Clean Boot

    • This process will eliminate 3rd party application running in the background of your computer along with services that are not needed to run windows. If there's any conflicting 3rd party application that causes the issue on your computer, this process will stop it.
    1. Open the run box by pressing the Windows Key + R and type msconfig
    2. System Configuration Utility box will open and by default you are on general tab.
    3. On the General tab, click the selective startup and make sure that load system service and load startup items both have checked mark.
    4. Click on services tab
    5. Put a check mark on Hide All Microsoft Services > This is a very important part as if you miss to click on this, computer might not boot properly or permanently and will end up on clean installation.
    6. Once Hide all Microsoft Services have checked mark on it, click on Disable All
    7. Click on the Startup Tab and click open task manager. This will open another window which contains all your startup applications on the administrator account.
    8. Disable all application that you're not using. You can simply just click on them and select disable.
    9. Click OK , Apply and close the configuration utility.

    Method 3: Create a new user profile

    • We will try to create new user profile to check if the issue happens on all windows users on your computer or just isolated on the current profile that you're using.
    1. Open the command prompt with elevated access (Administrator Access)
    2. Type the below command and hit enter every after command.

    net user "account name" /add

    (change the "account name" to any name that you preferred)

    net localgroup administrators "account name" /add

    (change the "account name" with the name that you put in the first command)

    1. Close the command prompt and switch to the new user.

    Check if the same issue occurs on the new user profile.

    Method 4: System Restore

    • System restore is where it will take your computer settings back to an earlier point in time where everything is working fine.
    1. Open the run box by pressing Windows Key + R and type rstrui.exe then press enter.
    2. System restore windows will open. Normally it will suggest a restore point(Sometimes it doesn't), if it does, select the 2nd option to select more restore points.
    3. Select your desired restore point date and time.
    4. Once selected, hit next and finish.

    Windows will restart itself to start system restore. System restore might take some time to complete and it is very important that system restore must not be interrupted during restore process as it might damaged the operating system. System restore will take at least 20 minutes or more depending on the content of the computer and the changes on the settings that was done prior to the date selected. System restore will also removed application , updates and drivers installed prior to the date selected.

    DISCLAIMER:

    System Restore is a recovery tool for Windows that allows you to reverse certain kinds of changes made to the operating system. System Restore is used to return important Windows files and settings—like drivers, registry keys, system files, installed programs, and more—back to previous versions and settings. Being said all applications and changes made prior to the date selected will be removed and needs to be re-installed if its needed.

    If the above methods did not work, please don't hesitate to reach us back.

    Hope this help. Have a good day and Happy New Year!

    Thank you.

    Jerico T.

    Independent Advisor

    Was this answer helpful?

    0 comments No comments