Powerpoint will not scale properly on second monitor

Anonymous
2013-12-12T23:14:44+00:00

Powerpoint refuses to scale properly on my second monitor and borders menu items etc. stay too big to operate efficiently. Word is working as it should and the menu items resize appropriately when moving from monitor to monitor. You can view an example screen shot of both Word and Powerpoint on the monitor here: http://screencast.com/t/MAkVnCXAtfph

Is there a setting to fix this and make it behave like Word does?

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

54 answers

Sort by: Most helpful
  1. Anonymous
    2016-06-15T17:44:40+00:00

    As stated above this is not a solution but at best a temporary workaround with the following major drawbacks:

    1. Office Updates will overwrite your changes all the time. Since Office Updates happen silently (in Office 365) you will never know when Powerpoint switches back to its unfortunate erroneous behavior
    2. Pen based input does not work with this work-around: Pen input appears at wrong positions on the screen if the DPI-Aware setting is changed
    3. Some image types disappear when the DPI-Aware settings are tampered with. I haven't found out exactly which image types are affected, but it has to do with combinations of groups of vector graphics and pixel graphics and transparency.

    I still cannot see why MS does not manage to fix this bug. To anybody using Powerpoint on a Surface or Surface Book it only shows how MS is not capable of making one of their flagship software work with all its new flagship features (like pen support) on their latest flagship hardware products.

    .

    I couldn't agree more! Not to mention that this is completely unfeasible as an enterprise solution.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-06-15T09:52:00+00:00

    As stated above this is not a solution but at best a temporary workaround with the following major drawbacks:

    1. Office Updates will overwrite your changes all the time. Since Office Updates happen silently (in Office 365) you will never know when Powerpoint switches back to its unfortunate erroneous behavior
    2. Pen based input does not work with this work-around: Pen input appears at wrong positions on the screen if the DPI-Aware setting is changed
    3. Some image types disappear when the DPI-Aware settings are tampered with. I haven't found out exactly which image types are affected, but it has to do with combinations of groups of vector graphics and pixel graphics and transparency.

    I still cannot see why MS does not manage to fix this bug. To anybody using Powerpoint on a Surface or Surface Book it only shows how MS is not capable of making one of their flagship software work with all its new flagship features (like pen support) on their latest flagship hardware products.

    .

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-04-26T18:52:43+00:00

    Damn,

    thanks for pointing out this.

    Fully agree with your comment, even if it is not really helpful though.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-04-26T14:03:18+00:00

    This is NOT helpful for three reasons:

    1. Office Updates will overwrite your changes all the time. Since Office Updates happen silently (in Office 365) you will never know when Powerpoint switches back to its unfortunate erroneous behavior
    2. Pen based input does not work with this work-around: Pen input appears at wrong positions on the screen if the DPI-Aware setting is changed
    3. Some image types disappear when the DPI-Aware settings are tampered with. I haven't found out exactly which image types are affected, but it has to do with combinations of groups of vector graphics and pixel graphics and transparency.

    The ONLY solution to this problem would be: Powerpoint Developers: Read about what your Windows Developer colleages at Microsoft intended with enabling Windows 8.1 to have different High-DPI settings on different monitors and JUST FIX YOUR BUGS! You may want to ask your Word and Excel Developer colleages how hey were able to just make their programs work. AND You may also ask your Surface Product Manager colleagues what they think about shipping a software which shows its bugs best if run on one of the high-end high-dpi and high-priced flagship Surface devices.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-04-26T13:23:08+00:00

    open the file

    C:\Program Files\Microsoft Office 15\root\office15\powerpnt.exe.manifest

    Using a text editor. Then, look for word True/PM in the following block:

    1<br><br><br>2<br><br><br>3<br><br><br>4<br><br><br>5 <asmv3:application<br>xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"><br><br><br><asmv3:windowsSettings<br>xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"><br><br><br><dpiAware><strong>True/PM</strong></dpiAware><br><br><br></asmv3:windowsSettings><br><br><br></asmv3:application>

    And change it to:

    1<br><br><br>2<br><br><br>3<br><br><br>4<br><br><br>5 <asmv3:application<br>xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"><br><br><br><asmv3:windowsSettings<br>xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"><br><br><br><dpiAware><strong>True</strong></dpiAware><br><br><br></asmv3:windowsSettings><br><br><br></asmv3:application>

    Now save and open PowerPoint. PowerPoint should not auto-scale properly.

    Credit to

    http://crsouza.com/2015/08/powerpoint-is-huge-on-a-second-monitor/#comment-65822

    with a slight modification

    Was this answer helpful?

    0 comments No comments