Open3
A critical process running in the remote session terminated unexpectedly.Error code: 0x10
Azure VM でwindowsサーバーを作成して、ローカルPCのMacOSからWindows APPを利用して、rdpファイルを使って接続した際に発生。
AzurePortalのOperations>Run command> RunPowerShellScriptから以下コマンドを実行
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
Get-Service -Name TermService
その後に、VM再起動して試す。
↑で解消して、接続後落ちなかった。