I've been experiencing high cpu usage from explorer.exe in Windows 10 Pro since a while ago, and this specific dll function seems to be the culprit. Any idea what it's for? I couldn't find anything about it.
Stack:
After loading symbols:
I've been experiencing high cpu usage from explorer.exe in Windows 10 Pro since a while ago, and this specific dll function seems to be the culprit. Any idea what it's for? I couldn't find anything about it.
Stack:
After loading symbols:
shcore.dll is responsible for DPI and Display Scaling mostly. This DLL is responsible for scaling certain things in explorer and explorer components such as thumbnails and shell icons etc. If you have installed any shell extensions recently, (these could just be programs that come with shell extensions that you arent aware of like adobe acrobat or something)
Check recently installed programs
Looking at your stack trace it seems likely that a non-Microsoft shell extension (like from a cloud drive, antivirus, or archive tool) has gone wrong, causing explorer to try over and over to wait for it to work
Once you've tried taking a look at this I'd be happy to trouble shoot further.
As per CPU usage -> explorer.exe / shcore.dll!Ordinal247+0xc0 :
- Under Control Panel -> Keyboard properties, the Cursor Blink Rate was set on "None";
- After we changed it to somewhere in the middle -> problem is gone.