Enable Windows Sandbox
Optional Windows FeaturesVersión mínima de Windows: 22483Requiere reinicio
Windows Sandbox is a lightweight desktop environment for safely running applications in isolation. Software installed inside the Windows Sandbox environment remains 'sandboxed' and runs separately from the host machine. Only supported on Windows 11 Pro, Workstation, and Enterprise editions.
Código para aplicar
Este ajuste usa comandos de PowerShell directamente (sin cambios en el Registry).
Enable Windows SandboxPowerShell
# Enable Windows Sandbox
# Requires Windows 11 Pro, Workstation, or Enterprise
# A reboot is required after enabling this feature
Write-Host "Enabling Windows Sandbox..." -ForegroundColor Cyan
Enable-WindowsOptionalFeature -Online -FeatureName "Containers-DisposableClientVM" -All -NoRestart
Write-Host "Windows Sandbox has been enabled. Please restart your PC." -ForegroundColor Green¿Quieres combinarlo con otros ajustes?
Abrir configurador