Script for automating a large assortment of AME related actions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
837 B

9 months ago
9 months ago
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  4. <security>
  5. <requestedPrivileges>
  6. <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
  7. </requestedPrivileges>
  8. </security>
  9. </trustInfo>
  10. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  11. <application>
  12. <!-- Support Windows 10 and above - needed for certain functions to return
  13. correct Windows version. https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#supportedOS -->
  14. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
  15. </application>
  16. </compatibility>
  17. </assembly>