I do not have permission????


  1. Posts : 16
    Windows 10 Pro
       #1

    I do not have permission????


    I created a new user profile in windows 10 with administrator permission. Now when I try to access a file on drive f, I am denied permission to even open the folder.

    l hate windows permission, since I am the only one that has access to my computer, is there a way to permanently disable the permissions feature? Barring that, how can I get permission to access the folder?
      My Computer


  2. Posts : 5,478
    2004
       #2

    Open an elevated command prompt (right click and run as administrator) and enter the following (assuming the directory you have a problem with is "F:\Problem Directory" - otherwise you'll want to change the bit in red...)
    Code:
    takeown  /f "F:\Problem Directory" /r
    icacls      "F:\Problem Directory" /grant "%USERDOMAIN%\%USERNAME%":(F) /t
    This will take ownership of the directory and then grant authority to the current user.

    Note: no need to change "%USERDOMAIN%\%USERNAME%" with your user name - just enter it as it is above.

    While you could give yourself authority to everything like this it would be a bad idea as any malware you got would also get full authority and also some programs might expect default permissions and act erratically. I'd not mess with permissions in directories other than those just containing your data (i.e. not "C:\Windows", "C:\Program Files" etc).
      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 19:56.
Find Us




Windows 10 Forums