Add mod: disable copilot
This commit is contained in:
parent
f91998cc7e
commit
ec0d0f7019
1
mods/[hell2]/disable copilot/description.txt
Normal file
1
mods/[hell2]/disable copilot/description.txt
Normal file
@ -0,0 +1 @@
|
||||
Disables Copilot+ Recall AI analysis
|
4
mods/[hell2]/disable copilot/modscript.py
Normal file
4
mods/[hell2]/disable copilot/modscript.py
Normal 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"])
|
1
mods/[hell2]/disable copilot/tags.txt
Normal file
1
mods/[hell2]/disable copilot/tags.txt
Normal file
@ -0,0 +1 @@
|
||||
privacy telemetry
|
Loading…
Reference in New Issue
Block a user