The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to get rid of the VAIO Event Service Tooltips

    Discussion in 'VAIO / Sony' started by pyr0, Sep 30, 2011.

  1. pyr0

    pyr0 100% laptop dynamite

    Reputations:
    829
    Messages:
    1,272
    Likes Received:
    36
    Trophy Points:
    56
    Hey folks,

    if you plug a monitor to your VAIO's HDMI port or an eGPU, you will have noticed the VAIO Event Service pop up:

    [​IMG]

    If you click on the popup, you will be simply redirected to VAIO Control Center. This bloatware popup annoyed me for a long time, but since the event service is required for S-Buttons and FN-Shortcuts to work, I could not simply uninstall this service. That's why I have gone the extra mile and patched the respective DLL which handles the GUI so it doesn't show this useless balloon anymore. Just a few bytes needed some change. Tested it and the patched DLL works like a charm.

    If you want to do the patch to your laptop, just download the attached file and follow these few steps:

    • Stop Vaio Event Service. For that, open a command window (type cmd.exe in the start menu box). There type:
      net stop "Vaio Event Service"
    • Copy over the VESCommonUI.dll in the attached file to C:\Program Files (x86)\Sony\VAIO Event Service\ and replace the existing file. Create a backup of the original file if you like.
    • Start Vaio Event Service by entering
      net start "Vaio Event Service"
      into the command window.
      That's all.

    Hope you like it, feel free to ask. Feedback appreciated.

    This should work with any VAIO that shows this popup and has Version 5.3.0.05310 (check in C:\Program Files (x86)\Sony\VAIO Event Service\Version.txt). I tested it with my Z11.
     

    Attached Files:

  2. sixthday

    sixthday Notebook Enthusiast

    Reputations:
    0
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    15
    Very useful. Thanks