Windows – Remove unwanted VAIO Control Center icons from system tray

notification-areasony-vaiowindows 8

I'm somewhat bothered by the needless presence of a scroll lock indicator and a touchpad toggle in my system tray (since Windows 7 also known as a notification area).

Specifically, the two ugly icons in the bottom of the overflow:

VAIO Control Center notifications

The mouse-over for these tray icons reads "Scr Lk Off" and "Touchpad: On", respectively, and the Windows Notification Area Icons window reveals that they're associated with VAIO Control Center.

I've already moved them into the overflow, but choosing "Customize…" and setting both associated options to "Hide icon and notifications" appears to have no effect.

I cannot fathom why anybody would use this, as there are function-key shortcuts for both these options. (Although there's no indicator for scroll lock, I really couldn't care less what its setting is as I've in 20 years never found a use for it.)

Is there any way to get rid of these system tray icons?

Best Answer

I figured out that the application responsible for these two icons is a background service called "VAIO Event Service", which is started with Windows. It's generally not a good idea to stop this service, because in doing so, various shortcut keys stop working. The service description also mentions that power management is disabled.

Simply put: the icons cannot be disabled without losing some functionality of your VAIO notebook.

It may nevertheless be insightful to share how I figured out which app was responsible for the icons:

  1. Firstly, to get some more information about the application responsible for the tray icons, I expanded the notification area and clicked "Customize..." to open the Windows Notification Area Icons window. From there, I determined that the application name is "VAIO Control Center".
  2. I then used Sysinternal's Process Explorer to review all running tasks that contain that application in the description column. Sure enough, there was a match. In the mouse-over tooltip, the match revealed that it was associated with a service.
  3. In the Windows Services window, I located that service and stopped it. The icons immediately disappeared from my tray, but I could no longer disable the touchpad with the Fn+F1 shortcut.