nothing2
V2EX  ›  问与答

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

  •  
  •   nothing2 · Sep 1, 2022 via iPhone · 1702 views
    This topic created in 1356 days ago, the information mentioned may be changed or developed.
    多谢多谢
    2 replies    2022-09-01 13:45:57 +08:00
    FengMubai
        1
    FengMubai  
       Sep 1, 2022   ❤️ 1
    禁止访问 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
        2
    tLbf2p3UC4BM3H1N  
       Sep 1, 2022
    写个自动规则,只允许访问 tencent 系文件夹,其他的一律拒绝。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5745 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 42ms · UTC 02:22 · PVG 10:22 · LAX 19:22 · JFK 22:22
    ♥ Do have faith in what you're doing.