14

It seems that when I RDP to some 2012 R2 machines, the start button seems to become un-responsive (Highlight doesn't even appear over the icon).

Failing over to ye'old ALT+Home still works a charm however.

A reboot resolves the problem, but it does intermittently return after. Has anyone experienced this or knows how to fix without rebooting production servers.

StackUser_py
  • 283
  • 2
  • 4
  • 14
  • I don't have solution for you, but you can also use "shutdown -r" to restart, "shutdown -l" to log off. Since I myself always have a command prompt open, works great for me. – strongline May 07 '15 at 13:03
  • I got this problem recently on our VPS Server running Windows 2016. Start button and Action Center are both not working. Right click menu works. Tried the solutions here. None worked. Reboot didn't solve the problem either :( – navigator May 23 '17 at 07:05

3 Answers3

9

I see the same problem, and found a workaround by moving the task bar to the left or right side of the screen, and suddenly it Works Again. (moving it back to the lower left corner, breaks it Again)

Chance
  • 91
  • 1
  • 2
5

I have the same problem. If you open task manager under details, there are 2 explorer.exe running. End both tasks and run new task type explorer will work.

Ntiger
  • 51
  • 1
  • 1
  • 3
    Only 1 Windows Explorer instance running, however when I ended the task, restart fixed this. Weird. – Tikhon Oct 05 '17 at 12:39
-3

Sign out and then sign back in again. That fixed it for me.

Jeff
  • 1