Start Bar disappears after screensaver / hibernate
Occasionally, not every time, when I unlock the PC after screen saver or hibernate, the entire start bar is gone. In order to get it back I have to restart explorer.exe, which I do using a .bat file
----
@echo off
taskkill /f /im explorer.exe
ECHO Waiting 5 seconds to restart WinExp...
Timeout /t 5 /nobreak
start explorer.exe
----
Using Default theme by Microsoft this never happens. Is there a way to collect data to find out what is causing this problem?
Using Windows 10.
Cheers!