Results 1 to 10 of 10
Thread: Who is on Top!
-
2018-06-18, 11:05 #1
- Join Date
- May 2011
- Posts
- 192
- Thanks
- 15
- Thanked 2 Times in 2 Posts
Who is on Top!
Since loading the 1803 update it seems as after some period of time and/or some circumstance - newly started applications do not show up on top of an existing application.
ie. I have a browser window up on the screen and start up notepad so I can do something with it - notepad will start, however it won't get on top of the browser window. If I diminish the browser window notepad is there waiting for me.
If I reboot the system then things work normally - for a while.
1803 OS Build 17134.112
-
2018-06-18, 21:48 #2
- Join Date
- Jun 2010
- Location
- Indy
- Posts
- 1,547
- Thanks
- 346
- Thanked 279 Times in 233 Posts
Does this happen with any existing program, or only with your browser? If latter, which browser do you use?
If you refocus to the new app—eg Notepad in your example—does it keep the focus, or is it stolen again? If latter, stolen by the same culprit or a different one?
Trying to get a feel for how random this is, or if maybe there's a pattern. Run a malware scan if you haven't recently.
I've had irritating focus steals before, but never a total steal by a program. Eg my Logitech mouse likes to do a daily two-second appearance in Taskbar and minimize full-screen programs, and various pop-up notifications—eg got mail or scan results—have gotten in the way. Nothing major like your problem.
Have a look in Task Manager to see if there's anything running you don't recognize. Check the Startup tab to make sure nothing's starting that you don't need.
Sort on the Services tab & take a screenshot of the running ones. When the focus problem happens next, quickly press Alt+F4 [should stop the active process] and take another screenshot. It's a bit hit & miss, but you might identify the problem via the difference between the running processes in the screenshots.
A similar idea is to keep the Services tab visible, sorted by running, and try to spot what process becomes active at the same time as the problem occurs.
If that doesn't provide a clue, Process Monitor from SysInternals might show you some process which just launched at the time the problem happened.
I haven't used it, but I've read Window Focus Logger has a good rep.
Chances are it's some background process like a helper, reporter or monitor which is misbehaving.Last edited by Lugh; 2018-06-18 at 21:52.
Lugh.
~
Dell Alienware Aurora R6; Win10 Home x64 1803; Office 365 x32
i7-7700; GeForce GTX 1060; 16GB DDR4 2400; 2 x 256G SSD, 4TB HD
-
2018-06-19, 22:27 #3
- Join Date
- May 2011
- Posts
- 192
- Thanks
- 15
- Thanked 2 Times in 2 Posts
The issue happens no matter what application is on top. If I have, say, Google Earth up (in full screen mode) to access any other application I have to diminish GE to get to the selected application. This type of action will continue with all applications until I reboot the machine; then accessing any application will put on top of any other currently operational application.
Task Manager right now with only the browser (Chrome) and Task Manager as the only applications running indicate that there are 88 Window Processes and 95 Background Processes. It has been several days since I have rebooted the system.
-
2018-06-20, 04:23 #4
-
2018-06-20, 12:32 #5
Just a jump in the dark here but focus1.JPG
maybe check this setting
David
Just because you don't know where you are going doesn't mean any road will get you there.
-
2018-06-20, 12:33 #6
Also starting in safe mode w/o a bunch of those tasks running might shed some light ...
David
Just because you don't know where you are going doesn't mean any road will get you there.
-
2018-06-20, 16:49 #7
- Join Date
- May 2011
- Posts
- 192
- Thanks
- 15
- Thanked 2 Times in 2 Posts
-
2018-06-22, 10:39 #8
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,813
- Thanks
- 171
- Thanked 1,073 Times in 850 Posts
The component responsible for managing/computing the windows z-order (i.e. which window is topmost) is called win32k.sys.
It's possible that the reason win32k.sys isn't computing a correct z-order may be down to timing, i.e. the amount of processing your PC is carrying out isn't giving enough priority to win32k.sys. A quick way to help check this is to turn off all background app processing (which, by default, happens even if you're not using them), if only temporarily, to see if the problem goes away:
1. Open Task Manager and check the total usage shown for CPU.
2. Go to Settings > Privacy > Background apps > Let apps run in the background and toggle the default to OFF.
3. Swap back to Task Manager and see if the amount of CPU usage drops within a minute or two.
If this makes no difference then I suggest doing a check of the core components using the System File Checker tool. Have a look at this Microsoft article about how to use the System File Checker tool (after using the Deployment Image Servicing and Management (DISM) tool first).
Hope this helps...
-
The Following User Says Thank You to Rick Corbett For This Useful Post:
wavy (2018-06-27)
-
2018-06-27, 10:50 #9
Rick
Settings > Privacy > Background apps > Let apps run in the background
Thanks!
David
Just because you don't know where you are going doesn't mean any road will get you there.
-
2018-06-27, 11:29 #10
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,813
- Thanks
- 171
- Thanked 1,073 Times in 850 Posts
Originally Posted by wavy
Code:Windows Registry Editor Version 5.00 ; Privacy - Background apps - ALL Background apps - Turn OFF [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "BackgroundAppGlobalToggle"=dword:00000000
Code:Windows Registry Editor Version 5.00 ; Privacy - Background apps - ALL Background apps - Turn ON (the default setting) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "BackgroundAppGlobalToggle"=dword:00000001
(If you have AutoHotkey installed then it's even easier... you can just toggle the setting with a keyboard combo if you want.)
Last edited by Rick Corbett; 2018-06-27 at 12:17.