Commit 178804b2 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

disable Tracking in Office2016 (closing #14)

parent fa8adb6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCortana"=dword:00000000

# [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
# "CortanaConsent"=dword:00000000
; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
; "CortanaConsent"=dword:00000000
+22 −0
Original line number Diff line number Diff line
Windows Registry Editor Version 5.00


; from 2019
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Common\ClientTelemetry]
"DisableTelemetry"=dword:00000001

; doesn't work any more 2017
[HKEY_LOCAL_MACHINESoftware\Policies\Microsoft\office\16.0\osm]
"enablelogging"=dword:00000000
"enablefileobfuscation"=dword:00000001
"enableupload"=dword:00000000

; from 2019
; [HKEY_CURRENT_USER\Software\Microsoft\Office\Common\ClientTelemetry]
; "DisableTelemetry"=dword:00000001

; doesn't work any more 2017
; [HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\osm]
; "enablelogging"=dword:00000000
; "enablefileobfuscation"=dword:00000001
; "enableupload"=dword:00000000