Home > Software design >  Docker: Getting, Component CommunityInstaller.AutoStartAction failed: Attempted to perform an unauth
Docker: Getting, Component CommunityInstaller.AutoStartAction failed: Attempted to perform an unauth

Time:11-18

While installing Docker 4.2.0 on my Windows 10 Enterprise system, I am getting following error:

Component CommunityInstaller.AutoStartAction failed: Attempted to perform an unauthorized operation.
   at CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__30.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommunityInstaller.InstallWorkflow.<DoProcessAsync>d__24.MoveNext()

for the installation logs, please find attached image: enter image description here

CodePudding user response:

This was my system antivirus access permission issue. Solved after disabling them.

  • Related