mirror of
https://github.com/KelvinTegelaar/RunAsUser.git
synced 2026-04-26 09:05:56 +03:00
[PR #37] [MERGED] CreateProcessAsUser Access is denied 0x00000005 #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/RunAsUser#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KelvinTegelaar/RunAsUser/pull/37
Author: @timbrigham-oc
Created: 12/12/2022
Status: ✅ Merged
Merged: 4/18/2024
Merged by: @KelvinTegelaar
Base:
master← Head:master📝 Commits (10+)
ca89e7eUpdate runasuser.psm17a15849Merge pull request #1 from timbrigham-onecall/timbrigham-onecall-patch-1db977b0Merge branch 'KelvinTegelaar:master' into master4abf297Merge branch 'KelvinTegelaar:master' into timbrigham-onecall-patch-1749e9ecUpdate runasuser.psm14141f78Update Invoke-AsCurrentUser.ps1c021acfUpdate README.mdc9b066fUpdate runasuser.psm1da822eeMerge branch 'master' into timbrigham-onecall-patch-1efe6c5fMerge pull request #2 from timbrigham-oc/timbrigham-onecall-patch-1📊 Changes
3 files changed (+7 additions, -4 deletions)
View changed files
📝
Public/Invoke-AsCurrentUser.ps1(+3 -1)📝
README.md(+0 -0)📝
runasuser.psm1(+4 -3)📄 Description
Fix for "CreateProcessAsUser failed. (Access is denied, Win32ErrorCode 5 - 0x00000005)" bug.
This is triggered if using Tanium for starting the tasks, at a minimum.
References:
https://social.technet.microsoft.com/Forums/en-US/89df4e34-4a70-4503-a4db-d8cee86e0c3b/createprocessasuser-failing-with-error-code-5-erroraccessdenied
https://learn.microsoft.com/en-us/windows/win32/procthread/process-creation-flags
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.