aida64.exe.manifest 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
  3. manifestVersion="1.0">
  4. <assemblyIdentity
  5. name="AIDA64"
  6. processorArchitecture="x86"
  7. version="1.0.0.0"
  8. type="win32"/>
  9. <description>AIDA64</description>
  10. <dependency>
  11. <dependentAssembly>
  12. <assemblyIdentity
  13. type="win32"
  14. name="Microsoft.Windows.Common-Controls"
  15. version="6.0.0.0"
  16. processorArchitecture="x86"
  17. publicKeyToken="6595b64144ccf1df"
  18. language="*"
  19. />
  20. </dependentAssembly>
  21. </dependency>
  22. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  23. <security>
  24. <requestedPrivileges>
  25. <requestedExecutionLevel
  26. level="highestAvailable"
  27. uiAccess="false"/>
  28. </requestedPrivileges>
  29. </security>
  30. </trustInfo>
  31. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  32. <application>
  33. <!-- Windows 10 -->
  34. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  35. <!-- Windows 8.1 -->
  36. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  37. <!-- Windows Vista -->
  38. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  39. <!-- Windows 7 -->
  40. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  41. <!-- Windows 8 -->
  42. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  43. </application>
  44. </compatibility>
  45. <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  46. <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  47. <dpiAware>true</dpiAware>
  48. </asmv3:windowsSettings>
  49. </asmv3:application>
  50. </assembly>