home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <!-- Copyright (c) Microsoft Corporation -->
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
- manifestVersion="1.0">
-
- <assemblyIdentity version="5.1.0.0"
- processorArchitecture="x86"
- name="Microsoft.Windows.Net.hostname"
- type="win32"/>
-
- <description>hostname - Host name command line tool.</description>
-
- <!-- Identify the application security requirements. -->
-
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"/>
- </requestedPrivileges>
- </security>
- </trustInfo>
-
- </assembly>