Skip to content

Instantly share code, notes, and snippets.

@hayamiz
Last active March 1, 2022 20:34
Show Gist options
  • Save hayamiz/53c1b1a33d89a6dfe3fa32932e56be80 to your computer and use it in GitHub Desktop.
Save hayamiz/53c1b1a33d89a6dfe3fa32932e56be80 to your computer and use it in GitHub Desktop.
Mendeley HiDPI manifest (copy this to C:\Program Files (x86)\Mendeley Desktop\)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*">
</assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="amd64"
publicKeyToken="1fc8b3b9a1e18e3b">
</assemblyIdentity>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
@elseasama
Copy link

Thank you @evanmascitti, your solution is superior and does not scale down the resolution of the icons.

@maddiesc
Copy link

maddiesc commented Mar 1, 2022

Thank you, @evanmascitti. I was baffled at why my Mendeley was suddenly TINY, but this fixed it and it looks like it did before my last Windows update.

@evanmascitti
Copy link

Thank you, @evanmascitti. I was baffled at why my Mendeley was suddenly TINY, but this fixed it and it looks like it did before my last Windows update.

Glad that you found it useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment