41

Bluebox microsoft devilspawn

This blue rectangle is fixed on the screen. Sometimes growing, shrinking and changing place.

tried the answer to this question: In the Visual Studio SQL editor, how do I get rid of the boxes? as I thought it might be related but didn't help. How to get rid of it?

Community
  • 1
  • 1
springbo
  • 1,096
  • 1
  • 9
  • 15
  • If you go to Tools -> Options -> Environment -> General and change the Color Theme to something else, does it go away or does it remain? – VictorySaber Mar 03 '14 at 15:54
  • 1
    This is not a VS feature. Disable add-ins one by one. – Hans Passant Mar 03 '14 at 16:20
  • it might be worth mentioning that it was running in parallels on mac os. Not really an answer to the question but restarting the windows instance on parallels removed it. – springbo Mar 03 '14 at 19:19

3 Answers3

108

The box is drawn by Windows' Narrator feature for people with low vision. I recently accidentally toggled this myself by hitting winkey+enter. Hitting it again and moving the mouse cursor seems to toggle it back off again as well.

As mentioned below, depending on the narrator shortcuts configured on your system one of the following may work:

  • winkey+enter.
  • caps lock+esc

Full overview of narrator hot keys can be found here.

Community
  • 1
  • 1
jessehouwing
  • 106,458
  • 22
  • 256
  • 341
4

For some reason Winkey + Enter didn't work for me. However I found Caps Lock + Esc did the trick. See Narrator Shortcuts for more info

ChrisG
  • 1,316
  • 1
  • 11
  • 14
-7

It looks like you have an extension installed which is adding that box. Try disabling extensions until you find the one that is causing this

  • Tools -> Options -> Extension Manager
JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454