File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi
14
14
15
15
注: ** 企业微信无法自动登录(检查设备ID),只能每次重新登录**
16
16
17
- 默认分配** 2gb ** 内存,有需要可以自行修改 ` <MemoryInMB>value</MemoryInMB> ` (以 MB 为单位)
17
+ 默认分配** 2GB ** 内存,有需要可以自行修改 ` <MemoryInMB>value</MemoryInMB> ` (以 MB 为单位)
18
18
19
- ** 音频输入、剪贴板重定向 ** 默认开启
19
+ ** 音频输入** 默认 ** 开启 ** ,有需要可以自行修改 ` <AudioInput>value</AudioInput> ` (Enable/Disable/Default)
20
20
21
- ** 视频输入默认关闭** ,有需要可以自行修改 ` <VideoInput>value</VideoInput> `
21
+ ** 剪贴板重定向** 默认** 开启** ,有需要可以自行修改 ` <ClipboardRedirection>value</ClipboardRedirection> ` (Enable/Disable/Default)
22
+
23
+ ** 视频输入** 默认** 关闭** ,有需要可以自行修改 ` <VideoInput>value</VideoInput> ` (Enable/Disable/Default)
24
+
25
+ 其他配置参考[ Windows沙盒配置] ( https://learn.microsoft.com/zh-cn/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file ) 官方文档
22
26
23
27
## 使用教程
24
28
@@ -30,7 +34,7 @@ git clone 本项目,**或者点击`Releases`下载**
30
34
git clone https://github.com/empty-233/tencent-sandbox.git
31
35
```
32
36
33
- 然后按照以下结构 ** 创建空文件夹**
37
+ 在根目录按照以下结构 ** 创建空文件夹**
34
38
35
39
也可以使用` mkdir.bat ` 来** 一键创建以下结构目录**
36
40
@@ -64,7 +68,7 @@ git clone https://github.com/empty-233/tencent-sandbox.git
64
68
新开一个** 默认沙盒** ,并正常安装 ** QQ**
65
69
安装完成之后复制 ` C:\Windows\SysWOW64 ` 到 ` Data\SysWOW64 ` (不然qq运行一段时间后会崩溃)
66
70
67
- 打开 ** Tencent.wsb**
71
+ 打开** Tencent.wsb**
68
72
69
73
安装** 经过测试** 的软件 (可选)
70
74
Original file line number Diff line number Diff line change 107
107
<!-- 音频 -->
108
108
<AudioInput>Enable</AudioInput>
109
109
<!-- 视频 -->
110
- <VideoInput>false </VideoInput>
110
+ <VideoInput>Disable </VideoInput>
111
111
<!-- 内存限制 -->
112
112
<MemoryInMB>2048</MemoryInMB>
113
113
<!-- 开机运行脚本 -->
You can’t perform that action at this time.
0 commit comments