Win mail and Visual Studio opening windows in the background

bb bates 1 Reputation point
2021-03-11T23:54:47.11+00:00

If I open Windows Mail and click the calendar, the calendar opens on the taskbar, not on the screen. This did not used to happen. Also, when you run a C++ program in Visual Studio, the Console opens on the task bar and not on the screen like it used to do. This is has been happening in about the last month only. What has changed and how do I fix it.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,593 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Carl Fan 6,836 Reputation points
    2021-03-12T03:04:58.347+00:00

    Hi,
    You mentioned that the issued occurred about the last month.
    Firstly, check for update. If you could find new security updates, please install them to check.
    Then you could create a new user account. Log on the new user account to check if the issue still insists. This could make sure your have a new user profile.
    At last, you could modify the registry below:

    1. Go to start and type regedit.exe.
    2. Navigate to the following location: HKEY_CURRENT_USER\Control Panel\Desktop.
    3. Double click the 'ForegroundLockTimeout' key. Change the notation to decimal.
    4. The default value should be 200000 millisecond in decimal, or 200 seconds. Click OK.
    5. Restart your computer
      Hope this helps and please help to accept as Answer if the response is useful.
      Best Regards,
      Carl
    0 comments No comments