-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.6.2] Error 5 "Access denied" solution #391
Comments
Thank you. After 2 hours of searching, this article solved my problem. |
The permissions seem to keep reverting back. After every reboot i must re-apply the permissions for Remote Desktop to start. |
genius |
After setting all the permissions and getting the service running, I still was getting the error "Access denied". In my case, I changed the account type of the account that I was trying to login to from "Local Account" to "Administrator" and I was able to log in successfully. |
Hi I can’t find the network service in security to change the permission |
TermService fails to start due to "Access Denied" error when rdp wrapper is installed.
Adding read permissions on
C:\Program files\RDPWrapper
toNETWORK SERVICE
doesn't help.C:\Program files\RDPWrapper\rdpwrap.dll
sole ACL wasAdministrators
group with full control, adding read and execute forNETWORK SERVICE
solves the problem.Installer and updater should check
NETWORK SERVICE
has read and execute permission on all files in the folder. Other permissions are not important.Installer and updater should also check
Everybody
andUsers
has no write or append rights on any files in this folder for security reasons.The text was updated successfully, but these errors were encountered: