mirror of https://github.com/hfiref0x/UACME.git
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Akagi"
|
||
|
version="1.0.0.0"
|
||
|
processorArchitecture="*"
|
||
|
/>
|
||
|
<description>Akagi was an aircraft carrier of the Imperial Japanese Navy (IJN), named after Mount Akagi in present-day Gunma Prefecture.</description>
|
||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
<security>
|
||
|
<requestedPrivileges>
|
||
|
<requestedExecutionLevel
|
||
|
level="asInvoker"
|
||
|
uiAccess="false"
|
||
|
/>
|
||
|
</requestedPrivileges>
|
||
|
</security>
|
||
|
</trustInfo>
|
||
|
<dependency>
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Microsoft.Windows.Common-Controls"
|
||
|
version="6.0.0.0"
|
||
|
publicKeyToken="6595b64144ccf1df"
|
||
|
language="*"
|
||
|
processorArchitecture="*"
|
||
|
/>
|
||
|
</dependentAssembly>
|
||
|
</dependency>
|
||
|
|
||
|
</assembly>
|