diff --git a/mods/[hell2]/disable copilot/description.txt b/mods/[hell2]/disable copilot/description.txt new file mode 100644 index 0000000..a39f5d8 --- /dev/null +++ b/mods/[hell2]/disable copilot/description.txt @@ -0,0 +1 @@ +Disables Copilot+ Recall AI analysis diff --git a/mods/[hell2]/disable copilot/modscript.py b/mods/[hell2]/disable copilot/modscript.py new file mode 100644 index 0000000..751d311 --- /dev/null +++ b/mods/[hell2]/disable copilot/modscript.py @@ -0,0 +1,4 @@ +for reg in regs: + if not reg.startswith("user-"): continue + user = opusnt.regTmpPath + reg + opusnt.runReg(["add",user + "\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsAI","/v","DisableAIDataAnalysis","/t","REG_DWORD","/d","1","/f"]) diff --git a/mods/[hell2]/disable copilot/tags.txt b/mods/[hell2]/disable copilot/tags.txt new file mode 100644 index 0000000..af7c37c --- /dev/null +++ b/mods/[hell2]/disable copilot/tags.txt @@ -0,0 +1 @@ +privacy telemetry