Add mod: disable copilot

This commit is contained in:
Fierelier 2024-10-09 14:51:10 +02:00
parent f91998cc7e
commit ec0d0f7019
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Disables Copilot+ Recall AI analysis

View File

@ -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"])

View File

@ -0,0 +1 @@
privacy telemetry