Advertisement
genBTC

MS manifest.xml for administrator, 32-bit on 64-bit cpu

Jan 4th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.  <assemblyIdentity version="7.0.3.0" name="ultradefrag" processorArchitecture="amd64" type="win32"/>
  4.   <description>UltraDefrag GUI</description>
  5.   <dependency>
  6.    <dependentAssembly>
  7.     <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
  8.      version="6.0.0.0" processorArchitecture="amd64"
  9.      publicKeyToken="6595b64144ccf1df" language="*" />
  10.    </dependentAssembly>
  11.   </dependency>
  12.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  13.    <security>
  14.     <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  15.      <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
  16.     </requestedPrivileges>
  17.    </security>
  18.   </trustInfo>
  19.   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  20.    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  21.     <dpiAware>true</dpiAware>
  22.    </asmv3:windowsSettings>
  23.   </asmv3:application>
  24. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement