Any way to use windows credential manager's password to bypass password prompt while executing "runas /noprofile /user:DOMAIN\USER cmd.exe"?

0

I'm running an EXE created from a ASP.NET Console application. Which basically triggers outlook with pre-populated body, subject and sender emails. I tried executing through PSEXEC and CMD (Administrator Context) but getting following error:

Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).

Also tried using powershell that was also asking for password via a UAC. Is there any way to invoke windows credential manager's passwords to authenticate current prompts ? Or any suggestions so that the prompt can be bypassed !

c++
cmd
com
windows-authentication
user-accounts
asked on Stack Overflow Jul 25, 2018 by Raven7417 • edited Jul 25, 2018 by Raven7417

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0