Credentials error while Starting Docker Container on Windows 10

Please let me know anyone faced this issue and have resolution for this.

FYR,
Error running exec 1ab80558a3aa152946f02a79c4a22aa6337fa0bc1f1e58ebfd7e42b5c8f18e47 in container: container 82699ea4fa8b3df8548cb75b4b132d6d50405a3bf2f42e820ee688e42a28b23f encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The user name or password is incorrect. (0x52e)

[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]

[Event Detail: Provider: 00000000-0000-0000-0000-000000000000]
[Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF665BB9F4B: (caller: 00007FF665B6E13A) Exception(2) tid(4d0) 8007052E The user name or password is incorrect.
CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess]
Provider: 00000000-0000-0000-0000-000000000000] extra info: {“CommandLine”:“cmd.exe /C “ECHO 192.100.1.4 host.docker.internal \u003e\u003e %systemroot%\system32\drivers\etc\hosts \u0026 ECHO 192.100.1.4 gateway.docker.internal \u003e\u003e %systemroot%\system32\drivers\etc\hosts””,“User”:“Administrator”,“WorkingDirectory”:“C:\inetpub\wwwroot”,"Environment

Have you added the user to the docker-users group? Failure to do so will likely lead to this error.

How do I know which user to add?