Skip to content

Commit

Permalink
Merge pull request #12 from Debug-CMU/fix
Browse files Browse the repository at this point in the history
Update according to official document
  • Loading branch information
empty-233 authored Jul 26, 2023
2 parents b51369e + 8620535 commit a0decbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi

注: **企业微信无法自动登录(检查设备ID),只能每次重新登录**

默认分配**2gb**内存,有需要可以自行修改 `<MemoryInMB>value</MemoryInMB>` (以 MB 为单位)
默认分配**2GB**内存,有需要可以自行修改 `<MemoryInMB>value</MemoryInMB>` (以 MB 为单位)

**音频输入、剪贴板重定向**默认开启
**音频输入**默认**开启**,有需要可以自行修改 `<AudioInput>value</AudioInput>` (Enable/Disable/Default)

**视频输入默认关闭**,有需要可以自行修改 `<VideoInput>value</VideoInput>`
**剪贴板重定向**默认**开启**,有需要可以自行修改 `<ClipboardRedirection>value</ClipboardRedirection>` (Enable/Disable/Default)

**视频输入**默认**关闭**,有需要可以自行修改 `<VideoInput>value</VideoInput>` (Enable/Disable/Default)

其他配置参考[Windows沙盒配置](https://learn.microsoft.com/zh-cn/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file)官方文档

## 使用教程

Expand All @@ -30,7 +34,7 @@ git clone 本项目,**或者点击`Releases`下载**
git clone https://github.com/empty-233/tencent-sandbox.git
```

然后按照以下结构**创建空文件夹**
在根目录按照以下结构**创建空文件夹**

也可以使用`mkdir.bat`**一键创建以下结构目录**

Expand Down Expand Up @@ -64,7 +68,7 @@ git clone https://github.com/empty-233/tencent-sandbox.git
新开一个**默认沙盒**,并正常安装 **QQ**
安装完成之后复制 `C:\Windows\SysWOW64``Data\SysWOW64` (不然qq运行一段时间后会崩溃)

打开 **Tencent.wsb**
打开**Tencent.wsb**

安装**经过测试**的软件 (可选)

Expand Down
2 changes: 1 addition & 1 deletion Tencent.wsb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<!-- 音频 -->
<AudioInput>Enable</AudioInput>
<!-- 视频 -->
<VideoInput>false</VideoInput>
<VideoInput>Disable</VideoInput>
<!-- 内存限制 -->
<MemoryInMB>2048</MemoryInMB>
<!-- 开机运行脚本 -->
Expand Down

0 comments on commit a0decbf

Please sign in to comment.