-
Notifications
You must be signed in to change notification settings - Fork 760
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
Fix-FilePermissionInternal Errors on User 'APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES' #750
Comments
I can submit a PR for this request if that is acceptable. |
Yes please. |
@DarwinJS, I found the cause of the problem. The line you pointed above has no problem since it just remove the inheritance. The real problem is here: Please let me know if you want this fix in v0.0.15.0 package, or it is okay to have the fix in your chocolatey package. Thanks! |
Ahh yes - I realize that the comment I put on #756 was for this issue - I had found the code on the pull request and tested it. Thanks! |
This problem is cropping up again with OpenSSHUtils.psm1, only now since I am not writing the code I can't skip over "APPLICATION PACKAGE AUTHORITY". (previously mentioned in #719)
I do not believe I have any third party elements on my Windows 10 machine that would add virtual accounts with these names - so I am hoping you can find out something internally in Microsoft as to what these virtual accounts are?
I have applied creators update to this machine (1703)- however - I originally reported this while still on 1607.
The believe line of code doing this is here:
Win32-OpenSSH/contrib/win32/openssh/OpenSSHUtils.psm1
Line 306 in 2c3a1a9
The text was updated successfully, but these errors were encountered: