经过多次安全设置实验并获得:
"you need permission to perform this action<br>
you require permission from **xxx\user** to make changes to this file"
我尝试了以下方法:
C:\folder>takeown /f "c:\software\file.exe"
SUCCESS: The file (or folder): "c:\software\file.exe" now owned by user "xxx\user".
C:\folder>copy "c:\software\file.exe" "c:\Program Files (x86)\some_folder"
Access is denied.
0 file(s) copied.
如何复制文件?提前致谢