💡 Describe the solution you'd like
You may have this installed, I so do not Know
can this be added to this to stop MS spying:
Disable the main Connected Devices Platform Service
Stop-Service -Name "CDPSvc" -Force
Set-Service -Name "CDPSvc" -StartupType Disabled
Disable the per-user service (CDPUserSvc) via registry
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\CDPUserSvc" -Name "Start" -Value 4
💡 Describe the solution you'd like
You may have this installed, I so do not Know
can this be added to this to stop MS spying:
Disable the main Connected Devices Platform Service
Stop-Service -Name "CDPSvc" -Force
Set-Service -Name "CDPSvc" -StartupType Disabled
Disable the per-user service (CDPUserSvc) via registry
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\CDPUserSvc" -Name "Start" -Value 4