セキュリティ設定と取得に関する多くの実験の後:
"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.
ファイルをコピーするには?前もって感謝します