ItzzZeddy Posted November 14, 2022 Share Posted November 14, 2022 i have the right version installed but it keeps saying i need to download dotnet? i dont get it Please review the "Best Answer" at the top of the page. i have reviewed it, it still wont let me install it. when i run the command in cmd it just tells me access is denied and no matter what i do that line hasnt changed. Link to comment Share on other sites More sharing options...
Pickysaurus Posted November 14, 2022 Share Posted November 14, 2022 It sounds like you don't have admin rights on your PC. Would that be the case? If so, please get an administrator to run the command. Link to comment Share on other sites More sharing options...
ItzzZeddy Posted November 14, 2022 Share Posted November 14, 2022 It sounds like you don't have admin rights on your PC. Would that be the case? If so, please get an administrator to run the command. no i have already checked that mine is the only account on the pc and it says my account is the administrator. is there any other thing you can think of? thanks Link to comment Share on other sites More sharing options...
Tannin42 Posted November 15, 2022 Share Posted November 15, 2022 Even if your account is the only one, by default anything you do is still run with limited user rights. To start the command line as administrator you have to find "command prompt" in the start menu, right-click it and select "Run as Administrator" Link to comment Share on other sites More sharing options...
ItzzZeddy Posted November 15, 2022 Share Posted November 15, 2022 Even if your account is the only one, by default anything you do is still run with limited user rights. To start the command line as administrator you have to find "command prompt" in the start menu, right-click it and select "Run as Administrator"yeah i have used the administrator command prompt but it tells me it still fails to access 1 file. Link to comment Share on other sites More sharing options...
ItzzZeddy Posted November 15, 2022 Share Posted November 15, 2022 Even if your account is the only one, by default anything you do is still run with limited user rights. To start the command line as administrator you have to find "command prompt" in the start menu, right-click it and select "Run as Administrator"yeah i have used the administrator command prompt but it tells me it still fails to access 1 file. so i have just found the issue i use brave and i turned off the ad blocker and for some reason that allowed my pc to detect dotnet and install the mod. i dont understand it myself but that was the issue i was having, thanks to all who replied for the help. Link to comment Share on other sites More sharing options...
showler Posted November 15, 2022 Share Posted November 15, 2022 Geez, at this point they should just make Brave illegal. Link to comment Share on other sites More sharing options...
mrbaungartner Posted November 17, 2022 Share Posted November 17, 2022 I finally got it working!I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 After that I entered these two commands in CMD as Admin: icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)" 1 Link to comment Share on other sites More sharing options...
julysfire Posted November 24, 2022 Share Posted November 24, 2022 I finally got it working! I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 After that I entered these two commands in CMD as Admin: icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)" Those commands are what did it for me! Thank You! Link to comment Share on other sites More sharing options...
aearon09 Posted November 30, 2022 Share Posted November 30, 2022 I finally got it working! I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 After that I entered these two commands in CMD as Admin: icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)" This is what finally fixed it for me too! Thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now