You Do Not Have Permission To Access This Device

Page 1 of 3 123 LastLast

  1. Posts : 14
    Windows 10 Home
       #1

    You Do Not Have Permission To Access This Device


    Hello, I am having an issue that I have been working on for weeks now and have been unable to find a solution.

    It seems out of the blue, my computer has denied me permission to access any and all removable media through usb. All my thumb-drives, all my sd-readers, and two phones. I always get this window:

    You Do Not Have Permission To Access This Device-accessnot.png

    I have tried putting ownership to my user account, with admin status, and I get this window:

    You Do Not Have Permission To Access This Device-permissions1.png

    When I click Yes:
    You Do Not Have Permission To Access This Device-permissions2.png

    When No is clicked:
    You Do Not Have Permission To Access This Device-own.png

    I tried to edit options in the group policy editor, but "removable media" is not an option.

    I tried to take ownership using elevated console commands, and no success, it wont even let me run chkdsk on the drive. (also changed drive letter with no success)

    When I go into disk manager, any device I try to access is listed as healthy, my usb drives all have correct space remaining and are FAT32, and not to mention when my devices are plugged into another pc, there is no issue accessing them, so I think its down to my computer.

    One last thing, out of nowhere, uninstalling my usb root hub through device manager and restarting the pc allowed me to access the drives and phones for a very short period of time, then the same issues arose once again and uninstalling/reinstalling the root hub never solved the issue again.

    Sorry for the novel it's just been killing me that I can't get this to work. I know it's probably something stupid simple that I am overthinking or overlooking, any help would be greatly appreciated.
      My Computer


  2. Posts : 5,330
    Windows 11 Pro 64-bit
       #2

    Have you given full permissions to Everyone user group like so:

    Make sure to open the Command Prompt as a administrator.

    Code:
    Icacls E:\  /grant Everyone:F
      My Computer


  3. Posts : 14
    Windows 10 Home
    Thread Starter
       #3

    FreeBooter said:
    Have you given full permissions to Everyone user group like so:

    Make sure to open the Command Prompt as a administrator.

    Code:
    Icacls E:\  /grant Everyone:F
    Thanks for the reply FreeBooter.

    I have tried that in the past and it has not worked, I tried it again and get this:

    You Do Not Have Permission To Access This Device-cmd.png
      My Computer


  4. Posts : 29,078
    Windows 10 21H1 Build 19043.1023
       #4

    Josh1 said:
    Hello, I am having an issue that I have been working on for weeks now and have been unable to find a solution.

    It seems out of the blue, my computer has denied me permission to access any and all removable media through usb. All my thumb-drives, all my sd-readers, and two phones. I always get this window:

    You Do Not Have Permission To Access This Device-accessnot.png

    I have tried putting ownership to my user account, with admin status, and I get this window:

    You Do Not Have Permission To Access This Device-permissions1.png

    When I click Yes:
    You Do Not Have Permission To Access This Device-permissions2.png

    When No is clicked:
    You Do Not Have Permission To Access This Device-own.png

    I tried to edit options in the group policy editor, but "removable media" is not an option.

    I tried to take ownership using elevated console commands, and no success, it wont even let me run chkdsk on the drive. (also changed drive letter with no success)

    When I go into disk manager, any device I try to access is listed as healthy, my usb drives all have correct space remaining and are FAT32, and not to mention when my devices are plugged into another pc, there is no issue accessing them, so I think its down to my computer.

    One last thing, out of nowhere, uninstalling my usb root hub through device manager and restarting the pc allowed me to access the drives and phones for a very short period of time, then the same issues arose once again and uninstalling/reinstalling the root hub never solved the issue again.

    Sorry for the novel it's just been killing me that I can't get this to work. I know it's probably something stupid simple that I am overthinking or overlooking, any help would be greatly appreciated.
    You need to take ownership:

    Add Take Ownership to Context Menu in Windows 10 | Tutorials

    Edit: Sorry, copy/paste doesn't work on a link.

    Add Take Ownership to Context Menu in Windows 10 | Tutorials

    Follow the instructions, and you should then be able to click on whatever it is and it should work. Be forewarned that it looks like things have gone crazy . . . just wait until it settles down and disappears, then try clicking on your file.
      My Computer


  5. Posts : 14
    Windows 10 Home
    Thread Starter
       #5

    Wynona said:
    You need to take ownership:

    Add Take Ownership to Context Menu in Windows 10 | Tutorials

    Edit: Sorry, copy/paste doesn't work on a link.

    Add Take Ownership to Context Menu in Windows 10 | Tutorials

    Follow the instructions, and you should then be able to click on whatever it is and it should work. Be forewarned that it looks like things have gone crazy . . . just wait until it settles down and disappears, then try clicking on your file.
    Thanks for the reply, Wynona.

    I have tried this as well in the past, the issue is my removable drives are not accessible at all, and this only adds the take ownership option to files and folders, not drives. I cannot even open removable drives to take ownership of a file or folder inside of it.

    Unless there is a step i am missing, still no luck, Thanks for the help, any more suggestions would be greatly appreciated.

    When right clicking a file on C:
    You Do Not Have Permission To Access This Device-rghtclk3.png

    When right clicking on in-accessible drive:
    You Do Not Have Permission To Access This Device-rightclk.png

    There are two options because i have tried two different scripts. Removed both, tried the one in suggested in this forum, and have received the same results.
      My Computer


  6. Posts : 268
    Windows 10 Pro x64 v22H2
       #6

    Since the problem occurs across multiple devices all of which are of device class Disk, makes me suspect (or at least want to check) driver filters applied to Device class = DISK.

    > Download and run Filter Driver Load Order tool
    > Select any disk drive
    > Click on the Clipboard button (along bottom left of tool window) and paste the result into next post
      My Computer


  7. Posts : 14
    Windows 10 Home
    Thread Starter
       #7

    I noticed that my computer never installed the windows update from October. As I was out of any other ideas, I ran the update and now my drives are accessible. I think something was wrong with the usb 3.0 ports not being able to properly accomodate 2.0 devices (my usb drives are 2.0) because the usb troubleshooter has told me this before but with no issues accessing the drives. Thanks to all the helpful posts, It seems this issue is resolved for now, and something as simple as windows update corrected it (update has caused more issues for me in the past than it has solved)

    Thanks!
      My Computer


  8. Posts : 14
    Windows 10 Home
    Thread Starter
       #8

    only a few hours later, no changes made and my removable devices are back to no access...this is extremely frustrating. There is clearly something wonky with the usb controller or something, my drives still work fine on other pc's.
      My Computer


  9. Posts : 14
    Windows 10 Home
    Thread Starter
       #9

    ComputerGeek said:
    Since the problem occurs across multiple devices all of which are of device class Disk, makes me suspect (or at least want to check) driver filters applied to Device class = DISK.

    > Download and run Filter Driver Load Order tool
    > Select any disk drive
    > Click on the Clipboard button (along bottom left of tool window) and paste the result into next post
    Thanks for the reply, I thought update had fixed my problem, but am now at square 1lol.

    here are the results
    ----------------------------------------------------
    Filter Driver Load Order Professional software bus analyzers, USB, SCSI, iSCSI, SAS, ATA, ATAPI, Fibre Channel, and more!
    ----------------------------------------------------

    Upper Class Filter: kxdiskprot
    Upper Class Filter: partmgr
    Device Object: Mass Storage Device USB Device
    Lower Class Filter: EhStorClass

    Driver Name: kxdiskprot.sys
    File Location: c:\windows\system32\drivers
    File Description: Kionix disk protection filter driver
    File Version: 1.1.3.6 [1.1.3.6]
    Product Name: Kionix freefall protection
    Product Version: 1.1.3.6 [1.1.3.6]
    Company Name: Kionix, Inc.

    Driver Name: partmgr.sys
    File Location: c:\windows\system32\drivers
    File Description: Partition driver
    File Version: 10.0.17763.1 (WinBuild.160101.0800) [6.2.17763.168]
    Product Name: Microsoft® Windows® Operating System
    Product Version: 10.0.17763.1 [10.0.17763.168]
    Company Name: Microsoft Corporation

    Driver Name: ehstorclass.sys
    File Location: c:\windows\system32\drivers
    File Description: Enhanced Storage Class driver for IEEE 1667 devices
    File Version: 10.0.17763.1 (WinBuild.160101.0800) [6.2.17763.1]
    Product Name: Microsoft® Windows® Operating System
    Product Version: 10.0.17763.1 [10.0.17763.1]
    Company Name: Microsoft Corporation
      My Computer


  10. Posts : 29,078
    Windows 10 21H1 Build 19043.1023
       #10

    Josh1 said:
    only a few hours later, no changes made and my removable devices are back to no access...this is extremely frustrating. There is clearly something wonky with the usb controller or something, my drives still work fine on other pc's.
    Josh, do you have a USB 2.0 port you can try your drives in? Also, What kind are they; my very old external drives are USB 3.0, so I'm wondering what yours actually are.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:33.
Find Us




Windows 10 Forums