A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
In Office 2016 on Windows 10, you just need to go into the directory that contains powerpnt.exe (which may be C:\Program Files\Microsoft Office\Office16), and there is already a powerpnt.exe.manifest file. Change the line that says:
<dpiAware>True/PM</dpiAware>
And make it say
<dpiAware>false</dpiAware>
No need to go into the registry since there is already a manifest file that is being read.