2021年7月7日 星期三

Change Windows 10 Sandbox Memory

Windows 10 預設的沙箱(Sandbox)預設是 4G 記憶體
若要調大記憶體,可以建立一個副檔名為 .wsb 的檔案,內容

<Configuration>
<MemoryInMB>8192</MemoryInMB>
</Configuration>

以上例子是改為 8G
然後點這個檔執行,用沙箱開啟即可
其他設定可以參考 Windows Sandbox configuration

沒有留言:

Windows 11 bypass TPM and create local account

跳過 TPM 檢查及建立本機帳號,適用 Windows 11 25H2 Aug 2026 版本 看到選擇語言時,Shift-F10 叫出 CMD,執行 regedit HKEY_LOCAL_MACHINE\SYSTEM\Setup 下面新增 機碼(Key)LabConfig ...