Online tips in Windows Settings moeten worden geblokkeerd om te voorkomen dat Windows telemetrie naar Microsoft stuurt over welke instellingen gebruikers bekijken, wat privacy verbetert en data minimization ondersteunt.
Aanbeveling
IMPLEMENT
Risico zonder
Low
Risk Score
2/10
Implementatie
1u (tech: 0.5u)
Van toepassing op:
โ Windows 10 โ Windows 11
ONLINE TIPS privacy zorgen: Windows Settings kan 'online tips' tonen - contextual help van Microsoft servers. Hiervoor stuurt Windows: Welke settings page user bekijkt, User interactions met settings, Diagnostic data over settings usage. PRIVACY RISKS: Microsoft krijgt visibility in: Welke security/privacy settings users Configureer (potentieel revealing org beveiligingspositie), Troubleshooting patterns (what problems org experiences), Usage telemetry voor product improvement (but org heeft geen controle). DATA MINIMIZATION: AVG/GDPR vereist data minimization - alleen noodzakelijke data verzenden. Online tips zijn NIET noodzakelijk voor Windows functionaliteit. ENTERPRISE PERSPECTIVE: Help kan lokaal worden geboden (internal documentation), No need voor Cloud-gebaseerde tips (potential Gegevenslekage), Consistent gebruikerservaring zonder external dependencies.
PowerShell Modules Vereist
Primary API: Intune / Group Policy Connection:Registry Required Modules:
Implementatie
Blokkeer online tips via Registry: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\AllowOnlineTips is 0. EFFECT: Windows Settings shows alleen local help (geen cloud tips), Geen telemetry naar Microsoft over settings usage, Minimale user impact (tips waren optioneel).
Vereisten
Windows 10/11
Intune of GPO
Implementatie
Gebruik PowerShell-script allow-online-tips-is-set-to-block.ps1 (functie Invoke-Remediation) โ Blokkeer online tips via registry.
Intune: Settings catalog โ AllowOnlineTips is 0 (Block)
monitoring
Gebruik PowerShell-script allow-online-tips-is-set-to-block.ps1 (functie Invoke-Monitoring) โ Verifieer AllowOnlineTips is 0.
Compliance en Auditing
AVG Artikel 5 - Data minimization
BIO 14.02 - Minimize unnecessary cloud connections
ISO 27001 A.18.1.4 - Privacy
Remediatie
Gebruik PowerShell-script allow-online-tips-is-set-to-block.ps1 (functie Invoke-Remediation) โ Herstellen.
Compliance & Frameworks
BIO: 14.02.01 - Minimize cloud telemetry
ISO 27001:2022: A.18.1.4 - Privacy bescherming
Automation
Gebruik het onderstaande PowerShell script om deze security control te monitoren en te implementeren. Het script bevat functies voor zowel monitoring (-Monitoring) als remediation (-Remediation).