Parece que o problema e geral.
Conferi todas as dependências e recursos relacionados ao sendbox ,tudo está ativo, removi e depois instalei novamente estes recursos e mesmo assim o mesmo erro.
"
O Windows Sandbox falhou ao inicializar. Esta operação foi retornada porque o tempo limite expirou. (0x800705B4)
"
PS C:\WINDOWS\system32> Get-WindowsOptionalFeature -Online | Where-Object {$.FeatureName -like "Containers-DisposableClientVM"} FeatureName : Containers-DisposableClientVM State : Enabled PS C:\WINDOWS\system32> Get-WindowsOptionalFeature -Online | Where-Object {$.FeatureName -like "Microsoft-Hyper-V*" -or $.FeatureName -like "Containers*"} FeatureName : Microsoft-Hyper-V-All State : Enabled FeatureName : Microsoft-Hyper-V State : Enabled FeatureName : Microsoft-Hyper-V-Tools-All State : Enabled FeatureName : Microsoft-Hyper-V-Management-PowerShell State : Enabled FeatureName : Microsoft-Hyper-V-Hypervisor State : Enabled FeatureName : Microsoft-Hyper-V-Services State : Enabled FeatureName : Microsoft-Hyper-V-Management-Clients State : Enabled FeatureName : Containers-DisposableClientVM State : Enabled FeatureName : Containers-Server-For-Application-Guard State : Enabled FeatureName : Containers State : Enabled FeatureName : Containers-HNS State : Enabled FeatureName : Containers-SDN State : Enabled PS C:\WINDOWS\system32> Get-WindowsOptionalFeature -Online | Where-Object {$.FeatureName -like "Microsoft-Hyper-V*" } FeatureName : Microsoft-Hyper-V-All State : Enabled FeatureName : Microsoft-Hyper-V State : Enabled FeatureName : Microsoft-Hyper-V-Tools-All State : Enabled FeatureName : Microsoft-Hyper-V-Management-PowerShell State : Enabled FeatureName : Microsoft-Hyper-V-Hypervisor State : Enabled FeatureName : Microsoft-Hyper-V-Services State : Enabled FeatureName : Microsoft-Hyper-V-Management-Clients State : Enabled PS C:\WINDOWS\system32> systeminfo | Select-String "Virtualização" Segurança baseada em virtualização: Status: Executando Suporte para Virtualização de Base Suporte para Virtualização de Base Virtualização do APIC PS C:\WINDOWS\system32> Get-Service vmms Status Name DisplayName
Running vmms Gerenciamento da Máquina Virtual do... PS C:\WINDOWS\system32>