來源:https://technews.tw/2018/12/20/windows-10-sandbox-mode-for-testing-untrusted-applications/
不知到這個功能要去哪邊才能打開?
https://techcommunity.microsoft.com/t5/Windows-Kernel-Internals/Windows-Sandbox/ba-p/301849
Quick start
Install Windows 10 Pro or Enterprise, Insider build 18305 or newer
Enable virtualization:
If you are using a physical machine, ensure virtualization capabilities are enabled in the BIOS.
If you are using a virtual machine, enable nested virtualization with this PowerShell cmdlet:
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Open Windows Features, and then select Windows Sandbox. Select OK to install Windows Sandbox. You might be asked to restart the computer.
Optional Windows Features dlg.png
Using the Start menu, find Windows Sandbox, run it and allow the elevation
Copy an executable file from the host
Paste the executable file in the window of Windows Sandbox (on the Windows desktop)
Run the executable in the Windows Sandbox; if it is an installer go ahead and install it
Run the application and use it as you normally do
When you’re done experimenting, you can simply close the Windows Sandbox application. All sandbox content will be discarded and permanently deleted
Confirm that the host does not have any of the modifications that you made in Windows Sandbox.
Windows Sandbox Screenshot - open.jpg
Windows Sandbox respects the host diagnostic data settings. All other privacy settings are set to their default values.
Windows 10 / 11 專業版以上才有的功能。
有些分享文說要進 BIOS 開啟 VT-d 之類的選項,
我的電腦直接就可以打開 Sandbox。