Forum Discussion
Windows Admin Center.exe exception (0xe0434352)
- May 23, 2025
Seems like the workaround is presented here:
Azure Local - Windows Admin Center won't start - Microsoft Q&A$svc = Get-WmiObject -Class Win32_Service -Filter "Name='WindowsAdminCenter'"
$svc.Change($null, $null, $null, $null, $null, $null, "LocalSystem", $null)
Restart-Service WindowsAdminCenter
Seems like the workaround is presented here:
Azure Local - Windows Admin Center won't start - Microsoft Q&A
$svc = Get-WmiObject -Class Win32_Service -Filter "Name='WindowsAdminCenter'"
$svc.Change($null, $null, $null, $null, $null, $null, "LocalSystem", $null)
Restart-Service WindowsAdminCenter
- ___Patrick___May 23, 2025Copper Contributor
This also fixes the "A fatal error occurred when attempting to access the TLS server credential private key. The error code returned from the cryptographic module is 0x8009030D. The internal error state is 10001.
The SSPI client process is WindowsAdminCenter" Schannel errors with EventID 36870.