Visual Studio output file permissions?

前端 未结 4 1311
孤城傲影
孤城傲影 2020-12-01 08:24

I\'am using Visual Studio 2010, how to set or automatically change owner of the output file from Visual Studio (such as executable file) to user other than administrator?

4条回答
  •  温柔的废话
    2020-12-01 08:34

    As mentioned above, the fix to this problem is to enable Windows Application Experience Service. Here's how to do this:

    1. Windows key + R
    2. Type "services.msc" in the window that pops up
    3. In the list, find "Application Experience."
    4. Double-click on this and change from "disabled" to "enabled"

    It should work now! Worked for me :)

    Source: http://www.techknowl.com/disable-unwanted-services-and-speed-up.html

提交回复
热议问题