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.

    Wrote a script to allow S-button to toggle between 2 resolutions

    Discussion in 'VAIO / Sony' started by 18000rpm, Oct 29, 2012.

  1. 18000rpm

    18000rpm Notebook Consultant

    Reputations:
    9
    Messages:
    136
    Likes Received:
    0
    Trophy Points:
    30
    I often toggle between 1920x1080 and 1600x900 on my Z3, so I wrote a little script to do that. You can download it here:

    https://rapidshare.com/files/1945839451/toggleRes.zip

    It uses Qres.exe to change the resolution. You can change the two resolutions in toggleRes.vbs (pretty straightforward). Since the S-button configuration program does not allow executing a vbs script, there's a toggle.bat file which runs it.

    Hope some of you might find it useful.