Visual Studio output file permissions?

前端 未结 4 1318
孤城傲影
孤城傲影 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:41

    no one give the right answer, so I close this question as a bug within operating system, not in Visual Studio, maybe the O/S is compromised since the file handle is owned by 'System' process (PID 4) and I can't release the file handle since it reporting the file handle is invalid using process explorer.

提交回复
热议问题