求个火绒屏蔽某家 app 扫盘的规则

2022-09-01 12:16:33 +08:00
 nothing2
多谢多谢
1178 次点击
所在节点    问与答
2 条回复
FengMubai
2022-09-01 12:31:25 +08:00
禁止访问 Users 目录, 路径自己改

```
{
"ver":"5.0",
"tag":"hipsuser",
"data":[
{
"id":2,
"power":1,
"name":"Fuck QQ",
"procname":"?:\\Program Files\\WindowsApps\\*\\QQ\\Bin\\*.exe",
"treatment":3,
"policies":[
{
"montype":1,
"action_type":15,
"res_path":"?:\\Users\\*"
}
]
}
]
}
```

例外规则
```
{
"ver":"5.0",
"tag":"hipsuser_auto",
"data":{
"?:\\Program Files\\WindowsApps\\*\\QQ\\bin\\*":[
{
"res_path":"?:\\Users\\*\\AppData\\Local\\Temp\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\Tencent Files\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\Downloads\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\AppData\\LocalLow\\Microsoft\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\AppData\\Roaming\\Microsoft\\Crypto\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\desktop.ini",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Windows\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\Tencent\\*",
"montype":1,
"action_type":15,
"treatment":0
},
{
"res_path":"?:\\Users\\*\\QQ\\*",
"montype":1,
"action_type":15,
"treatment":0
}
]
}
}
```
tLbf2p3UC4BM3H1N
2022-09-01 13:45:57 +08:00
写个自动规则,只允许访问 tencent 系文件夹,其他的一律拒绝。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/876970

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX