收集了一些大佬贡献的方法:
1、改注册表地区代码(这个自己查方法吧)
2、禁用微软电脑管家注册表- 新建 txt 文档保存下列内容为 reg 格式导入注册表
- Windows Registry Editor Version 5.00
- [HKEY_CURRENT_USER\SOFTWARE\WindowsMaster]
- “UserSelectNotShowAgain”=dword:00000001
- 并删除目录 C:\ProgramData\Windows Master Setup
复制代码
3、火绒6.0规则
- {
- "ver":"6.0",
- "tag":"hipsuser",
- "data":[
- {
- "procname":"*",
- "id":9,
- "name":"Block_Chrome_Edge_MSPCMgr",
- "cmdline":"*",
- "p_procname":"*",
- "p_cmdline":"*",
- "policies":[
- {
- "montype":1,
- "res_path":"*\\EdgeUpdate\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- },
- {
- "montype":0,
- "res_path":"*\\EdgeUpdate\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":2,
- "res_path":"HKEY_CLASSES_ROOT\\.pdf\\OpenWithProgids\\MSEdgePDF",
- "res_cmdline":"*",
- "action_type":3
- },
- {
- "montype":1,
- "res_path":"*\\Google\\Update\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- },
- {
- "montype":0,
- "res_path":"*\\Google\\Update\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":2,
- "res_path":"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\edgeupdatem\\Start",
- "res_cmdline":"*",
- "action_type":7
- },
- {
- "montype":2,
- "res_path":"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\edgeupdate\\Start",
- "res_cmdline":"*",
- "action_type":7
- },
- {
- "montype":1,
- "res_path":"C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Download\\>\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- },
- {
- "montype":0,
- "res_path":"C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Download\\>\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":1,
- "res_path":"C:\\ProgramData\\Windows Master Setup\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- },
- {
- "montype":0,
- "res_path":"C:\\ProgramData\\Windows Master Setup\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":2,
- "res_path":"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\{C9E9A340-D1F1-11D0-821E-444553540600}\\*",
- "res_cmdline":"*",
- "action_type":7
- },
- {
- "montype":1,
- "res_path":"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftPCManager*\\PCManager\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- },
- {
- "montype":0,
- "res_path":"C:\\Program Files\\WindowsApps\\>\\PCManager\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":0,
- "res_path":"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftPCManager*\\*.exe",
- "res_cmdline":"*",
- "action_type":16
- },
- {
- "montype":1,
- "res_path":"C:\\Program Files\\WindowsApps\\>\\PCManager\\*.exe",
- "res_cmdline":"*",
- "action_type":2
- }
- ],
- "power":1,
- "treatment":3
- }
- ]
- }
复制代码
|