首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

vista上解决运行程序的级别

2012-07-24 
vista下解决运行程序的级别xxx.exe.manifest的内容如下:?xml version1.0 encodingUTF-8 standalone

vista下解决运行程序的级别

vista上解决运行程序的级别

xxx.exe.manifest的内容如下:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
?version="1.0.0.0"?
?processorArchitecture="x86"
?name="xxx"
?type="win32"
/>
<description>
?xxx.exe
</description>
<dependency>
?<dependentAssembly>
??<assemblyIdentity
???type="win32"
???name="Microsoft.Windows.Common-Controls"
???version="6.0.0.0"
???processorArchitecture="x86"
???publicKeyToken="6595b64144ccf1df"
???language="*"
??/>
?</dependentAssembly>
</dependency>

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
?<security>
??<requestedPrivileges>
???<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
??</requestedPrivileges>
?</security>
</trustInfo>
</assembly>

热点排行