-
Notifications
You must be signed in to change notification settings - Fork 42
/
Tencent.wsb
119 lines (119 loc) · 4.74 KB
/
Tencent.wsb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<Configuration>
<MappedFolders>
<!-- 桌面 -->
<MappedFolder>
<HostFolder>.\Desktop</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- App -->
<MappedFolder>
<HostFolder>.\App\WeChat</HostFolder>
<SandboxFolder>C:\Program Files\Tencent\WeChat</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\QQ</HostFolder>
<SandboxFolder>C:\Program Files (x86)\Tencent\QQ</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\TIM</HostFolder>
<SandboxFolder>C:\Program Files (x86)\Tencent\TIM</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\QQNT</HostFolder>
<SandboxFolder>C:\Program Files\Tencent\QQNT</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\WXWork</HostFolder>
<SandboxFolder>C:\Program Files (x86)\WXWork</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- Roaming -->
<MappedFolder>
<HostFolder>.\Data\Roaming\WeChat</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\WeChat</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Roaming\Tencent</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\Tencent</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Roaming\TencentDocs</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\TDAppDesktop</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Roaming\WeMeet</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\WeMeet</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- Documents -->
<MappedFolder>
<HostFolder>.\Data\Documents\WeChat</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\WeChat Files</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Documents\Tencent</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Tencent Files</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Documents\WXWork</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\WXWork</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\Meeting</HostFolder>
<SandboxFolder>C:\Program Files (x86)\Tencent\WeMeet</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\TencentDocs</HostFolder>
<SandboxFolder>C:\Program Files\TencentDocs</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- Common Files -->
<MappedFolder>
<HostFolder>.\Data\Common Files</HostFolder>
<SandboxFolder>C:\Program Files (x86)\Common Files</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- ProgramData -->
<MappedFolder>
<HostFolder>.\Data\ProgramData\Tencent</HostFolder>
<SandboxFolder>C:\ProgramData\Tencent</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<!-- 脚本 -->
<MappedFolder>
<HostFolder>.\Scripts</HostFolder>
<SandboxFolder>C:\Scripts</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<!-- SysWOW64 -->
<MappedFolder>
<HostFolder>C:\Windows\SysWOW64</HostFolder>
<SandboxFolder>C:\Windows\SysWOW64</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<!-- 音频 -->
<AudioInput>Enable</AudioInput>
<!-- 视频 -->
<VideoInput>Disable</VideoInput>
<!-- 内存限制 -->
<MemoryInMB>2048</MemoryInMB>
<!-- 开机运行脚本 -->
<LogonCommand>
<Command>C:\Scripts\sandbox-setup.cmd</Command>
</LogonCommand>
<!-- vGpu -->
<vGPU>Enable</vGPU>
</Configuration>