通过代码编辑程序文件中的xml
本文关键字:xml 文件 编辑程序 代码 | 更新日期: 2023-09-27 17:51:25
我在C:'Program files(86)'Application
中有一个xml文件。我只能通过以管理员身份打开的记事本编辑文件。我想通过代码编辑文件。是否可以通过代码编辑xml文件?我使用的是windows 8.1和visual studio 12.
您可以将Application Manifest File
添加到您的项目中并替换
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />