locked
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item. When I intall the software , it shows the message. RRS feed

  • 问题

  • Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item. 

    When I intall the software , it shows the message. But I'am the local administrators's member.

    Image

    While running as administrator, it shows as below:

    http://fud.community.services.support.microsoft.com/Fud/FileDownloadHandler.ashx?fid=f534b1f0-1393-4c37-a9db-d272b227bed5

    It is a client from another domain.   Not our domain client.


    Michael Chiang

    2016年3月3日 1:17

答案

  • Hi Michael,

     

    From my experiences, this issue should be related to access permission. We need to check whether we have permission to run this file.

    For "Windows cannot access the specified device, path, or file" error, we could refer to this link to have a troubleshoot.

    https://support.microsoft.com/en-us/kb/2669244

    If we do not have permission to execute it, we need take administrative ownership of this file using “takeown /f” command then grant administrators full access to this file using “icacls” command.

    For example,

    takeown /f <var>Path_And_File_Name</var>

    icacls <var>Path_And_File_Name</var>/GRANT ADMINISTRATORS:F

    Also, I notice that this computer is from another domain, we could try to install another software to have a test, to verify whether it is blocked by Group Policy.

    In addition, we could try to create a new administrator then try to install again in your new administrator account in case the present user account is corrupted.

     

    If the issue persists, for the "Access Denied" issue, the process monitor tool should be useful to troubleshoot it.

    Process Monitor v3.2

    https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx

    Solving Access Denied Errors Using Process Monitor

    http://improve.dk/solving-access-denied-errors-using-process-monitor/

     

    Best regards.

    NOTE: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.


    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.

    2016年3月3日 10:18

全部回复

  • login as local\administrator
    2016年3月3日 7:05
  • Hi Michael,

     

    From my experiences, this issue should be related to access permission. We need to check whether we have permission to run this file.

    For "Windows cannot access the specified device, path, or file" error, we could refer to this link to have a troubleshoot.

    https://support.microsoft.com/en-us/kb/2669244

    If we do not have permission to execute it, we need take administrative ownership of this file using “takeown /f” command then grant administrators full access to this file using “icacls” command.

    For example,

    takeown /f <var>Path_And_File_Name</var>

    icacls <var>Path_And_File_Name</var>/GRANT ADMINISTRATORS:F

    Also, I notice that this computer is from another domain, we could try to install another software to have a test, to verify whether it is blocked by Group Policy.

    In addition, we could try to create a new administrator then try to install again in your new administrator account in case the present user account is corrupted.

     

    If the issue persists, for the "Access Denied" issue, the process monitor tool should be useful to troubleshoot it.

    Process Monitor v3.2

    https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx

    Solving Access Denied Errors Using Process Monitor

    http://improve.dk/solving-access-denied-errors-using-process-monitor/

     

    Best regards.

    NOTE: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.


    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.

    2016年3月3日 10:18
  • Please log on Windows as "Computer Name\Administrator", then take the ownership of the software target installation folder, set its privilege as full control.


    Alexis Zhang

    http://mvp.microsoft.com/zh-cn/mvp/Jie%20Zhang-4000545
    http://blogs.itecn.net/blogs/alexis

    推荐以 NNTP Bridge 桥接新闻组方式访问论坛。

    本帖是回复帖,原帖作者是楼上的 <Michael S.D. Cheung>;

    | Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
    | When I intall the software , it shows the message. But I'am the local administrators's member.

    2016年3月3日 14:39